Adding up data in multiple cells for a single criteria.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I have few data in multiple rows. I want to add up all the data in a
specific number of cells which meet the criteira.
Example

09000 Program Manager 20000
09800 Finance Manager 30000
09816 Program Manager 22000

I want to extract in a seperate cell and the result for Program Manager
should be like this.

09000 Program Manager 42000

Please help me on this since I have a lot of reporting stuff to do.


Thanks
 
=SUMIF(B:B,"Program Manager",C:C)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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

Back
Top