Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LJ LJ is offline
external usenet poster
 
Posts: 16
Default How to bring up a blank cell

When inserting a formula i get the N/A when the cell is empty or 0, is there
a way i can have it return it blank...

Here is the formula im using
=INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B$ 153,FALSE),1)

Thanks for the Help
Lj
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default How to bring up a blank cell

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


"LJ" wrote:

When inserting a formula i get the N/A when the cell is empty or 0, is there
a way i can have it return it blank...

Here is the formula im using
=INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B$ 153,FALSE),1)

Thanks for the Help
Lj

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How to bring up a blank cell

Wrap it in an IF(ISNA

=IF(ISNA(INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1! $B$2:$B$153,FALSE),1)),"",INDEX(Sheet1!$C$2:$C$153 ,MATCH(A3,Sheet1!$B$2:$B$153,FALSE),1))



Gord Dibben MS Excel MVP

On Wed, 3 Sep 2008 15:29:01 -0700, LJ wrote:

When inserting a formula i get the N/A when the cell is empty or 0, is there
a way i can have it return it blank...

Here is the formula im using
=INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B $153,FALSE),1)

Thanks for the Help
Lj


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
Can I click on a cell and bring up an information box? Terry Excel Worksheet Functions 4 December 7th 07 07:08 PM
bring hyperlinked cell to top of page Tina Excel Worksheet Functions 7 February 16th 06 04:11 PM
How bring a color on cell from one sheet to another condo Excel Discussion (Misc queries) 3 April 15th 05 09:31 PM
How bring a color on cell from one sheet to another jmor45 Excel Discussion (Misc queries) 0 April 7th 05 09:41 PM
Find a non-blank cell and bring back text a in same row Rod Excel Worksheet Functions 12 March 24th 05 09:43 PM


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