I created a dropdown list in my worksheet and I was wondering if there was
any way to add up how many times each individual item was selected. Any help
would be appreciated.

Thanks!

Re: Adding up dropdown menu categories. by T

T
Thu May 08 22:01:14 CDT 2008

Does that mean you have more than 1 drop down list?

If so, make a list of the unique items from the drop down lists then use a
formula like this:

..........A...................B...
1...Unique list ..... Count
2...Item1.......................
3...Item2.......................
4...Item3.......................

Assume the drop down lists are in the range J1:J10

Enter this formula in B2:

=COUNTIF(J$1:J$10,A2)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"JCD" <JCD@discussions.microsoft.com> wrote in message
news:F0261952-5EE0-406F-B538-93E4189FC2B3@microsoft.com...
>I created a dropdown list in my worksheet and I was wondering if there was
> any way to add up how many times each individual item was selected. Any
> help
> would be appreciated.
>
> Thanks!