#1   Report Post  
frank
 
Posts: n/a
Default LookUp

is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.
  #2   Report Post  
RagDyer
 
Posts: n/a
Default

=IF(ISNA(your formula),"",your formula)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"frank" wrote in message
...
is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.

  #3   Report Post  
CyberTaz
 
Posts: n/a
Default

Can be done in various ways, but the key issue is why you are getting that
error in the first place. Can you share more info? |:)

"frank" wrote:

is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.

  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Check for the error in your formula:

=if(iserror(yourformula),"",yourformula)



frank wrote:

is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.


--

Dave Peterson
  #5   Report Post  
Domenic
 
Posts: n/a
Default

Try something like this...

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

Hope this helps!

In article ,
"frank" wrote:

is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.



  #6   Report Post  
Gord Dibben
 
Posts: n/a
Default

Frank

=If(ISNA(VLOOKUP(cell,table,col,false)),"",VLOOKUP (cell,table,col,false))

OR

=IF(ISNA(LOOKUP(value,range1,range2)),"",LOOKUP(va lue,range1,range2))



Gord Dibben Excel MVP

On Wed, 23 Feb 2005 12:56:31 -0800, "frank" wrote:

is there a way to avoid getting the #N/A as a response
when I do a Lookup? i would simply rather return a blank.


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
How to create a lookup table with an added varable? GIZZMO Excel Worksheet Functions 3 April 6th 09 10:32 PM
lookup tables in cells Excel Worksheet Functions 5 February 28th 05 09:47 AM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
Excel Lookup Functions Paul Adams Excel Worksheet Functions 1 November 10th 04 02:40 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


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