SUMIFS with sheet reference

I've read multiple posts and articles but something just isn't work in my SUMIFS formula.

I'm trying to add the number in the Social Posts ({SPosts}) column if the Type ({Type}) is "Social" and the Team ({Team}) matches the name in my summary sheet column (Label@row).

Any help would be greatly appreciated.

Best Answer

  • Sam_Harwart
    Sam_Harwart ✭✭✭✭✭
    Answer ✓

    Try this. When referencing another sheet, you don't need to use the referenced range twice. It's just {range} not {range}:{range}.

    =SUMIFS({SPosts}, {Type}, "Social", {Team}, Label@row)

    Does that work?

    Thanks,
    Sam

    Want to chat about a Smartsheet problem you're facing? Grab time on my calendar here: Schedule a Discovery Call!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!