Hello,
I see others have asked similar questions to this but what I've found is based on defined values within the code or a single cell on the same sheet opposed to referencing all values contained in a column on a different sheet. I'm wondering if there's an efficient way to code the following:
If any cell in specified range (columns E:H) contains value from column N on Sheet2, clear that cell value.
e.g. there would be multiple cells in columns E, F, G and H that contain words contained in column N on sheet 2 and I'm trying to clear the cells with those values.
This would allow users to adjust column N on sheet 2 themselves without having to alter the code itself.
Appreciate any help!
I see others have asked similar questions to this but what I've found is based on defined values within the code or a single cell on the same sheet opposed to referencing all values contained in a column on a different sheet. I'm wondering if there's an efficient way to code the following:
If any cell in specified range (columns E:H) contains value from column N on Sheet2, clear that cell value.
e.g. there would be multiple cells in columns E, F, G and H that contain words contained in column N on sheet 2 and I'm trying to clear the cells with those values.
This would allow users to adjust column N on sheet 2 themselves without having to alter the code itself.
Appreciate any help!