Hello Guys,
I wish to traverse content of each cell in my sheet. Let's say on
Sheet 1, in cell (1,1) I have the entry (Good,Morning,Sir).
On sheet 2, in cell (1,1) I have the entry (Good,Afternoon,Sir).
I want to traverse inside the cell so that if there is a similar data like above(Good & Sir), I want to remove both of them from the cell. So, the updated Sheet 1,cell (1,1) will have "Morning" only and On sheet 2,cell(1,1) will have "Afternoon" only.
I would like to remove all parts that match anywhere else and all parts that match anywhere else.
Thank you,
Nic
I wish to traverse content of each cell in my sheet. Let's say on
Sheet 1, in cell (1,1) I have the entry (Good,Morning,Sir).
On sheet 2, in cell (1,1) I have the entry (Good,Afternoon,Sir).
I want to traverse inside the cell so that if there is a similar data like above(Good & Sir), I want to remove both of them from the cell. So, the updated Sheet 1,cell (1,1) will have "Morning" only and On sheet 2,cell(1,1) will have "Afternoon" only.
I would like to remove all parts that match anywhere else and all parts that match anywhere else.
Thank you,
Nic