SUMIFS & CONTAINS Formula returning #UNPARSEABLE

Advice is greatly appreciated.

=SUMIFS({Alpine Master Range 3}, {Alpine Master Range 2}, "Not Awarded", CONTAINS({Alpine Master Range 1} "Chasse", @cell))

Best Answers

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    Answer ✓

    Try:

    =SUMIFS({Alpine Master Range 3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse", @cell))

  • DKazatsky2
    DKazatsky2 Community Champion
    Answer ✓

    Hi @Chief Josh,

    You didn't provide a lot of information, so not sure exactly what results you are looking for, but see if this is close to what you are trying to do.

    =SUMIFS({Alpine Master Range3}, {Alpine Master Range 2}, "Not Awarded", {Alpine Master Range 1}, CONTAINS("Chasse",@cell))

    It looks like you just have a syntax error for the CONTAINS portion.

    Hope this helps,

    Dave

Answers