I am trying to complete a formula, and am getting an invalid column value, however. Can you help?
Trying to have the formula look at a Revised Due Date column and if it is blank to pull the Due Date column value. If it is not blank, pull the revised due date column value.
=IF(ISBLANK([Revised Due Date]@row), [Due Date]@row, [Revised Due Date]@row)