Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(LEFT(A1:A500)="a"))
=SUMPRODUCT(--(LEFT(A1:A500)="b")) etc. -- Gary''s Student gsnu200712 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting entries | Excel Worksheet Functions | |||
Counting unique text entries in a filtered list... | Excel Worksheet Functions | |||
counting unique entries in a list | Excel Discussion (Misc queries) | |||
Counting Entries | Excel Worksheet Functions | |||
counting specified date entries | Excel Worksheet Functions |