PM Tools: Time Tracking/Budgeting

I’m having trouble getting something like the above formula working. Do the > and < operators really work in formulas? It’s showing ‘illegal formula’ warnings.

Screenshot:
image

I’ve tried both of the following:

  • IF({Amount Spent}>{Net Fee}, “Overbudget”, “OnTime”)
  • IF({Time Spent}>{Est. Hours}, “Overbudget”, “OnTime”)

Thoughts, @tpaktop?