Excel formula needed to count a list of names
Solved/Closed
Related:
- Excel formula needed to count a list of names
- My contacts list names - Guide
- Ideogram ai names - Guide
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- How to count names in excel - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 9, 2010 at 09:21 PM
Mar 9, 2010 at 09:21 PM
suppose your data is like this from A1 to A9(note colufmn heading -this is necessary)
names
a
a
a
a
s
s
d
d
click data(menu)-filter-advancedfilter
choose radio button at the top "copy to another location"
against list range click the icon at the right end of the small window and highlight A1 to A9
leave blank criteria range
against "copy to"-click the icon at the right end of the window and select some empty cell e.g. D1
choose radio button "unique records only" at the bottomleft
click ok
you will get D1 to D4
names
a
s
d
in E2 copy paste this formla (repeat E2)
=COUNTIF(A2:A9,D2)
copy E2 down.
you will get
names frequency
a 4
s 2
d 2
will this do?
you can modify this help to suit you
names
a
a
a
a
s
s
d
d
click data(menu)-filter-advancedfilter
choose radio button at the top "copy to another location"
against list range click the icon at the right end of the small window and highlight A1 to A9
leave blank criteria range
against "copy to"-click the icon at the right end of the window and select some empty cell e.g. D1
choose radio button "unique records only" at the bottomleft
click ok
you will get D1 to D4
names
a
s
d
in E2 copy paste this formla (repeat E2)
=COUNTIF(A2:A9,D2)
copy E2 down.
you will get
names frequency
a 4
s 2
d 2
will this do?
you can modify this help to suit you
Have you worked with PivotTables before? It's an easy way to do a count like this, you may have to do a work around to get the date into column B. But you should take a look at how to work with PivotTables to see it works for you: https://support.microsoft.com/en-us/training
Cheers,
Andy
MSFT Office Outreach
Cheers,
Andy
MSFT Office Outreach
Apr 14, 2011 at 02:51 AM
May 15, 2011 at 06:20 AM
Jan 8, 2013 at 10:47 PM
Oct 22, 2014 at 06:39 PM
Feb 20, 2015 at 03:48 AM