Formula to calculate Completion % based upon STATUS not time
What formula can I use to calculate if a task is Complete or not here?
My overall goal is to have the Project Plan calculate the % complete based upon the actual Status column vs the Start/End Dates.
I am essentially taking the PMO Template set and re-doing it to be based upon a Due Date we can set per task vs following the Start/End Dates with Duration and Predecessors.
Answers
-
Hi @rshoniber,
Try this:
=IF(OR(Status@row = "Complete", Status@row = "Canceled"), 1, 0)
Hope that helps!
BRgds,
-Ray
-
Hello @rshoniber
The IF function you want to use is almost there.
You will want to use the OR function inside of the condition. Smartsheet doesn't use AND/OR as operators. It's used as functions.
=IF(OR(Status@row="Complete",Status@row="Canceled"),1,0)
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!