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

G

Guest

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

Guest

Something like this:

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

Replace yourformula with whatever calculation you need.

HTH,
Elkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top