Sort AlphaNumeric with structured references in Excel

后端 未结 4 948
醉梦人生
醉梦人生 2020-12-12 03:34

I Have an Excel Sheet with data that looks like that.

Data
x=1.1
x=11.2
x=10.3
x=1.4
x=2.5;2.6
x=2.1
x=4.7
x=6.8
x=6.2;6.3
x=1.10

What i wa

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 04:18

    Copy the data into a new column say B If you are using excel 2007 or higher, go to data tab --> text to columns option after selecting your data in B

    Here you can choose delimited and it will separate your data into 2 columns. Then apply the sorting based on this column

提交回复
热议问题