Hi
you may use two helper columns for this and sorting with these helper
columns. e.g. use the following two formulas
=--TRIM(LEFT(A1,FIND("-",A1)-1))
and
=TRIM(MID(A1,FIND("-",A1)+1,255))
and copy both formulas for all rows.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.