#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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!