#1   Report Post  
Alex H
 
Posts: n/a
Default #NA

I am creating a spreadsheet spreading forward for the next 12 months. Some
ofmy cells have #NA in them as there is no raw data for the vloopup to
calculate.

Is there a way to display a blank cell for these #NA's

Thanks

Alex


  #2   Report Post  
KL
 
Posts: n/a
Default

Hi Alex,

Try something like this:

=IF(ISNA(VLOOKUP(A1,$B$1:$C$10,2,0)),"",VLOOKUP(A1 ,$B$1:$C$10,2,0))

or

=IF(ISERROR(VLOOKUP(A1,$B$1:$C$10,2,0)),"",VLOOKUP (A1,$B$1:$C$10,2,0))

Regards,
KL

"Alex H" wrote in message
...
I am creating a spreadsheet spreading forward for the next 12 months. Some
ofmy cells have #NA in them as there is no raw data for the vloopup to
calculate.

Is there a way to display a blank cell for these #NA's

Thanks

Alex




  #3   Report Post  
Don
 
Posts: n/a
Default

Try:

=IF(ISERROR(VLOOKUP(G8,A1:B10,2,FALSE)),"",VLOOKUP (G8,A1:B10,2,FALSE))


Substituting your lookup data

Don Pistulka




"Alex H" wrote in message
...
I am creating a spreadsheet spreading forward for the next 12 months. Some
ofmy cells have #NA in them as there is no raw data for the vloopup to
calculate.

Is there a way to display a blank cell for these #NA's

Thanks

Alex




  #4   Report Post  
Alex H
 
Posts: n/a
Default

Thanks

Alex

"KL" wrote in message
...
Hi Alex,

Try something like this:

=IF(ISNA(VLOOKUP(A1,$B$1:$C$10,2,0)),"",VLOOKUP(A1 ,$B$1:$C$10,2,0))

or

=IF(ISERROR(VLOOKUP(A1,$B$1:$C$10,2,0)),"",VLOOKUP (A1,$B$1:$C$10,2,0))

Regards,
KL

"Alex H" wrote in message
...
I am creating a spreadsheet spreading forward for the next 12 months.
Some ofmy cells have #NA in them as there is no raw data for the vloopup
to calculate.

Is there a way to display a blank cell for these #NA's

Thanks

Alex






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



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