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
- 62.1K Get Help
- 349 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!