#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jspizman
 
Posts: n/a
Default VLOOKUP question


I am doing some work with the VLOOKUP function. If there is no match, I
currently receive #N/A. Is there any way that this can just return a
blank cell?

Thanks for the help,
Josh


--
jspizman
------------------------------------------------------------------------
jspizman's Profile: http://www.excelforum.com/member.php...o&userid=30694
View this thread: http://www.excelforum.com/showthread...hreadid=503584

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default VLOOKUP question

Hi!

Try one of these:

=IF(ISNA(MATCH(A1,C1:C10,0)),"",VLOOKUP(A1,C1:D10, 2,0))

=IF(COUNTIF(C1:C10,A1),VLOOKUP(A1,C1:D10,2,0),"")

Biff

"jspizman" wrote in
message ...

I am doing some work with the VLOOKUP function. If there is no match, I
currently receive #N/A. Is there any way that this can just return a
blank cell?

Thanks for the help,
Josh


--
jspizman
------------------------------------------------------------------------
jspizman's Profile:
http://www.excelforum.com/member.php...o&userid=30694
View this thread: http://www.excelforum.com/showthread...hreadid=503584



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default VLOOKUP question

Hi

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
=IF(ISERROR(VLOOKUP(...)),"",VLOOKUP(...))


Arvi Laanemets


"jspizman" wrote in
message ...

I am doing some work with the VLOOKUP function. If there is no match, I
currently receive #N/A. Is there any way that this can just return a
blank cell?

Thanks for the help,
Josh


--
jspizman
------------------------------------------------------------------------
jspizman's Profile:

http://www.excelforum.com/member.php...o&userid=30694
View this thread: http://www.excelforum.com/showthread...hreadid=503584



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jspizman
 
Posts: n/a
Default VLOOKUP question


The formulas worked out very well. Thank you for the help.


--
jspizman
------------------------------------------------------------------------
jspizman's Profile: http://www.excelforum.com/member.php...o&userid=30694
View this thread: http://www.excelforum.com/showthread...hreadid=503584

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 question Greegan Excel Worksheet Functions 3 December 20th 05 04:00 AM
VLOOKUP() Question... i hope Adam Kroger Excel Discussion (Misc queries) 2 November 29th 05 10:22 PM
Vlookup question please Bob Newman Excel Worksheet Functions 3 March 17th 05 02:17 PM
vlookup question please Bob Newman Excel Worksheet Functions 1 March 17th 05 06:25 AM
Vlookup against multiple columns/worksheets question JCarter Excel Discussion (Misc queries) 8 March 9th 05 04:59 PM


All times are GMT +1. The time now is 01:41 PM.

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

About Us

"It's about Microsoft Excel"