I've seen this asked many times on the internet but I can't seem to find someone asking how to sort part numbers that also contain text. For example, I have the following part numbers and want them sorted in this way:
5-part
7-part
156-part
691-part
When sorting, from smallest to largest, it does the following:
156-part
5-part
691-part
7-part
It looks like it uses the first digit when I instead want it to sort by the full part number. Is the only way to do this by extracting the part number from the whole SKU into its own new column, make sure the cells are formatted as a number and then sort by this new column?
5-part
7-part
156-part
691-part
When sorting, from smallest to largest, it does the following:
156-part
5-part
691-part
7-part
It looks like it uses the first digit when I instead want it to sort by the full part number. Is the only way to do this by extracting the part number from the whole SKU into its own new column, make sure the cells are formatted as a number and then sort by this new column?