Hello,
Looking for solution to sort some data,
I have 4 columns with numerical numbers from 1 to 500 with in this range i have a.b.c.d.e. next to various numbers in the last column.
When i use the sort function it will sort the first 3 as normal as they are only numerical when i sort the last column it separates the ones with abcd next them at the bottom i want them all in order.
1
2
3
1a
1b
2a
i want
1
1a
1b
2
2a
2b etc
i have tried both options when the sort comes up with recognise ans number or not it still has not worked.
Any solutions would be great.
Daza
Looking for solution to sort some data,
I have 4 columns with numerical numbers from 1 to 500 with in this range i have a.b.c.d.e. next to various numbers in the last column.
When i use the sort function it will sort the first 3 as normal as they are only numerical when i sort the last column it separates the ones with abcd next them at the bottom i want them all in order.
1
2
3
1a
1b
2a
i want
1
1a
1b
2
2a
2b etc
i have tried both options when the sort comes up with recognise ans number or not it still has not worked.
Any solutions would be great.
Daza