Tables

Frankie needs HELP

New Member
Joined
Apr 3, 2002
Messages
43
If you have a column of names (some names are the same) how do you produce a seperate table that produces a column with the names (without repetition) and then a second column showing the results of how often those names occur?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
You can use advanced filter, unique records only option , filter to new location for to produce a list of unique names. Then use COUNTIF to count each name in the first list.
 
Upvote 0
Create a PivotTable like the one show below...<html><body> <table BORDER=3 CELLSPACING=3 CELLPADDING=3 ><tr><td>Count of Name</td><td></td></tr><tr><td>Name</td><td>Total</td></tr><tr><td>Curly</td><td>1</td></tr><tr><td>Larry</td><td>3</td></tr><tr><td>Moe</td><td>2</td></tr><tr><td>Grand Total</td><td>6</td></tr></table>
 </body></html>
This message was edited by Mark W. on 2002-04-05 07:30
 
Upvote 0
Thanks Ienez but I can't seem to get the COUNTIF to work.

Mark W. I did this before but I don't want a grand total, can I get rid of that?
 
Upvote 0
On 2002-04-05 07:37, Frankie needs HELP wrote:

Mark W. I did this before but I don't want a grand total, can I get rid of that?

Right-click the PivotTable, choose Options... from the popup menu, and uncheck "Grand totals for columns".
 
Upvote 0

Forum statistics

Threads
1,214,414
Messages
6,119,375
Members
448,888
Latest member
Arle8907

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top