Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
t1202
 
Posts: n/a
Default How do I make a cell appear empty when the formula = 0?

If the answer to the formula is 0, how can I make it just show the cell as
empty instead of actually putting a 0 in the cell?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

=if(yourformulahere=0,"",yourformulahere)



t1202 wrote:

If the answer to the formula is 0, how can I make it just show the cell as
empty instead of actually putting a 0 in the cell?


--

Dave Peterson
  #3   Report Post  
Alan
 
Posts: n/a
Default

In say A1
=IF(B1+B2=0,"",B1+B2)
Regards,
Alan
"t1202" wrote in message
...
If the answer to the formula is 0, how can I make it just show the cell as
empty instead of actually putting a 0 in the cell?



  #4   Report Post  
bigwheel
 
Posts: n/a
Default

Either use a formula like =IF(B1-C1=0,"",B1-C1) or surpress all zeros with
ToolsOptionsView and uncheck the Zero Values box

"t1202" wrote:

If the answer to the formula is 0, how can I make it just show the cell as
empty instead of actually putting a 0 in the cell?

  #5   Report Post  
Jay
 
Posts: n/a
Default

If the answer to the formula is 0, how can I make it just show the
cell as empty instead of actually putting a 0 in the cell?


One way:
Tools Options View
And un-check "zero values."

Another way:
Format Conditional formatting
and set the font color to the background color when a cell is zero.

Another way:
=IF( <formula=0, "", <formula )

Another way:
Format Cells Number Custom
And put the following for Type:
###;-###;""

(I have Excel 97.)


  #6   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Jay,

This is a nit, but the pair of quotes isn't really needed, as long as the
second semicolon is there.
###;-###;
--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Jay" wrote in message
8.16...
If the answer to the formula is 0, how can I make it just show the
cell as empty instead of actually putting a 0 in the cell?


One way:
Tools Options View
And un-check "zero values."

Another way:
Format Conditional formatting
and set the font color to the background color when a cell is zero.

Another way:
=IF( <formula=0, "", <formula )

Another way:
Format Cells Number Custom
And put the following for Type:
###;-###;""

(I have Excel 97.)



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
Formula HELP Jay Excel Worksheet Functions 3 October 14th 05 06:13 AM
how do i make a cell date sensitive to execute a formula or input. ebuzz13 Excel Discussion (Misc queries) 2 January 20th 05 09:33 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 08:18 AM
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 02:01 PM
make cell contents equal to null value - not blank, but empty mpierre Excel Worksheet Functions 1 December 29th 04 07:57 AM


All times are GMT +1. The time now is 04:47 AM.

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"