Hello All,

This sort question has been asked before most likely, but I can't seem to get it to work in my scenario?

I have about 400 rows of data that I want to sort based upon some point names. This is my problem...

When I sort a group of numbers, for instance, 1-100 it sorts 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20....

How can I get it to sort consecutively without bumping the number two after the number 19 and before 20?

Thanks all