Having trouble nesting function.

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

Guest

If the sum of (F4*H4) = a negative number I want it to return a zero but I
can't seem to come up with a workable formula. Sugestions?


=IF(ISBLANK(G4),"",SUM(F4*H4))
 
Back
Top