The most helpful function for this is "Text to columns". That separates each field in a string into separate columns. Then you can just sort by whichever column interests you.
__________________ Adding 's does not make a word, not even an acronym, plural
The most helpful function for this is "Text to columns". That separates each field in a string into separate columns. Then you can just sort by whichever column interests you.
That is actually super helpful. I was wondering how to get the info to divide without having to cut and paste individually. Definitely something useful for work, too! Thanks.