Hi All,
I am attempting to run some vba over multiple columns to delete any cell where the 3rd character does not equal any of the letters in Cell 1A.
The length of the original column can vary.
The letters would be different across row 1 for each additional column but I should be able to update the code if I can get the first column to work.
Any assistance/advice on this would be greatly appreciated!
So Original Data for example would be something like this:
The desired outcome would be this:
Thanks
I am attempting to run some vba over multiple columns to delete any cell where the 3rd character does not equal any of the letters in Cell 1A.
The length of the original column can vary.
The letters would be different across row 1 for each additional column but I should be able to update the code if I can get the first column to work.
Any assistance/advice on this would be greatly appreciated!
So Original Data for example would be something like this:
The desired outcome would be this:
Thanks