I have been given an ungainly and large spreadsheet (almost 6000 rows and 166 columns of data in one sheet) and asked to create a sheet that will pull out and consolidate any two rows for examination. Getting the rows was a simple matter using MATCH() but when I tried to use a method I have used before internally within a sheet
[e.g. =INDIRECT(CONCATENATE(“B”,$B$1))]
and add the reference to the other sheet
[e.g. =INDIRECT(CONCATENATE("$‘Holding Sheet’.B",$B$1))]
I get an invalid reference [#REF!]
It’s probably something simple and stupid but I’m just not seeing it. Thanks for any help.