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

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭

    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%)

    PMP Certified

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!