Formula Error Message

Options

I am working on a formula that calculates the balance of funds and once the General Funds Balance is zero then the formula would be using the Special Funds $1,000 column. So the new formula would be Special Funds Balance minus Invoice Amount. Once the General Fund Balance is 0, then I am receiving an "#INVALID OPERATIONS" error.

=IF([General Fund Balance]@row < "$0.01", ([Special Funds Balance]26 - [General Funds - Invoice Amount]@row), "$1,000")

I believe it is because the Special Funds Balance column is a formula and not a number, but how do I rewrite this formula so that is works with the column formula?

Thanks!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!