Hi All,
I'm trying to create an IF formula where the output is the date from another column.
In my organization, employees have 10 recertification due dates. I need the smartsheet to display which recertification is next, and when the due date is.
I know there will need to be multiple IF statements in the formula, but the example I'll use is just for the 2nd recertification.
I have three columns, Next Task Due, Next Task Due Date, and 2nd Recertification Due Date.
The formula would need to read IF the "Next Task Due" column is "2nd Recertification" then insert the date from the "2nd Recert Due Date" column into the "Next Task Due Date" column. Here is the formula I'm trying to use: =IF([Next Task Due]@row = "2nd Recertification", [2nd Recert Due Date]@row). However it returns a "#INVALID COLUMN VALUE" I've also included a screenshot.
Does anyone know what I'm doing wrong?
Thanks!