sumifs formula in excel 2007

S

spudsnruf

Hello, within a sumifs formula, I am trying to include 2 variables withn one
of the conditons (i have several conditons, but all others just need to look
for 1 condition in 1 colum)..i need to return a value if EITHER of these
variables are in the column being looked at. Is this possible please?

(example...one of the conditons is to look for stock that has a status of
either "delivered" or "paid for".....both of which are amongst 5 different
staus in the column...but I only need stock with EITHER these 2 status to be
included)

Thank you
 
E

Engineering Accountant

you have to use two sum if's

=sumif(A:A,"Delivered",B:B)+sumif(A:A,"Paid for",B:B)

Hope this helps
 
S

spudsnruf

Thanks Dave, trid this too...as it seemed a little tidier...doesnt seem to
work though. WIll try again back home later, may be just a wrong comma or
something my side. Thank you
 

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