#1   Report Post  
Posted to microsoft.public.excel.misc
kraway
 
Posts: n/a
Default vlookup

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   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default vlookup

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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default vlookup

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 04:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"