A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
According to my research and testing, you can use the following 2 formulas:
1, Set by days:
=IF([document type]="Policy",[review date]+365,[review date]+730)
2, Set by years:
=IF([document type]="Policy",DATE(YEAR([review date])+1,MONTH([review date]),DAY([review date])),DATE(YEAR([review date])+2,MONTH([review date]),DAY([review date])))
The result:
Thanks,
Yanli Jiang
===========================================
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.