How to count certain values in a column

G

Guest

I'm designing a spreadsheet where column B contains the month and column C
contains a numerical value. Could anyone out there suggest a formula that
only counts the values in Column B for the month contained in column C.

B C
April 1
April
April 3
April 1
May
June 1
June 1
June 1
July 3
 
G

Guest

I should have written "only counts the values in Column C for the month
contained in column B."
 
G

Guest

I am presuming you meant sum vlaues in col c for month in col B:

=SUMIF(a1:a24,"jan",b1:b24)

Hope this is what you were after.
 
G

Guest

Nav

Thanks, that's exactly what I wanted. Very helpful.

Mark
------------------------------------------------
 

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