ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   keeping a cell blank (https://www.excelbanter.com/excel-discussion-misc-queries/192295-keeping-cell-blank.html)

James

keeping a cell blank
 
how can i make a cell stay blank when the value is 0. especially when i have
a formula in that cell. for instance it may set to sum a range however that
range equals zero or some other formula that equals zero. I would like the
cell to stay blank. this is for a cover page report that pulls alot of data
from the enire workbook and i dont want it to be filled with a bunch of
Zero's

thanks


David Biddulph[_2_]

keeping a cell blank
 
Option 1: =IF(your_formula=0,"",your_formula)
Option 2: Format/ Conditional Formatting/ Cell Value Is/ equal to : 0/
Format font colour to white (or whatever your cell background colour is)
Option 3: Tools/ Options/ View/ deselect "Zero values"
--
David Biddulph

"James" wrote in message
...
how can i make a cell stay blank when the value is 0. especially when i
have
a formula in that cell. for instance it may set to sum a range however
that
range equals zero or some other formula that equals zero. I would like the
cell to stay blank. this is for a cover page report that pulls alot of
data
from the enire workbook and i dont want it to be filled with a bunch of
Zero's

thanks




Kevin B

keeping a cell blank
 
Click TOOLS/OPTIONS and on the VIEW tab, locate the checkbox at bottom center
named ZERO VALUES and remove the checkmark.

Hope this helps...
--
Kevin Backmann


"James" wrote:

how can i make a cell stay blank when the value is 0. especially when i have
a formula in that cell. for instance it may set to sum a range however that
range equals zero or some other formula that equals zero. I would like the
cell to stay blank. this is for a cover page report that pulls alot of data
from the enire workbook and i dont want it to be filled with a bunch of
Zero's

thanks


FSt1

keeping a cell blank
 
hi
you could use an if formula in place of your other formula.
=if(sum(range=0),"",sum(range))
the formula would still be in the cell but the cell would display a blank.

regards
FSt1

"James" wrote:

how can i make a cell stay blank when the value is 0. especially when i have
a formula in that cell. for instance it may set to sum a range however that
range equals zero or some other formula that equals zero. I would like the
cell to stay blank. this is for a cover page report that pulls alot of data
from the enire workbook and i dont want it to be filled with a bunch of
Zero's

thanks


James

keeping a cell blank
 
Kevin B comes to the resue again.... Thanks


"Kevin B" wrote:

Click TOOLS/OPTIONS and on the VIEW tab, locate the checkbox at bottom center
named ZERO VALUES and remove the checkmark.

Hope this helps...
--
Kevin Backmann


"James" wrote:

how can i make a cell stay blank when the value is 0. especially when i have
a formula in that cell. for instance it may set to sum a range however that
range equals zero or some other formula that equals zero. I would like the
cell to stay blank. this is for a cover page report that pulls alot of data
from the enire workbook and i dont want it to be filled with a bunch of
Zero's

thanks



All times are GMT +1. The time now is 01:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com