Forum Discussion
HLOOKUP Into VLOOKUP in two separate sheets.
- Nov 24, 2021
=VLOOKUP(A2,'Prices per Zone'!$B$2:$O$27,MATCH(H2,'Prices per Zone'!$B$1:$O$1,0),FALSE)
I entered 2 sample sheets and set up the formula according to your data. Above formula should work.
Please note that this formula looks similar to the one i suggested yesterday but there is an important difference. The lookup value will be found in column B and then formula returns the expected result.
=VLOOKUP(A2,'Prices per Zone'!$B$2:$O$27,MATCH(H2,'Prices per Zone'!$B$1:$O$1,0),FALSE)
I entered 2 sample sheets and set up the formula according to your data. Above formula should work.
Please note that this formula looks similar to the one i suggested yesterday but there is an important difference. The lookup value will be found in column B and then formula returns the expected result.