Displaying Product value only when it is greater than $0.00

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to know the formula for displaying the dollar value of a PRODUCT only
when the value is greater than $0.00. I am making an Invoice sheet and do
want zero values to appear when there is no value above zero dollars. Cells
are setup as currency. The value even though zero would be calculated by a
SUM at the bottom of the column.
 
Either set zero display off (Tools>Options>View, uncheck 'Zero Values')

Or, use a custom format of say [<0]"";[=0]"";General

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Back
Top