Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a V look up function on my spreadsheet and it has one annoying thing that I hope you can help with. In all the columns where the look up values are pasted are the symbols #N/A before I insert numbers Is there anyway I can set a lookup but not have the #N/A in each column and when a value is found for the box it just inputs the data I need it to. -- tweacle |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can wrap your formula in an if isna function. Something like:
=IF(ISNA(VLOOKUP( A1, $A$10:$B$20, 2,FALSE)),"",VLOOKUP(A1, $A$10:$B$20,2,FALSE)) -- Kevin Vaughn "tweacle" wrote: I have a V look up function on my spreadsheet and it has one annoying thing that I hope you can help with. In all the columns where the look up values are pasted are the symbols #N/A before I insert numbers Is there anyway I can set a lookup but not have the #N/A in each column and when a value is found for the box it just inputs the data I need it to. -- tweacle |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem With Reference Update | Excel Worksheet Functions | |||
Strange Excel Problem | Setting up and Configuration of Excel | |||
Strange Excel problem | Setting up and Configuration of Excel | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Freeze Pane problem in shared workbooks | Excel Discussion (Misc queries) |