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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!