View Single Post
  #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?