Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
On Thu, 13 Oct 2005 07:26:01 -0700, "dave"
wrote: When I try to look with vlookup for a value that is not in the table indicated, I get the message #N/A which indicates that the value cannot be found (this is normal). I would like to change this message #N/A into a value 0 or a blanc "" because you cannot calculate with this value. Is this possible?? Just wrap your vlookup in an If statement. i.e. If(isna(vlookup(blah_blah)),0,vlookup(blah_blah)) Rgds __ Richard Buttrey Grappenhall, Cheshire, UK __________________________ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |