Hello all!
I'm trying to calculate the number of the overbudget tasks in my sheet summary. I have a column that is Actual Cost, and another column that is Budget. The AI suggested formula was:
=COUNTIF([Actual Cost]:[Actual Cost], >[Budget]@row)
But when I hit enter, I receive the unparseable error. Could anyone help me understand what's wrong and how to fix this? Thanks 😊