Adding up negative numbers only

T

tonydepo

Ok, let me try to explain this problem. I have several cells a1 throug
a10. Each cell has a number, for ex. $10.00, ($5.00),etc. , sometime
this number is positive, sometimes it is negative. I want to only ad
all of the negative numbers in cells a1:a10 and put a total in cel
a11. How can I do this?

Thanks

Ton
 
R

Ron Rosenfeld

I meant:

=SUMIF(A1:A10,"<0",A1:A10)

Steve

No, you were correct the first time. The last argument in SUMIF is optional,
and only required if the range to sum is different from the criteria range.


--ron
 
F

firefytr

Isn't that what I just said? ;)


Ron said:
No, you were correct the first time. The last argument in SUMIF i
optional,
and only required if the range to sum is different from the criteri
range.


--ro
 

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