Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have am using a lookup formula that when there is no exact match it
returns "#n/a". I want it to return either a zero or remain blank if there is no match. I know there is a way to change my lookup formula to accomplish this but I can remember how. Any help would be appreciated. Thanks, Kim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(YourFormula),"",YourFormula)
-- Kind regards, Niek Otten "Kimberly Bassininsky" wrote in message ... I have am using a lookup formula that when there is no exact match it returns "#n/a". I want it to return either a zero or remain blank if there is no match. I know there is a way to change my lookup formula to accomplish this but I can remember how. Any help would be appreciated. Thanks, Kim |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(VLOOKUP(A1,H1:I1000,2,FALSE)),"Zero, blank or error
message",VLOOKUP(A1,H1:I1000,2,FALSE)) Regards, Alan. "Kimberly Bassininsky" wrote in message ... I have am using a lookup formula that when there is no exact match it returns "#n/a". I want it to return either a zero or remain blank if there is no match. I know there is a way to change my lookup formula to accomplish this but I can remember how. Any help would be appreciated. Thanks, Kim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Lookup returns #NA when search value (text) has leading zeros. | Excel Worksheet Functions | |||
In Excel 2003 how do you get a table to update based on lookup cr. | Excel Worksheet Functions | |||
Table Lookup | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |