Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When vlookup does not find the value, can I have it return a valeu of 0?
Maybe an "IF" statement? Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
IF(ISNA(VLOOKUP..),0,VLOOKUP(...))
HTH -- AP "kraway" a écrit dans le message de news: ... When vlookup does not find the value, can I have it return a valeu of 0? Maybe an "IF" statement? Thanks for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
something like:
=if(iserror(vlookup(...)),0,vlookup(...)) kraway wrote: When vlookup does not find the value, can I have it return a valeu of 0? Maybe an "IF" statement? Thanks for your help -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
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 |