How do I show project 'In Progress' when % Complete rounds down to zero?
I have the following formula:
=IF([% Complete]@row = 0, "Not Started", IF(AND([% Complete]@row > 0, [% Complete]@row < 1), "In Progress", IF([% Complete]@row = 1, "Complete")))
If I start a task that and percentage isn't 0.5% or greater, it shows the project as not started.
It appears top line in project has default calculation that rounds up or down. Is there a way to get it to round up to nearest 1% or a work around?
Answers
-
Here's a screenshot
-
Hi @Dean Houdeshell
Hope you are fine, you can use the following formula for Round to define exactly where you want the decimal places to be
Example =ROUND([Column2]@row, 4) for this Number ( 0.576% ) the result is ( 0.58%)
and if you change decimal places to be
=ROUND([Column2]@row, 4) for this Number ( 0.576% ) the result is ( 0.60%)
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!