Hi,
Got two sheets ‘1’ & ‘2’. ‘1’ is presentation, ‘2’ extracts from various sources.
Got a named range ‘LookupHere’ in ‘2’ – say [C3-E20]. Column B has values from ‘elsewhere’ (B3:B20).
In sheet ‘1’ Cell A2 – I got a value I would like to lookup in sheet ‘2’ in Col C, when found offset by 0,-1 and get the value from ‘B’.
How do I offset outside my named range??
=vlookup(FindThis,LookupHere,OFFSET(1,0,-1),FALSE) does not work
PS: I’m not so familiar with eg. MATCH and INDEX – maybe they would do a better job in this case??