So I have my worksheet that has some dates on it - namely date response due.
There is a column which indicates the status of an application for a business: application received, active, and inactive.
I already have it set up that overdue application are highlighted in red, but I was also looking for a macro which would change the text in the status column to OVERDUE when the due date is reached and passed.
I was wondering what would be the best way to code this.
Something along the lines of --> search column K by row. If the date is less than today then change the value in column D to OVERDUE.
Bookmarks