Display Calls Made Today
I want to do something simple but can't seem to figure it out. In a summary, I want to display the number of "Calls Made" for the current date. In other words, I want to display the number entered in the "Calls Made" column for today. Which function would work best for that?
Thanks
Best Answer
-
You'll use SUMIF or COUNTIFS.
=COUNTIFS([Calls Made]:[Calls Made], [date]:[date:], Today())
Where [date] is the name of your column. If calls made is a number then you'll want to use =SUMIF( instead.
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
You'll use SUMIF or COUNTIFS.
=COUNTIFS([Calls Made]:[Calls Made], [date]:[date:], Today())
Where [date] is the name of your column. If calls made is a number then you'll want to use =SUMIF( instead.
Help?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you, Mark. That worked perfectly!
-
Glad to help. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!