Help with Conditional Formatting

I have to create a report that has conditional formatting onto it. I am not really sure how to work Smartsheet's conditional formatting stuff. The example I was given to create was: "Can color be added based on calendar logic (0-30 days since xxx, for example)" There is an active sheet that we would use to put the conditional formatting on.

This is the excel sheet that I was able to recreate but this is what I am trying to do

I just need help with what to put in the sheet. I am used to the excel conditional formatting so I just do not really know how to work this.

Best Answers

  • Kaveri Vipat
    Kaveri Vipat ✭✭✭✭✭✭
    Answer ✓

    Hi Hannahsamd,

    I have applied conditional formatting logic by referencing your requirement and you can use the attached image to create the same conditional formatting in Smartsheet.

    If you are an admin or owner of the sheet, you can apply conditional formatting

    By clicking this symbol of conditional formatting, then clicking in the Add New Rule you can give the condition then the format you want, and the specific column or the entire row as required, and then apply it.

    You can go through the below article of Conditional formatting too.


    Hope it will work for you.

    Thanks,

    Kaveri Vipat

    Senior Associate - Smartsheet Development, Ignatiuz Software

    2023 Core Product Certified

    Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    Comparing two columns to each other like this is going to require a helper column with a formula to output some kind of indicator for your conditional formatting such as

    =IF([Date Column A]@row - [Date Column B]@row<= 13, "R", IF([Date Column A]@row - [Date Column B]@row<= 20, "Y", "G"))


    Then create your conditional formatting based on the output of the formula.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!