Calculate only Positive Numbers

G

Guest

I need to know if there is a way to calculate only cells within a column
(column AL) that are a positive number. The column has rows 3 through 1359
with quite a few that are negative numbers (these numbers are a result of a
formula) WE only want to include in the column total those numbers that have
a positive result. Is this possible? THanks
 
F

Franz Verga

Nel post *B G* ha scritto:
I need to know if there is a way to calculate only cells within a
column (column AL) that are a positive number. The column has rows 3
through 1359 with quite a few that are negative numbers (these
numbers are a result of a formula) WE only want to include in the
column total those numbers that have a positive result. Is this
possible? THanks

=SUMIF(AL3:AL1359,">0")


--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

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