Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tlc-lakewood
 
Posts: n/a
Default If sum of an equation = 0, need to display blank cell

If I create an equation and the sum is zero, I do get the cell to remain blank?
ie: if the total displayed in cell E26 (currency) is SUM=(D26)*.98, and
D26 is blank, how do I get the cell E26 to remain blank without displaying
$0.00?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default If sum of an equation = 0, need to display blank cell

Try this:

=IF(D26*.98=0,"",D26*.98)

HTH,
Elkar


"tlc-lakewood" wrote:

If I create an equation and the sum is zero, I do get the cell to remain blank?
ie: if the total displayed in cell E26 (currency) is SUM=(D26)*.98, and
D26 is blank, how do I get the cell E26 to remain blank without displaying
$0.00?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default If sum of an equation = 0, need to display blank cell

=if(d26*0.98=0,"",d26*0.98)

"tlc-lakewood" wrote:

If I create an equation and the sum is zero, I do get the cell to remain blank?
ie: if the total displayed in cell E26 (currency) is SUM=(D26)*.98, and
D26 is blank, how do I get the cell E26 to remain blank without displaying
$0.00?

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
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
MAKING THE FOLLOWING EQUATION DISPLAY A BLANK CELL IF NO DATA INPU phill Excel Discussion (Misc queries) 3 April 21st 06 05:55 PM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
Setting Purely BLANK Cell yokato95 Excel Worksheet Functions 4 August 18th 05 04:43 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM


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

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"