I have a cell containing some elements (“Andy”, “Bill”, “Connor”, “Don”, “Edward”, “Frances”) in column 1.
I also have a cell with some numeric values (4, 2) in column 2.
The numbers in column 2 represent the position of the elements in column 1 to be removed (“Don”, "Bill)
Te desired result would be the elements in column 1 without those in column 2 (“Andy”, “Connor”, “Edward”, “Frances”)