Hello,
I have a list of the following
<tbody>
xyz1
xyz2
xyz4
xyz11
xyz3
</tbody>
I need to sort them but Excel will only sort them if i have the same amount of digits in the number like say
<tbody>
xyz01
xyz02
xyz03
xyz04
xyz11
</tbody>
is there a way to sort...