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, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!