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"),"")
Matt Lynn
-
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
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!