sum function

D

dannyboy8

if I have a row of #s and I want the sum to include only the positive #s,
what kind of formula could I write to accomplish this?
 
E

Eduardo

Hi,
Let's say you want to summarize column A from row 1 to 100 use

=sumproduct(--(A1:A100>0),A1:A100)
 
R

Rick Rothstein

I'm not sure why you have posted this question again... I responded to your
first posting that asked this question 6 days ago. My answer then was this:

Change the range to suit your actual setup...

=SUMIF(A1:Z1,">0")
 

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