Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Raza
 
Posts: n/a
Default reference a blank cell

When I reference a blank cell, the result is "0" but I want the result to be
blank as well. Is this a formatting issue?

Example: A1 is blank
my formula for cell C1 is =A1, which results in 0 (I want it to be blank)

eventually, when I fill in A1, I want C1 to show the same result. I just
dont want a bunch of zeros all over my sheet!

  #2   Report Post  
PCLIVE
 
Posts: n/a
Default

=IF(A1=,"","",A1)

"Raza" wrote in message
...
When I reference a blank cell, the result is "0" but I want the result to
be
blank as well. Is this a formatting issue?

Example: A1 is blank
my formula for cell C1 is =A1, which results in 0 (I want it to be blank)

eventually, when I fill in A1, I want C1 to show the same result. I just
dont want a bunch of zeros all over my sheet!



  #3   Report Post  
PCLIVE
 
Posts: n/a
Default

Oops!

Stray comma. Correct formula.

=IF(A1="","",A1)




"PCLIVE" wrote in message
...
=IF(A1=,"","",A1)

"Raza" wrote in message
...
When I reference a blank cell, the result is "0" but I want the result to
be
blank as well. Is this a formatting issue?

Example: A1 is blank
my formula for cell C1 is =A1, which results in 0 (I want it to be blank)

eventually, when I fill in A1, I want C1 to show the same result. I just
dont want a bunch of zeros all over my sheet!





  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

You have a couple of options

Use a formula such as

=IF(A1="","",A1)

the result will not be a true blank, but nothing will show in the cell. So
long as the cell has a formula, it will never be truly 'blank.'

Next option:
Under Tools-Options-View uncheck Zero Values. This affects the entire
workbook, though, and isn't really advisable

Third Option
Format the CELL so that it doesn't show zero values
Format-Cells..-Number-Custom
& use something like
#,##0_);(#,##0);


"Raza" wrote:

When I reference a blank cell, the result is "0" but I want the result to be
blank as well. Is this a formatting issue?

Example: A1 is blank
my formula for cell C1 is =A1, which results in 0 (I want it to be blank)

eventually, when I fill in A1, I want C1 to show the same result. I just
dont want a bunch of zeros all over my sheet!

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
Input cell reference is not valid (One Variable Data Table) Dottore Excel Worksheet Functions 9 September 1st 05 03:05 PM
Flexible Cell Reference Brandt Excel Discussion (Misc queries) 5 June 2nd 05 10:23 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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