Hi all,
I’m new to excel so bear with!
I currently have a sheet for date countdowns, which currently consists of 4 columns:
1-start date
2-due date =IF(F2=””,””,F2+60)
3-remaining days =IF(F2=””,””,G2+TODAY())
4-date complete
So far, when I input the start date in the F column, it auto populates my due date (60 days time) in the G column and then calculates how many days remaining in the H column. How do change the H column so that when I put in the completed date (which will be in the I column), it removes the remaining days and changes it to say “completed”?
Thanks! :D
I’m new to excel so bear with!
I currently have a sheet for date countdowns, which currently consists of 4 columns:
1-start date
2-due date =IF(F2=””,””,F2+60)
3-remaining days =IF(F2=””,””,G2+TODAY())
4-date complete
So far, when I input the start date in the F column, it auto populates my due date (60 days time) in the G column and then calculates how many days remaining in the H column. How do change the H column so that when I put in the completed date (which will be in the I column), it removes the remaining days and changes it to say “completed”?
Thanks! :D