IF Formula Help
I am trying to use an IF formula for a Net Amount column that needs to show "Invoice Amount" for all invoices that meet the KSA Invoice? criteria and "Invoice Amount-Withholding Tax" for all other invoices. I get an #INCORRECT ARGUMENT SET error for the following attempt:
=IF([KSA Invoice?]@row, "YES", [Invoice Amount (USD)]@row, [Invoice Amount (USD)]@row - [WHT (Withholding Tax)]@row)
Any suggestions?
Answers
-
Hi Alexandra,
Try pasting this into the "Net Amount/Invoice Amount" column:
=IF([KSA Invoice?]@row = "YES", [Invoice Amount (USD)]@row, [Invoice Amount (USD)]@row - [WHT (Withholding Tax)]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!