J
johnk
I have a large list of related items for exapmle:
abc-123, abc-234, abc-345, bcd-123, bcd-234, bcd-345, cde-123,cde-234,
cde-345
I need to have them sorted on the last three digits, so I end up with:
abc-123, bcd-123, cde-123 and so on. How do I do this?
abc-123, abc-234, abc-345, bcd-123, bcd-234, bcd-345, cde-123,cde-234,
cde-345
I need to have them sorted on the last three digits, so I end up with:
abc-123, bcd-123, cde-123 and so on. How do I do this?