Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
so....here is the common consensus of the code to replace the #N/A VLOOKUP
result with a blank space: =if(isna(vlookup(...),"",vlookup()) Why can't you simplify that code to look like this: =if(isna(vlookup(...),"",Sheet1!A3) assuming the A3 cell of Sheet1 is the search key. What is wrong with simplifying the code to say that instead of copying the vlookup method call again? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup question | Excel Discussion (Misc queries) | |||
VLOOKUP change question | Excel Discussion (Misc queries) | |||
question about vlookup | Excel Worksheet Functions | |||
Vlookup Question | Excel Discussion (Misc queries) | |||
vlookup question | Excel Worksheet Functions |