Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() On column A, it is a list of different states (ie. CA, FL , NV and so on). I don't know how many different states in the column because the list is too long. Is there a formula to know how many instances for each state on the list. -- dannyboy213 ------------------------------------------------------------------------ dannyboy213's Profile: http://www.excelforum.com/member.php...o&userid=31032 View this thread: http://www.excelforum.com/showthread...hreadid=507788 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Have you tried fully utilising the COUNT function. Just spit-balling but COUNT("Ca") for example. Does that work or not? -- poloboyUK ------------------------------------------------------------------------ poloboyUK's Profile: http://www.excelforum.com/member.php...o&userid=31097 View this thread: http://www.excelforum.com/showthread...hreadid=507788 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() The problem is I don't know which states are on the list because the list is too long. poloboyUK Wrote: Have you tried fully utilising the COUNT function. Just spit-balling but COUNT("Ca") for example. Does that work or not? -- dannyboy213 ------------------------------------------------------------------------ dannyboy213's Profile: http://www.excelforum.com/member.php...o&userid=31032 View this thread: http://www.excelforum.com/showthread...hreadid=507788 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
dannyboy
First you need a collection of all the different states appearing, i.e. a list in which each state appears only once. To do this, select the column, and use Data | Advanced Filter. Choose Fileter in another location, Unique records only and specify the other location. No need for criteria. Once you have all the unique data neatly in place (say in E2:E52), next to them, say in F2, you can put the following formula: =COUNTIF(A:A, E2) Assuming original list is in column A:A. HTH Kostis Vezerides |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just list the 50 possible somewhere, say M1:M50, and use
=COUNTIF(A:A,M1) and copy down -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "dannyboy213" wrote in message ... The problem is I don't know which states are on the list because the list is too long. poloboyUK Wrote: Have you tried fully utilising the COUNT function. Just spit-balling but COUNT("Ca") for example. Does that work or not? -- dannyboy213 ------------------------------------------------------------------------ dannyboy213's Profile: http://www.excelforum.com/member.php...o&userid=31032 View this thread: http://www.excelforum.com/showthread...hreadid=507788 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In my answer above I give you a way to generate the unique list of
states using Advanced Filter. HTH Kostis Vezerides |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a formula to count multiple items? | Excel Worksheet Functions | |||
Most popular items in a list | Excel Worksheet Functions | |||
Make typing "jump" to matching item(s) in drop-down list? | Excel Discussion (Misc queries) | |||
is it possible to re-size or format list items in dropdown box? | Excel Discussion (Misc queries) | |||
sum particular items from a list | Excel Discussion (Misc queries) |