Adding only positive numbers

G

Guest

I have a column of $ amounts (some negative) for which I would like to write
a function to add ONLY the positive numbers, and exclude the negative ones.
How can this be done.
-Eric
 
G

Guest

hi,
look up sumif.

it might look something like this...
=sumif(c1:c10,">=0",c1:c10)

regards
FSt1
 

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