Search code examples
sortinggoogle-sheetsfilterstring-formattingnumber-formatting

Google Sheet filter-function not working as sorter


I have a Google Sheet with many numbers from 100-845. Some of them have either "pt" or "A/B/C" behind them, which makes filter putting them at the bottom of the sorting A-Z. Any quick fix you guys know of?

To make it easier to understand; in cell A2:A745 I have numbers as this in each row, which I want to sort:

100
101pt
101pt
102A
102B
103
104
...

I look forward to your replies.


Solution

  • select column and convert it to Plain text

    0

    then sort it with A-Z

    0