Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My VLOOKUP works fine how do I keep the cells from showing #NA when not in use.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tankerman
Wrap it in an IF(ISNA... combination =IF(ISNA(YourVlookup),"",YourVlookup) or if it's only to avoid blanks then just an if =IF(YouLookupCell="","",YourVLookip) -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS www.nickhodge.co.uk "tankerman" wrote in message ... My VLOOKUP works fine how do I keep the cells from showing #NA when not in use. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to paste link from 4 vertical cells to 4 horizontal cells? | Excel Discussion (Misc queries) | |||
Merge Cells | Excel Discussion (Misc queries) | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |