Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i want to stop the #N/A showing in my cells where the VLookup has been used
is it possiblt to stop them from showing when a a lookup value is not yet available. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
see http://www.ozgrid.com/Excel/stop-na-vlookup.htm
-- Regards Dave Hawley www.ozgrid.com "Amin" wrote in message ... i want to stop the #N/A showing in my cells where the VLookup has been used is it possiblt to stop them from showing when a a lookup value is not yet available. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One wa is to use ISNA() IF() combination to handle the error
=IF(ISNA(vlookupformula),"",vlookupformula) -- Jacob (MVP - Excel) "Amin" wrote: i want to stop the #N/A showing in my cells where the VLookup has been used is it possiblt to stop them from showing when a a lookup value is not yet available. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Has anyone made a Deal or No Deal Gamebord | Excel Discussion (Misc queries) | |||
can Excel really deal with elapsed time? | Excel Discussion (Misc queries) | |||
What's the deal here? thanks | Excel Discussion (Misc queries) | |||
How to deal with a growing dataset... | Excel Discussion (Misc queries) | |||
how to deal with multiple matches on vlookup? | Excel Discussion (Misc queries) |