I have some cells in my spreadsheet that have multiple dates separated by a semicolon ;
.
After some googling, I found that TEXTSPLIT
is probably the best formula to break this apart, but it produces several columns of data. I'm hoping to compare the values within the cell before they are broken apart and return one value that is the greatest in the group.
Is this possible? One thing I just thought of is to have a bit of a convoluted machine that breaks out values in a separate sheet and another formula that takes the max value from those rows. Would like to avoid using multiple sheets if I can.