I want to track payments and outstanding balances for clients. I want to to calculate the Remaining Balance by subtracting the Amount Invoiced from the Amount Paid.
This is the formula I'm using: =[Amount Invoiced]@row - [Amount Paid]@row
and I get nothing but #invalidoperation. Am I missing something for this seemingly basic formula?