#INCORRECT ARGUMENT SET (not sure what I did with this formula)
Chris Hallo
✭✭✭✭
The current formula in the Tenure Category is below and returning #INCORRECT ARGUMENT SET so I'm sure something is off but not sure what it is.
Best Answer
-
I got it!
=IFERROR(IF(Tenure@row <= 0.2466, "<= 90 days", IF(Tenure@row <= 0.5, "<= 6 months", IF(Tenure@row <= 1, "<= 1 year", ">= 1 year"))), "")
Answers
-
You need to finish out the IFERROR function at the end (before the last parentheses there should be a comma and then whatever you want the cell value to be if there is an error.
-
Thanks! That is the ">=1 year before the orange parentheses though.
-
I got it!
=IFERROR(IF(Tenure@row <= 0.2466, "<= 90 days", IF(Tenure@row <= 0.5, "<= 6 months", IF(Tenure@row <= 1, "<= 1 year", ">= 1 year"))), "")
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!