Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
nyys
 
Posts: n/a
Default VLOOKUP Questions

When using this function I've found that when the function cannot find the
value it's looking for, it returns the #N/A value.

I was wondering if there is a way for it to return a blank cell instead?

I've been plyaing around trying to embed the VLOOKUP in an IF function to
get the blank, but with no luck.

Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default VLOOKUP Questions

Try something like: =IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"nyys" wrote in message
...
When using this function I've found that when the function cannot find the
value it's looking for, it returns the #N/A value.

I was wondering if there is a way for it to return a blank cell instead?

I've been plyaing around trying to embed the VLOOKUP in an IF function to
get the blank, but with no luck.

Any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Belinda_Tim
 
Posts: n/a
Default VLOOKUP Questions


Hello,

try

=if(isna(VLOOKUP(A1,I3:M11,2,FALSE)),0,VLOOKUP(A1, I3:M11,2,FALSE))

Then if #na comes up (ie it cannot find the value) it will replace the #na
with a 0 or anything else you want.

Cheers,
Bel

"nyys" wrote:

When using this function I've found that when the function cannot find the
value it's looking for, it returns the #N/A value.

I was wondering if there is a way for it to return a blank cell instead?

I've been plyaing around trying to embed the VLOOKUP in an IF function to
get the blank, but with no luck.

Any suggestions?

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

PERFECT! Thank you!

-paul

"Belinda_Tim" wrote:


Hello,

try

=if(isna(VLOOKUP(A1,I3:M11,2,FALSE)),0,VLOOKUP(A1, I3:M11,2,FALSE))

Then if #na comes up (ie it cannot find the value) it will replace the #na
with a 0 or anything else you want.

Cheers,
Bel

"nyys" wrote:

When using this function I've found that when the function cannot find the
value it's looking for, it returns the #N/A value.

I was wondering if there is a way for it to return a blank cell instead?

I've been plyaing around trying to embed the VLOOKUP in an IF function to
get the blank, but with no luck.

Any suggestions?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default VLOOKUP Questions

You're on the right track... =if(isna(vlookup(...)),"",vlookup()).
--Bruce

"nyys" wrote:

When using this function I've found that when the function cannot find the
value it's looking for, it returns the #N/A value.

I was wondering if there is a way for it to return a blank cell instead?

I've been plyaing around trying to embed the VLOOKUP in an IF function to
get the blank, but with no luck.

Any suggestions?



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 and calculation questions dtmd Excel Worksheet Functions 2 November 19th 05 10:34 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 06:56 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"