Let's say I have 3 columns; "Date", "Contact#", "Notes". Because of privacy restrictions, the information in the cells of the "Contact #" column need to be deleted once their corresponding entry date in the "Date" column reaches 20 days past it's date. I do not, however, need the "Date" column, nor the "Notes" column to be deleted as well. Date = ("G6:G40") and Contact = ("H6:H40"). I know I need an IF statement and Range but can't seem to get it to delete just the cells in "H" that correspond with dates in "G" that are older than 20 days. I'm newish to Excel VBA and have run myself ragged trying to find the solution or combo of solutions online, so... here I am.
I humbly beg for your help
.
I humbly beg for your help
Date | Contact | Notes |
2021-08-02 | X | set for delete |
2021-08-01 | X | |
2021-07-31 | X | |
2021-07-30 | X | |