How do I add a series of cells?

R

readystate

I have a spreadsheet with a series of drop down boxes with multiple values.
Is it possible to set up a formula that will add only those cells adjacent to
certain values? As an example, if the drop down has options such as PENDING
and CLOSED but I want to have the system automatically add only the dollar
amounts next to PENDING. Then, when it changes to CLOSED, I would like the
system to automatically re-calculate and shift the specific amount from
PENDING to CLOSED, can that be done? If so, how?

Any assistance will be greatly appreciated. Thanks.

J-P
 
D

Dav

If values are in a2:a100 and pending etc in cells b2:b100 and th
reference at the top is in cell c1

sumif(b2:b100,c1,a2:a100)

regards

Da
 

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