Can I expand that formula to take criteria from another column into creteria?
What I mean is let's say I also want to add the number from a1 to a10 if the
quantity in b1 to b10 is less than 0?
Can I expand that formula to take criteria from another column into creteria?
What I mean is let's say I also want to add the number from a1 to a10 if the
quantity in b1 to b10 is less than 0?
if you just want to sum all <0 in A and all >0 in B together use
=SUMIF(A1:A10,"<0")+SUMIF(B1:B10,">0")
Regards,
Peo Sjoblom
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.