Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of topic numbers that I sort via a VBA macro which
basically selects the column and hits the sort data button. The data is numbers formatted as text and sorts by each digit. I'd really rather it sort by the value following the decimal point. For example, if I start with the list: 6.3 6.2 6.10 6.21 6.1 it will sort to: 6.1 6.10 6.2 6.21 6.3 but I'd like it to be: 6.1 6.2 6.3 6.10 6.21 Anybody have any ideas? This has been bugging me for some time. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting numbers and numbers that contain text in excel | Excel Discussion (Misc queries) | |||
sorting text with numbers | Excel Worksheet Functions | |||
Help sorting text as numbers | Excel Worksheet Functions | |||
Sorting numbers as Text | New Users to Excel | |||
SORTING TEXT AND NUMBERS | Excel Worksheet Functions |