SUMIF using or & and & contains

I am needing to sum the Estimated Budget for everything that has a Status of "Proposal with Client" or "Sales Order with Client for Signature" AND if the Session-Service column contains "Assessment" or "Test".


Tags:

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You are going to want something like this...


    =COUNTIFS(Status:Status, OR(@cell = "Proposal with Client", @cell = "Sales Order with Client for Signature"), [Session-Service]:[Session-Service], OR(@cell = "Assessment", @cell = "Test"))

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

  • Cyndi
    Cyndi ✭✭

    Thank you, but I need it to sum the Estimated Budget column if the Status is "Proposal with Client" or "Sales Order with Client for Signature" AND if the Session-Service column contains either "Assessment" or "Test". Here is what I have but it isn't working.

    =SUMIFS([Estimated Budget]:[Estimated Budget], Status:Status, OR(@cell = "proposal with client", @cell = "sales order with client for signature"), AND([Session-Service]:[Session-Service], OR(@cell="assessment", @cell="test")))

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!