Sorting question

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

I need to sort a worksheet by a column with values like

LX5-C1001
LX5-C1002
LX5-C0003
LX5-C0004
LX5-C2005
LX5-C1006

etc. I need to ignore everything except the last three digits. How
do I do this?

Ed
 
You will need a helper column. If the real data is in A1, use =RIGHT(A1,3)
in the helper column and copy down the column.
Sort the block of data.
best wishes
 

Ask a Question

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.

Ask a Question

Back
Top