I'm trying to sort a column that lists IDs that include letters and numbers. The issue is that some IDs are just numbers (450), while others end in letters (450A, 450B, etc.) I want it to sort as 450, 450A, 450B, 451, 452A, etc., but instead its sorting as 450, 451, 450A, 450B." I've tried telling it to sort as text, general, and as numbers. Any quick and easy solutions? The spreadsheet is small enough that I can live with it if the solution starts getting complicated.