numerical sorting
-
I have a table with names and addresses. The address is made up of two columns within the table. One column (No.) lists the street number. The 2nd column lists the street name (StreetName). Because the street number column values are actually text the column does not sort as expected. example: 101 lists before 30.
How do I make the street number column values numerical?
Also how do I indicate a specific sort order of the two columns? Street name first then street number.
I have tried to read the related articles but would appreciate some help.Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘numerical sorting’ is closed to new replies.