How to have my status reflect a percentage complete
Hello,
Column B has my dropdown option of Statuses (Complete, In Progress, Waiting, Not Started, & Escalated) Complete = 1, In Progress= .75, Escalated .5, Waiting= .25, and Not Started = 0
Column C is a percentage.
I would like to have Column C automatically update when column B has a dropdown selected.
Current formula =IF(Status@row = "Complete", 1, IF(AND(Status@row = "In Progress", 0.75)))
I am receiving an Unpareseable error.
Please help 😦
Answers
-
@Jpurdom You don't need the AND in there... and you don't have the correct arguments for it, so unparseable makes sense.
Try this:
=IF(Status@row = "Complete", 1, IF(Status@row = "In Progress", 0.75))
Darren Mullen, smartsheetguru.com
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
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!