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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!