Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
inthestands
 
Posts: n/a
Default How not to show #N/A when using vlookup formula

I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I have
inputed. Many of the responses come back with #N/A. I would like to remove
this. Using IF(V3="","", does not work, becasue there is data there. What
do I need to add to my formula?
--
Thanks in advance,

inthestand
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default How not to show #N/A when using vlookup formula

=IF(ISNA(YourFormula),"",YourFormula)

--
Kind regards,

Niek Otten

"inthestands" wrote in message
...
I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I
have
inputed. Many of the responses come back with #N/A. I would like to
remove
this. Using IF(V3="","", does not work, becasue there is data there.
What
do I need to add to my formula?
--
Thanks in advance,

inthestand



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nelson
 
Posts: n/a
Default How not to show #N/A when using vlookup formula

You have to add an if statement

=if(iserror(vlookup(V3,SHEET1!,$G$3:$J$14520,4,0)) ,"No
Data",vlookup(V3,SHEET1!,$G$3:$J$14520,4,0))

Hope it helps

"inthestands" wrote:

I have a vlookup formula =vlookup(V3,SHEET1!,$G$3:$J$14520,4,0) which I have
inputed. Many of the responses come back with #N/A. I would like to remove
this. Using IF(V3="","", does not work, becasue there is data there. What
do I need to add to my formula?
--
Thanks in advance,

inthestand

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 on a cell with a formula Minos Excel Worksheet Functions 3 November 21st 05 07:05 PM
What can I add to a vlookup formula to give me a 0 not #n/a Casper Excel Worksheet Functions 4 July 5th 05 05:32 AM
how to show formula in formula bar cattywampus New Users to Excel 2 June 11th 05 12:01 AM
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 04:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 05:37 PM


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