Forum Discussion
Robob
Apr 25, 2025Copper Contributor
Syntax error on calculated column formula - date
Trying to get this formula to work in SharePoint. What I am trying to achieve is a column that calculates the date based on the input on two columns. I got this to work, but when one of the column...
- Apr 28, 2025
=IF(OR(ISBLANK([Review Date]),ISBLANK([Review Cycle])),"",DATE(YEAR([Review Date]),MONTH([Review Date])+[Review Cycle],DAY([Review Date])))
Robob
Apr 28, 2025Copper Contributor
=IF(OR(ISBLANK([Review Date]),ISBLANK([Review Cycle])),"",DATE(YEAR([Review Date]),MONTH([Review Date])+[Review Cycle],DAY([Review Date])))