Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to use the VLOOKUP function to display the value of zero if it
does not find a reference lookup. Currently if no reference is found it display #n/a. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(isna(your_lookup_function),0,your_lookup_funct ion)
"NA and VLOOKUP" wrote: I am trying to use the VLOOKUP function to display the value of zero if it does not find a reference lookup. Currently if no reference is found it display #n/a. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(iserror(vlookup(...)),0,vlookup(...))
NA and VLOOKUP wrote: I am trying to use the VLOOKUP function to display the value of zero if it does not find a reference lookup. Currently if no reference is found it display #n/a. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Embedded VLOOKUP function within IF function | Excel Worksheet Functions | |||
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 |