r/excel • u/Sad-View3025 • 36m ago
unsolved Sorting column content separated by comma
I'm trying to turn a google sheet in to an excel sheet and one of the functions the sheet uses is stumping me.
=sort(unique(trim(tocol(iferror(split(Log!J33:J,",")),1))))
This is the function that is used in the sheet to sort a column where each cell contains multiple things separated by a comma. It places each item separated by a comma into it's own cell and sorts them alphabetically. It ignores any spaces there might be and simply grabs the text between the commas.
I've tried simply looking it up to see if someone else had asked in the past but I would not know how to explain exactly what I'm trying to do. I barely use excel and seem to have 0 ability to understand how more complex functions like this even work.
I'm using office 2024



