Hello
In sheet1 i have many columns with numbers like this
In sheet2 i have one column with numbers like this
I want to search sheet1 for all numbers in sheet2 and remove them from sheet1,
Is that possible, without doing one column at a time?
In sheet1 i have many columns with numbers like this
Code:
ColA ColB ColC
123 321 123
111 123 555
444 333 222
In sheet2 i have one column with numbers like this
Code:
ColA
123
222
444
222
I want to search sheet1 for all numbers in sheet2 and remove them from sheet1,
Is that possible, without doing one column at a time?