How to sort a list with numbers

How do I sort a list with numbers?

Use the SORT() function in you spreadsheet, or use the sort feature within Glide. You may want to convert your number to Text via TEXT(number,“0000.00”) and sort on that column if you don’t get the expected sort order you desire.

2 Likes

thanks for the info