Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Hiding vlookup message #N/A

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Hiding vlookup message #N/A

=IF(ISNA(vlookupformula),"",vlookupformula)

HTH

"red289" wrote:

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Hiding vlookup message #N/A

Thanks for the reponse. would I highlight the column and do the =if(insa ?
and the lookup formula would be exactly as it is in the first cell?

"Toppers" wrote:

=IF(ISNA(vlookupformula),"",vlookupformula)

HTH

"red289" wrote:

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Hiding vlookup message #N/A

Go to the first formula in your column, modify it with the ISNA argument, and
copy down. Hit F9 to recalculate if your workbook is not set to automatic
calculation.

Dave
--
Brevity is the soul of wit.


"red289" wrote:

Thanks for the reponse. would I highlight the column and do the =if(insa ?
and the lookup formula would be exactly as it is in the first cell?

"Toppers" wrote:

=IF(ISNA(vlookupformula),"",vlookupformula)

HTH

"red289" wrote:

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Hiding vlookup message #N/A

Doing something wrong. Here's what I have.
=If(isna(VLOOKUP(C3,'User Listing'!A:D,3,FALSE),"",VLOOKUP(C3,'User
Listing'!A:D,3,FALSE)

"Dave F" wrote:

Go to the first formula in your column, modify it with the ISNA argument, and
copy down. Hit F9 to recalculate if your workbook is not set to automatic
calculation.

Dave
--
Brevity is the soul of wit.


"red289" wrote:

Thanks for the reponse. would I highlight the column and do the =if(insa ?
and the lookup formula would be exactly as it is in the first cell?

"Toppers" wrote:

=IF(ISNA(vlookupformula),"",vlookupformula)

HTH

"red289" wrote:

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Hiding vlookup message #N/A

You're missing some closing parentheses, around the ISNA() function and the
IF() function:
=If(isna(VLOOKUP(C3,'User Listing'!A:D,3,FALSE)),"",VLOOKUP(C3,'User
Listing'!A:D,3,FALSE))

Dave
--
Brevity is the soul of wit.


"red289" wrote:

Doing something wrong. Here's what I have.
=If(isna(VLOOKUP(C3,'User Listing'!A:D,3,FALSE),"",VLOOKUP(C3,'User
Listing'!A:D,3,FALSE)

"Dave F" wrote:

Go to the first formula in your column, modify it with the ISNA argument, and
copy down. Hit F9 to recalculate if your workbook is not set to automatic
calculation.

Dave
--
Brevity is the soul of wit.


"red289" wrote:

Thanks for the reponse. would I highlight the column and do the =if(insa ?
and the lookup formula would be exactly as it is in the first cell?

"Toppers" wrote:

=IF(ISNA(vlookupformula),"",vlookupformula)

HTH

"red289" wrote:

I've copied a vlookup down a column and do not want to see the message "#N/A"
I'm using MSO2000

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
Hiding error message Mark Flynn Excel Worksheet Functions 3 September 21st 06 10:08 PM
Removing Rows for Printing Frick Excel Worksheet Functions 20 March 10th 06 10:53 PM
Message Input with link to different work sheet KPM New Users to Excel 0 February 4th 06 05:20 PM
Message Input with link to different work sheet paul New Users to Excel 0 February 4th 06 02:59 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 05:53 PM.

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"