LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Using Vlookup wheb value missing

Use:

C1 <lookup value
A1:B20 <lookup table

=IF(ISERROR(VLOOKUP(C1,A1:B20,2,FALSE)),0,VLOOKUP( C1,A1:B20,2,FALSE))


HTH

"nir020" wrote:

How can you when using vlookup return a value of 0 rather than #N/A when the
lookup value is not present in the table array?

Thanks

Nick

 
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 returns n/a for all lines - what am I missing? Lorina Excel Worksheet Functions 3 November 10th 09 05:38 PM
VLOOKUP - recover missing data source daveberm Excel Worksheet Functions 0 January 26th 08 05:42 AM
Charting with missing data or empty strings from vlookup() MJS Charts and Charting in Excel 2 February 23rd 07 07:16 AM
vlookup missing link Enrique Excel Discussion (Misc queries) 2 January 30th 07 06:17 PM
VLOOKUP and Missing Values JimFor Excel Programming 1 January 21st 05 02:37 AM


All times are GMT +1. The time now is 02:22 AM.

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"