1 col has cells w/an H or C, tally cells for Hs and cells for Cs

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

Guest

a col. has either an H or C in the cells. The corresponding rows have
numeric values in each cell. How do I tally the value for the numbers with H
and the value for cells with a C in the column (H and C are in a column to
the left of the numberic rows for cells).
 
Tink, try this, with h or c in column A and numbers in column B

=SUMIF(A1:A10,"H",B1:B10)
=SUMIF(A1:A10,"C",B1:B10)

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 

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