Nesting IF Statements to provide % Complete
Hello All,
I have a project sheet with the following status dropdown:
Not Started
In Progress
Ready for Review
Complete
Canceled
On Hold
Not Applicable
I'd like to write a nested IF statement to provide a value in a percent complete column. I've tried the following but get a #UNPARSEABLE response.
=IF(Status@row = "Not Started",0, IF(Status@row = "Complete",100,)
I've tried many variations of the following, but can't seem to get it. Thanks for the help
Best Answer
-
Hey @Alex Knisely
Typically, %Complete columns are formatted as percents, which means 100%=1, not 100.
If you give us the rest of your percentages, we can help you more specifically build your formula.
=IF(Status@row = "Not Started",0, IF(Status@row = "Complete",1))
Kelly
Answers
-
Hey @Alex Knisely
Typically, %Complete columns are formatted as percents, which means 100%=1, not 100.
If you give us the rest of your percentages, we can help you more specifically build your formula.
=IF(Status@row = "Not Started",0, IF(Status@row = "Complete",1))
Kelly
-
Thanks, I was only focused on the syntax of it, and not the content (i.e. %s). I appreciate it.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!