A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Re: sorting using a custom sort list
This seems to work...
1.
Add an adjacent "helper" column to your data containing a formula similar to...
=TRIM(LEFT(G3,3))
Copy and paste values. <<<<<<
2.
Add a custom sort list in the order desired.
(File | Options | Advanced -"Edit Custom List")
Mine looks like this...
'---
LL3
LL2
LL1
L1
L2
L3
L4
L5
L6
L7
L8
L9
L10
L11
L12
L13
L14
L15
L16
L17
L18
L19
L20
L21
L22
'---
3.
Sort the data using the new column and the new custom list.
4.
Before sort...
5.
After sort...
'---
Jim Cone
Portland, Oregon USA
https://goo.gl/IUQUN2 (Dropbox)
(free & commercial excel add-ins & workbooks)