Thank you in advance! I certainly appreciate the help with this.
Using Excel 2003, I have a huge list of one word text that are all in the first column. I also have a "Do not use" list that has a smaller list of one word text all i nthe first column. I want to be able to (without using VBA) remove any cells or blank any cell in that column of the huge list if it contains any cells that are in "Do not use" list.
First list:
A1: john
A2: stacy
A3: Katrina
A4: tim
A5: josh
A6: jason
Do Not Use List:
A1: stacy
A2: jim
A3: jason
My lists are MUCH larger. Is there any way to use this Do Not Use list to delete all cells that have the same text in the Large List?
Thank you!
Using Excel 2003, I have a huge list of one word text that are all in the first column. I also have a "Do not use" list that has a smaller list of one word text all i nthe first column. I want to be able to (without using VBA) remove any cells or blank any cell in that column of the huge list if it contains any cells that are in "Do not use" list.
First list:
A1: john
A2: stacy
A3: Katrina
A4: tim
A5: josh
A6: jason
Do Not Use List:
A1: stacy
A2: jim
A3: jason
My lists are MUCH larger. Is there any way to use this Do Not Use list to delete all cells that have the same text in the Large List?
Thank you!