Need to filter A-Z column starting with a letter and a number

Waylonjennings

New Member
Joined
Sep 27, 2017
Messages
2
I am trying to filter the following

T1
T2
T3
T4
T5
T6
T7
T8
T9
T10
T11
T12
T13
T14
..........
When I filter A-Z I get
T1
T10
T11
T12
..........
T19
T2
T20

I can't put a 0 in fount of the single digit because I need that exact number as is.
Anyone have this problem or any suggestions?
Thanks for the help
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
You could use a helper column... put this formula in the first cell, copy down and filter (sort?) on that column.

=IF(LEN(A1)=2,REPLACE(A1,2,0,0),A1)
 
Upvote 0

Forum statistics

Threads
1,215,831
Messages
6,127,143
Members
449,363
Latest member
Yap999

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