Hi,
I'm currently doing a MS Project Beginners to Advance course on YouTube.
My issue is, we are doing a relatively simple calculation. The calculation is to create Red, Amber, Green flags for variances in costs.
I am using their example sheets, therefore should not be any issues relating to missing fields - at the very least.
I have copied their calculation verbatim per the course and it does not work.
The calculation is:
IIf([Cost Variance]>0, "X", "G")
What it is saying is:
if the cost variance is greater than 0 - if true, output an "X" for positive values.
For the G - if false, the cost variance is negative then output a "G".
I get the below error pop up every time and don't understand why?
"The formula contains a syntax error or contains a reference to an unrecognized field or function name."
Thanks