Formula not working

I use a Mac and I’m trying to setup a Formula column to calculate the difference between a Budget Column and an Actual Spend column. I’m using the formula: {Budgeted}-{Actual Spend} in the column settings. However, the formula won’t save and won’t calculate anything on the Monday.com Budget Plan template board that I’m modifying for my own purposes.

Hey Mark,

Is it possible for you to share a screenshot or better yet, screen-recording so I can further isolate the behaviour you’re experiencing? I’ve tested this on my end using the budget plan template and haven’t run into the same issue - any further context would be greatly appreciated :pray:

You need to use function to subtract values. Write this in formula column:
MINUS({Budgeted},{Actual Spend}).