Hello,
I have a column that I'd like to sort. The column I'm working with is formatted as such:
COLUMN A John Doe,OU=Level 3,OU=Level 2,OU=Level 1,OU=_EAST Jane Doe,OU=Level 4,OU=Level 3,OU=Level 2,OU=Level 1,OU=_EAST User 1,OU=Level 5,OU=Level 4,OU=Level 3,OU=Level 2,OU=Level 1,OU=_NORTH User 2,OU=Level 3,OU=Level 2,OU=Level 1,OU=_WEST User 3,OU=Level 4,OU=Level 3,OU=Level 2,OU=Level 1,OU=_SOUTH User 4,OU=Level 2,OU=Level 1,OU=_NORTH
and so on
I'd like to sort this column by the last words i.e._EAST, _WEST, _SOUTH ect... rather than by the beginning i.e. Jane Doe, User 1, User 1 ect... Is it possible to sort a column like this? Thanks for your help.
|