Trying to update the below formula to work with an additional column
This was the formula i was using
= IF ([approval actual]@row <>"", [approval actual]@row, IF([approval predicted]@row <>"", [approval predicted]@row, [approval revised]@row))
With the addition of the approval column I'm not quite sure, it tried some additional If functions and or functions.
Would be interested in your ideas to resolve.