Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

How can I make a "Status" field change "Percentage Complete?"

Options
Mike Musto
edited 12/09/19 in Archived 2016 Posts

Hello,

 

I'm wondering how I can sync a dropdown menu (Status Column) to another column (Percentage Complete). Ideally, this function would change the Percentage Complete column to 100% when the status is marked "complete."

 

Thanks in advance for your help with this!

 

- Mike 

Comments

  • Shaine Greenwood
    Options

    Hello Mike—typically, you can automate this with an IF statement such as placing the following in a percent formatted column:

     

    =IF(Status1 = "Complete", 1)

     

    Details on Using Formulas can be found in our Help Center: http://help.smartsheet.com/articles/775363-using-formulas

     

    However, there isn't a way to use formulas in columns being used for dependencies, as formulas are being used on the backend to perform dependency calculations.

     

    To be able to automate a % complete column based on the status column, you'll need to disable dependencies.

     

This discussion has been closed.