ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Counting from list entries (https://www.excelbanter.com/excel-discussion-misc-queries/136511-counting-list-entries.html)

rotors

Counting from list entries
 
I have an identical drop down list of items (eg. "A" to "G") being used on a
number of different workbook sheets. Is there a way to tabulate/count the
different individual entries (i.e. how many "A"s, "B"s, etc) and what
function would I use?

Roger Govier

Counting from list entries
 
Hi

Try
=COUNTIF(A:A,"A")
to pick up all the A's entered in column A.

Change range and expected value to suit.
--
Regards

Roger Govier


"rotors" wrote in message
...
I have an identical drop down list of items (eg. "A" to "G") being used
on a
number of different workbook sheets. Is there a way to tabulate/count
the
different individual entries (i.e. how many "A"s, "B"s, etc) and what
function would I use?




Gary''s Student

Counting from list entries
 
=SUMPRODUCT(--(LEFT(A1:A500)="a"))
=SUMPRODUCT(--(LEFT(A1:A500)="b"))


etc.
--
Gary''s Student
gsnu200712



All times are GMT +1. The time now is 02:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com