I have a situation where I'm wanting to clear the cell from Column A if it equals A, B, or C and also check that if D is not blank to clear that cell also for the entire sheet.
Thank you in advance!
Thank you in advance!
COL A | COL B | COL C | COL D | |
c | value | value | value | clear A and D |
b | value | value | clear A only | |
123 | value | value | value | clear D only |
123 | value | value | skip |