Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello all
when i use vlookup function if one cell has got no data then it displays #N/A is there a way that can be formatted to display 0 rather then #N/A? your help would be much appreciate it many thanks jez |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(ISNA(vlookup_formula),0,vlookup_formula)
or if you have Excel 2007 =IFERROR(vlookup_formula,0) -- __________________________________ HTH Bob "jez" wrote in message ... hello all when i use vlookup function if one cell has got no data then it displays #N/A is there a way that can be formatted to display 0 rather then #N/A? your help would be much appreciate it many thanks jez |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks bob, worked very well
cheers "Bob Phillips" wrote: =IF(ISNA(vlookup_formula),0,vlookup_formula) or if you have Excel 2007 =IFERROR(vlookup_formula,0) -- __________________________________ HTH Bob "jez" wrote in message ... hello all when i use vlookup function if one cell has got no data then it displays #N/A is there a way that can be formatted to display 0 rather then #N/A? your help would be much appreciate it many thanks jez |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to combine Combo Box function with Vlookup function | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION | Excel Worksheet Functions | |||
how do I write a vlookup function within an iserror function so t. | Excel Worksheet Functions | |||
I want to use Vlookup function and AND function in a single formu. | Excel Worksheet Functions |