Formula to add numbers in a column with a certain date

jcurry
jcurry ✭✭
edited 09/06/23 in Formulas and Functions


I would like to sum the entries in the Total Calls Made column when the Call Date occurs in the month of August.

I'm stuck!

Best Answer

  • Nick Korna
    Nick Korna ✭✭✭✭✭✭
    Answer ✓

    Hi @jcurry,

    This should do the trick for you:

    =SUMIFS([Total Calls Made]:[Total Calls Made], [Call Date]:[Call Date], MONTH(@cell) = 8)

    For another month, change the 8 in the formula for the relevant month number.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!