SUMIF using RYG Status

Patburke
Patburke ✭✭
edited 12/09/19 in Smartsheet Basics

Need help missing the boat on sumif based on status column using RYG. This is is a sales pipe line and trying to sort totals based on status.

Comments

  • AndrΓ©e StarΓ₯
    AndrΓ©e StarΓ₯ Community Champion

    Hi Pat,

    Can you share a screenshot, the sheet or column what your column names are?

    Best,

    AndrΓ©e StarΓ₯

    Workflow Consultant @ Get Done Consulting

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

  • Mike Wilday
    Mike Wilday Community Champion

    Hi There, try this one:Β 

    =SUMIFS([cost column title]:[cost column title], [RYG column Title]:[RYG column title], "Green")

    • Replace "cost column title" with the title of the cost column that you want to sum together.Β 
    • Replace "RYG column title" with the title of your column.
    • And place whatever color that you are wanting to check against, Red, Yellow or Green in place of "Green"Β 

    Hope that helps you get going. I used sumifs because its easy to add another condition in case you want to modify it to something else and works with even a single condition.