Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=HLOOKUP($E$1,'G:\dir1\dir2\dir3\[Book1.xls]Sheet1'!$B$16:$AB$25,MATCH($B20,'G:\dir1\dir2\dir3 \[Book1.xls]Sheet1'!$B$17:$B$25,0)+1,FALSE)
TABLE 1: COL B 1.2 2.2 3.2 TABLE 2: COL B 1.2 2.2 3.2 trying to use MATCH to return the row for a HLOOKUP formula but it's not working (just gives a N/A but workes fine when outside the hlookup formula) - any suggestions?? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Move the MATCH to its own cell, then reference that cell in your HLOOKUP formula.
HTH, Bernie MS Excel MVP "PBcorn" wrote in message ... =HLOOKUP($E$1,'G:\dir1\dir2\dir3\[Book1.xls]Sheet1'!$B$16:$AB$25,MATCH($B20,'G:\dir1\dir2\dir3 \[Book1.xls]Sheet1'!$B$17:$B$25,0)+1,FALSE) TABLE 1: COL B 1.2 2.2 3.2 TABLE 2: COL B 1.2 2.2 3.2 trying to use MATCH to return the row for a HLOOKUP formula but it's not working (just gives a N/A but workes fine when outside the hlookup formula) - any suggestions?? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, It seems to be working now, just closed both books and opened them in
same instance of excel. "Bernie Deitrick" wrote: Move the MATCH to its own cell, then reference that cell in your HLOOKUP formula. HTH, Bernie MS Excel MVP "PBcorn" wrote in message ... =HLOOKUP($E$1,'G:\dir1\dir2\dir3\[Book1.xls]Sheet1'!$B$16:$AB$25,MATCH($B20,'G:\dir1\dir2\dir3 \[Book1.xls]Sheet1'!$B$17:$B$25,0)+1,FALSE) TABLE 1: COL B 1.2 2.2 3.2 TABLE 2: COL B 1.2 2.2 3.2 trying to use MATCH to return the row for a HLOOKUP formula but it's not working (just gives a N/A but workes fine when outside the hlookup formula) - any suggestions?? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need a function to return EXACT row number of a match | Excel Worksheet Functions | |||
Find closest match and return next highest number in range | Excel Discussion (Misc queries) | |||
Hlookup, how di I get it to return more than one cell | Excel Worksheet Functions | |||
match a name and return a tel number? | Excel Discussion (Misc queries) | |||
When MATCH and v/hLOOKUP functions *FAIL* to match (but they should)... | Excel Worksheet Functions |