I am trying to pull a due date based on a prior cell's value.
Example:
Column "Financials Due Date" has a value of 10
In Column "Partners Due Date" I input the following formula but receiving an error. I have the column set to Date.
=DATE(YEAR(TODAY()), MONTH(TODAY()), [Financials Due Date]@row)