I would like to remove everything after the second comma in a string. Im thinking a regex formula would be the way to go, however im not that great at it. Im working with a large data set, so some cells my not even have more than 1 comma.
Column A | Column B
X | stv-47474, ftv-78765, stv-47474, ftv-78765
I want it to remove all the duplicates after the second comma
Column A | Column B
X | stv-47474, ftv-78765