Is there an easy way to code to sort Products by numbers WITHOUT having to add zeros to make all product numbers the same number of digits.
example 1, 10, 102, 2, 24, 3, 300, 333, 3345, 350, 500 is what it does now…
I need 1, 2, 3, 10, 24, 70, 102, 300, 333, 350, 500, 3345
It can’t be this difficult to find an answer. I have asked so many times.