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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!