Formula for If Then statement Error Incorrect Argument Set
Desired Objective:
Working on a column formula for Baseline Pass/Fail # Records with Errors
If Baseline # of records audited = blank then blank
If Baseline Audit Fail Rate Formula is greater then 20 then "Fail"
Else "Pass"
Best Answer
-
Your parenthesis are off. Your original formula should work as long as you remove the error from the [Baseline Audit Fail Rate Formula] column.
=IFERROR(original_formula, "")
Answers
-
@Rebecca Menning Try:
=iferror(if(isblank([Baseline # of records audited]@row)),"",if([Baseline Audit Fail Rate Formula]@row>.2,"Fail"),"")
-
Still getting an incorrect argument set error
-
Your parenthesis are off. Your original formula should work as long as you remove the error from the [Baseline Audit Fail Rate Formula] column.
=IFERROR(original_formula, "")
-
As always, your quick response saved me hours of frustration. The Smartsheet Community is appreciated by BJCMG
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!