Alphabetize a list

dogmoo21

New Member
Joined
Jun 7, 2012
Messages
1
I have a column full of words to the right of a column labeling each of those words with a number (I will show an example of everything at the end). I want the third column to correspond to an alphabetized list of the second column. I want to use a formula, not a macro, to organize this third column.

For example:

1 | gun |
2 | bat |

3 | fit |

4 | con |

5 | act |

6 | hem |

7 | eel |

8 | ire |

9 | dad |

...should become:

1 | gun | 5
2 | bat | 2

3 | fit | 4

4 | con | 9

5 | act | 7

6 | hem | 3

7 | eel | 1

8 | ire | 6

9 | dad | 8


If anyone can help me by providing a formula I could use or somewhere I can look for a formula, that would be greatly appreciated.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
In your results table, you have "eel" marked as #1 alphabetically, shouldn't "act" be #1? Also, you have "dad" ranked as #8 alphabetically, when it should clearly be before "gun", "fit", "hem", "eel", and ire"

So that's why we're confused
 
Upvote 0
You could put this CSE formula in C1 (entered with Ctrl-Shift-Enter) and drag it downward.
=100*MOD(SMALL(COUNTIF(B:B,"<="&$B$1:$B$9)+ROW($B$1:$B$9)/100,ROW(A9)),1)
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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