I've made a drop down list of numbers from 1 to 104 in range A1:A104 with Data validation.
The issue I get is the following:
After I select a number from the list and populate the output cell, the list then sort from the next multiple of 10.
Here's a screenshot of the issue:
I tested the 2 solutions from this prior question but they don't resolve the issue:How can you sort data validation input list in google spreadsheet The multiple of 10 still follows instead of the ascending or next unit number order. Is there a way to make it sort the list in ascending order or next unit even after selection?
EDIT1: Test sheet as requested
EDIT2: It does sort in ascending order for strings/month text and from thousands/years:
Why not regular digits?