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"),"")
Certified Platinum Partner
-
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.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!