Hi!
I am trying to figure out a formula for the following (hopefully I explain it correctly)
I currently have a sheet where the date of training is entered, and the expiry date is then auto-filled based on the first of the next month of the following year (some have 2 year anniversary dates) this is the formula I have : =IF(F13=0,"",DATE(YEAR(F13)+1,MONTH(F13)+1,1))
However, I am looking to see if there is a way to add another statement for this reason: - If the training is done within 90 days of the expiry date, the anniversary date will stay the same but a year would be added on. So, for example; if training was done on March 5, 2020 - the anniversary date would be April 1, 2021. However, if the student completed it in February 2021, the expiry would still be April 1, 2022.
Hopefully there's something out there that can capture this.
Thanks!
I am trying to figure out a formula for the following (hopefully I explain it correctly)
I currently have a sheet where the date of training is entered, and the expiry date is then auto-filled based on the first of the next month of the following year (some have 2 year anniversary dates) this is the formula I have : =IF(F13=0,"",DATE(YEAR(F13)+1,MONTH(F13)+1,1))
However, I am looking to see if there is a way to add another statement for this reason: - If the training is done within 90 days of the expiry date, the anniversary date will stay the same but a year would be added on. So, for example; if training was done on March 5, 2020 - the anniversary date would be April 1, 2021. However, if the student completed it in February 2021, the expiry would still be April 1, 2022.
Hopefully there's something out there that can capture this.
Thanks!