Formula # UnParseable?

I have a Smartsheet 4 columns are check boxes.

I want the check boxes to change a list column to the following.

If I check on Assigned then change list to Assigned

If I check on In Progress then change list to In Progress

If I check on Holding-See notes then change list to in Progress

If I check on Complete then change list to Complete

Here is the formula

=IF(Resolved@row = 1, "Complete"), IF(In Progress@row = 1, "In Progress")), IF(Holding-See notes@row = 1, "Holding-See notes")))

Best Answer

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭
    edited 03/04/21 Answer ✓

    Hi @maynardg 

    Hope you are fine, please try the following formula and convert it to column formula:

    status = =IF(Resolved@row = 1, "Complete", IF([In Progress]@row = 1, "In Progress", IF(Assigned@row = 1, "Assigned", IF([Holding-See notes]@row = 1, "Holding-See notes", ""))))

    the following screenshot show the result


    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"

Answers

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭
    edited 03/04/21 Answer ✓

    Hi @maynardg 

    Hope you are fine, please try the following formula and convert it to column formula:

    status = =IF(Resolved@row = 1, "Complete", IF([In Progress]@row = 1, "In Progress", IF(Assigned@row = 1, "Assigned", IF([Holding-See notes]@row = 1, "Holding-See notes", ""))))

    the following screenshot show the result


    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"

  • Thank You! It works...

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭

    @maynardg 

    You are welcome

    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!