How do you enter a negative % Complete into a formula.
We are using % Complete column to drive our Status column value. I have tried -1 and -2 but not sure how to determine what % Complete should be in order for us to change the Status value to Archive or Backlog.
Any ideas?
My formula looks like this:
=IF(ISBLANK([% Complete]@row), "",
IF([% Complete]@row = -2, "Archive",
IF([% Complete]@row = -1, "Backlog",
IF([% Complete]@row = 0, "1. Approved",
IF([% Complete]@row = 1, "8. Completed",
IF(AND([% Complete]@row > 0, [% Complete]@row < 0.25, Category@row <> "Discovery"), "3. Discovery",
IF(AND([% Complete]@row > 0, [% Complete]@row < 0.65, Category@row <> "Discovery"), "4. Development",
IF(AND([% Complete]@row > 0, [% Complete]@row >= 0.65, Category@row <> "Discovery"), "6. Testing",
IF(AND([% Complete]@row > 0, [% Complete]@row < 1, Category@row = "Discovery"), "3. Discovery"
)
)
)
)
)
)
)
)
)
Best Answer
-
Great, I'm glad you found a solution! 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
Would you mind clarifying the question? Your formula looks good!
If your % Complete column is set with Percentage formatting, this means that it needs to be referenced as decimals in your formula, which you've done. (See: Work With Percentages in Formulas)
This then means that -1 in your formula represents -100% and -2 represents -200%. Is that what you were looking to clarify?
Cheers!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Hello. Thanks for your response. I got it working now. I just need to enter -100 and -200 rather than -1 and -2 for the %Complete.
-
Great, I'm glad you found a solution! 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!