Formula(?) to create a ranking + a count of the values in a column?

Jennifre

Board Regular
Joined
Jan 11, 2011
Messages
160
Hi there, and thank you in advance! I really, really appreciate this forum! :)

I have data which was not set up in an easy manner to pull information from, so I would love to see if this is possible to do:

I'd like to use a formula beneath each column, which would display values in a column (and the counts of each) from highest-in-number to lowest-in-number, in that column. For example,

before:
Column A
Bon boy
Bon boy
Bon boy
Yo girl
Yo girl
The cat

after:
Column A
Bon boy
Bon boy
Bon boy
Yo girl
Yo girl
The cat

Bon boy 3
Yo girl 2
The cat 1

Thank you... SO much, experts!! :)
 
Last edited:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I am not expert and I don't think one formula can do this.

The only manual way I can think of:
1. Copy all names from column A. Remove duplicate, put the unique name on a new column.
2. Do a count if formula, sort largest the smallest with expand selection.
3. Combine the name and count if result. =Name&" "& count if result
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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