Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 47
Default Vlookup edited

Hello all you wonderfulhelp,

Is it possible to avoid "NA" when using "vlookup" function. I need info
only where
it brings results.

Thank you
--
smile
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Vlookup edited

=IF(ISERROR(VLOOKUP(B1,C1:D4,2)),"",VLOOKUP(B1,C1: D4,2))
--
Gary''s Student - gsnu200851
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Vlookup edited

Example of using ISNA rather than ISERROR which hides all errors.

=IF(ISNA(VLOOKUP(G1,$A$1:$F$31,2,FALSE)),"",VLOOKU P(G1,$A$1:$F$31,2,FALSE))


Gord Dibben MS Excel MVP


On Thu, 7 May 2009 09:26:02 -0700, israel
wrote:

Hello all you wonderfulhelp,

Is it possible to avoid "NA" when using "vlookup" function. I need info
only where
it brings results.

Thank you


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 47
Default Vlookup edited

Thank you for your prompt reply, but I am a bit confused. I should point out,
my result vlookup column is L2:L385. I assume your formula should be
applied once I have the result ffrom "vlookup", in "conditional formating".
Please advise.

Thank you

--
smile


"Gord Dibben" wrote:

Example of using ISNA rather than ISERROR which hides all errors.

=IF(ISNA(VLOOKUP(G1,$A$1:$F$31,2,FALSE)),"",VLOOKU P(G1,$A$1:$F$31,2,FALSE))


Gord Dibben MS Excel MVP


On Thu, 7 May 2009 09:26:02 -0700, israel
wrote:

Hello all you wonderfulhelp,

Is it possible to avoid "NA" when using "vlookup" function. I need info
only where
it brings results.

Thank you



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Vlookup edited

VLOOKUP formula requires at least a two-column table.

See help on VLOOKUP

Conditional Formatting does not come into play.

You replace your existing VLOOKUP formula with the one I supplied.

If a value cannot be found the NA will be suppressed.

Post your current VLOOKUP formula so's we can see what to modify.


Gord

On Thu, 7 May 2009 10:31:02 -0700, israel
wrote:

Thank you for your prompt reply, but I am a bit confused. I should point out,
my result vlookup column is L2:L385. I assume your formula should be
applied once I have the result ffrom "vlookup", in "conditional formating".
Please advise.

Thank you




  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 634
Default Vlookup edited

General syntax when you have a formula (your_formula) that may return a #N/A
error and you want nothing returned rather than #N/A

=IF(ISNA(your_formula),"",your_formula)

Regards
Ken.......................




"israel" wrote in message
...
Thank you for your prompt reply, but I am a bit confused. I should point
out,
my result vlookup column is L2:L385. I assume your formula should be
applied once I have the result ffrom "vlookup", in "conditional
formating".
Please advise.

Thank you

--
smile


"Gord Dibben" wrote:

Example of using ISNA rather than ISERROR which hides all errors.

=IF(ISNA(VLOOKUP(G1,$A$1:$F$31,2,FALSE)),"",VLOOKU P(G1,$A$1:$F$31,2,FALSE))


Gord Dibben MS Excel MVP


On Thu, 7 May 2009 09:26:02 -0700, israel

wrote:

Hello all you wonderfulhelp,

Is it possible to avoid "NA" when using "vlookup" function. I need info
only where
it brings results.

Thank you





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
Go to Last edited cell Manju Excel Worksheet Functions 3 August 30th 06 03:01 PM
Show last edited by Dave H Setting up and Configuration of Excel 2 June 13th 06 04:13 PM
Formula do not work until edited KiwiSteve Excel Discussion (Misc queries) 12 November 8th 05 09:45 AM
Date last edited Mike Sharp Excel Discussion (Misc queries) 1 May 18th 05 06:08 PM
Links Cannot Be Edited BOB Excel Worksheet Functions 1 January 14th 05 03:09 AM


All times are GMT +1. The time now is 10:38 AM.

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"