Hi,
I'm trying to sort unique entries in a list of data. Currently I know how to find what I want, which can be done by the following formula:
(INT(MID(F8,SEARCH(", ",A2)+2,LEN(A2)-SEARCH(", ",A2)-4)
However I want to configure it to find the value in column A and paste it in column C, but...