val_rucarean
New Member
- Joined
- May 1, 2014
- Messages
- 3
Hi guys.
I have this output in column A after the standard A to Z sort:
<colgroup><col></colgroup><tbody>
</tbody>
However the output I would like is:
<tbody>
</tbody>
<colgroup><col></colgroup><tbody>
</tbody>
The problem really is how to get Excel to sort the number after the "C" properly. I'm happy to get rid of "SUN" and "OPT" prior to sorting if that makes it easier.
Any help will be greatly appreciated.
Thanks
Val
I have this output in column A after the standard A to Z sort:
LFL388C10SUN | ||||||
LFL388C11SUN | ||||||
LFL388C12SUN | ||||||
LFL388C13SUN | ||||||
LFL388C14SUN | ||||||
LFL388C1SUN | ||||||
LFL388C2SUN | ||||||
LFL388C3SUN | ||||||
LFL388C4SUN | ||||||
LFL388C5SUN
<colgroup><col></colgroup><tbody> </tbody> |
<colgroup><col></colgroup><tbody>
</tbody>
However the output I would like is:
LFL388C1SUN |
LFL388C2SUN |
LFL388C3SUN |
LFL388C4SUN |
LFL388C5SUN |
<tbody>
</tbody>
LFL388C10SUN | ||||||
LFL388C11SUN | ||||||
LFL388C12SUN | ||||||
LFL388C13SUN | ||||||
LFL388C14SUN | ||||||
<tbody> </tbody> |
<colgroup><col></colgroup><tbody>
</tbody>
The problem really is how to get Excel to sort the number after the "C" properly. I'm happy to get rid of "SUN" and "OPT" prior to sorting if that makes it easier.
Any help will be greatly appreciated.
Thanks
Val