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
How can I help? Schedule some time on my calendar: CLICK HERE
-
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
Check out the Formula Handbook template!