Querying cells with formulas
I've setup a formula to simply look to see if the Amount Paid does not equal Invoice Total under Notes.
On row one under Invoice Total I have a formula setup. On row three under the same column there is no formula.
When I added the same formula, =IF([Amount Paid]@row <> [Invoice Total]@row, "Incorrect", "Correct") under Notes, I get two different responses back. In row one with formulas in both Invoice Total and Notes it is not the correct response.
In row three with no formula under Invoice Total and the formula under Notes I receive the correct response.
Is there a different formula to use when querying cells with formulas?
Best Answer
-
It should work the same way.
Is it possible you are not rounding your tax amount to two decimals (but are only displaying 2)?
In your example, the tax rate is .0898 and would yield a tax amount of 2.245
Answers
-
It should work the same way.
Is it possible you are not rounding your tax amount to two decimals (but are only displaying 2)?
In your example, the tax rate is .0898 and would yield a tax amount of 2.245
-
You are correct.
-
With that info I was able to correct what I had wrong and rounded the Sales Tax Amount. Gav
Help Article Resources
Categories
Check out the Formula Handbook template!