How to perform calcutions only if value if greater than zero?

B

barbaraatm

How can I set up a formula in Excel to perform only if the value in a cell is
greater than zero?
 
E

Elkar

Something like this:

=IF(A1>0,yourformula,"")

Replace yourformula with whatever calculation you need.

HTH,
Elkar
 
Top