Sum If and Contain Formula

Mkaur
Mkaur โœญโœญโœญ

Hello,

I am trying to figure out how many hours imp manager is working for an assigned project.

This formula works: =SUMIF({Implementation Opportunities Range 9}, "A", {Implementation Opportunities Range 10}

However, I tried to apply it to a new sheet where the imp manager is a multiple drop down and more than one manager can be selected per project. It's only picking up the cells that JUST have the "A" manager.

I tried to use CONTAINS and came up with this, but its not working:

=SUMIF({Implementation Opportunities Range 9}, {Implementation Opportunities Range 10}, Contain("A", @cell))

Any suggestions?

Best Answer

  • MedaUser
    MedaUser โœญโœญโœญโœญโœญโœญ
    Answer โœ“

    Actually, try this @Mkaur:

    =SUMIF({Implementation Opportunities Range 9}, HAS(@cell, "A"), {Implementation Opportunities Range 10})
    

    Travis C, PMP

    Smartsheet Leader with 5+ years of SS experience

    Let's connect: LinkedIn - Travis C.

    If my answer was sufficient, pleaseupvote and mark my response as answered.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!