Formula to alphabetize last names based on criteria

Stuepef

Board Regular
Joined
Oct 23, 2017
Messages
128
Office Version
  1. 2021
Platform
  1. Windows
I have a list of employee last names that I would like to alphabetize based on the plan chosen. I created the alphabetize formula and the criteria formula, but need assistance combining them if possible:

Alphabetize formula:
Code:
[COLOR=#333333]=IFERROR(INDEX(A$2:A$96,MATCH(ROWS(A$2:A2),INDEX(COUNTIFS(A$2:A$96,"> ",A$2:A$96,"<="&A$2:A$96),0),0)),"")[/COLOR]

Criteria Formula (plan 1):
Code:
[COLOR=#333333]{=IFERROR(INDEX($A$2:$A$16,SMALL(IF($B$2:$B$16=1+0,ROW($A$2:$A$16)-(ROW($A$2)-1)),ROWS($2:2))),"")}[/COLOR]

Employee List & Plan:
EmployeePlan Selection
Richards

<tbody>
</tbody>
3
Cone

<tbody>
</tbody>
1
Flairty

<tbody>
</tbody>
1
Hector

<tbody>
</tbody>
2
James

<tbody>
</tbody>
3
Paige

<tbody>
</tbody>
1
William

<tbody>
</tbody>
1
Wood

<tbody>
</tbody>
3
Rose

<tbody>
</tbody>
2
Maggie

<tbody>
</tbody>
2
Sharon

<tbody>
</tbody>
1
Jesse

<tbody>
</tbody>
3
Lori

<tbody>
</tbody>
2
Kim

<tbody>
</tbody>
2
Jason

<tbody>
</tbody>
3

<tbody>
</tbody>



The sample workbook and employee information was posted at Excel Help Forum at: https://www.excelforum.com/excel-fo...lphabetize-based-on-criteria.html#post5082582
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,213,530
Messages
6,114,162
Members
448,554
Latest member
Gleisner2

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