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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!