Excel spreadsheet for schedule

  • Thread starter Thread starter A
  • Start date Start date
A

A

I need a formula that will total multiple text in the same column. I need to
add all D's, G' and H's in the same set of cells, what formula can I use?
A
 
A said:
I need a formula that will total multiple text in the same column. I need
to
add all D's, G' and H's in the same set of cells, what formula can I use?
A


What???
 
Hi A,

I presume you mean count the D, G's and H's.

Suppose your data is in column A1:A22, enter D, G, H in cells F1:F3. Then
enter the following formula:

=SUMPRODUCT(COUNTIF(A1:A22,F1:F3))

--
Cheers,
Shane Devenshire
Microsoft Excel MVP
Join http://setiathome.berkeley.edu/ and download a free screensaver and
help search for life beyond earth.
 

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