Can't figure out my issue with SUMIF

I'm certain I'm doing something wrong, but I can't figure it out. I'm trying to sum total revenue per Engagement Manager. I can get the total SUM and the COUNT of EMs, but not combined.

=SUMIF({Drawdown Services Total},({Drawdown Services EM},=[Primary Column]@row))

Thanks for your help!

Best Answer

  • Jennifer Kurtz
    Jennifer Kurtz ✭✭✭✭✭✭
    Answer ✓

    Hi Brenda—

    If you're trying to sum the "Drawdown Services Total" based on Primary Column@row, then i think you just need to put the ranges above in a different order:

    SUMIF({your criteria range}, [criteria], {Range you want to sum}

    Given your response above, i think this means:

    =SUMIF({Drawdown Services EM}, [Primary Column]@row, {Drawdown Services Total})

    Feel free to post a screenshot of your columns if we're still not getting it! :)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!