Formula to add numbers in a column with a certain date
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
-
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
-
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.
-
Hello @jcurry
You can also use this formula to check the amount of calls for a row depending on which date the row falls on.
=SUMIFS([Total Calls Made]:[Total Calls Made], [Call Date]:[Call Date], DATEONLY([Call Date]@row))
Hope this helps
Sincerely,
Jacob Stey
-
-
Glad to have helped! 🙂
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 443 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!