Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default Vlookup that does not return #N/A

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C1 00,2,0),"")


Regards,

Peo Sjoblom

"carl" wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.

  #3   Report Post  
bj
 
Posts: n/a
Default

try =if(iserror(vlookup),"",Vlookup)


"carl" wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.

  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Fri, 10 Jun 2005 12:42:03 -0700, "carl"
wrote:

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.



=IF(ISNA(your_vlookup_formula),"",your_vlookup_for mula)


--ron
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
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
Using a Vlookup to return values in a data list? rtjeter Excel Worksheet Functions 2 April 26th 05 05:56 AM
Vlookup of an if statement return James Excel Worksheet Functions 2 April 6th 05 10:28 PM
Can VLOOKUP return multiple answers based on several identical lo. jddtct Excel Worksheet Functions 3 January 11th 05 07:03 AM
VLookup Return Value Kevin Excel Worksheet Functions 4 December 3rd 04 03:05 PM


All times are GMT +1. The time now is 02:54 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"