Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to lookup a value in one worksheet, find an approximate match in
another table, and return the corresponding value from the 2nd column of the lookup table. I get either #NA or #REF! Please help!?!?! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To prevent the #N/A allow it to happen, hide the column, and reference it
with: =IF(ISNA(A1),"",A1) #REF! means you have a dud reference. http://www.ozgrid.com/Excel/formula-errors.htm http://www.ozgrid.com/Excel/debug-formula-errors.htm -- Regards Dave Hawley www.ozgrid.com "Samantha" wrote in message ... I am trying to lookup a value in one worksheet, find an approximate match in another table, and return the corresponding value from the 2nd column of the lookup table. I get either #NA or #REF! Please help!?!?! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Usually when I get #REF! errors is when I don't make the lookup table wide
enough to return the column that I want -- trying to return the 3rd column from a 2 column lookup table. (Or when I break the formula by deleting one of the referred to ranges or when the table actually contains that error.) You may want to share the formula if this doesn't help. And include some sample data -- what you're trying to lookup and what's in the first column of the lookup table. Samantha wrote: I am trying to lookup a value in one worksheet, find an approximate match in another table, and return the corresponding value from the 2nd column of the lookup table. I get either #NA or #REF! Please help!?!?! -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
N/A Error with VLOOKUP Formula - Excel 2007 | Excel Worksheet Functions | |||
#Ref error when using vlookup formula | Excel Worksheet Functions | |||
VLOOKUP Formula causing an error | Excel Discussion (Misc queries) | |||
Error in vlookup formula | Excel Worksheet Functions | |||
Vlookup Formula Limit Error ? (Reposting) | Excel Worksheet Functions |