Sum total number of cartons by date
I have vendors fill out a form every time they have a shipment leaving their building. I want to create a widget on the dashboard for our leaders that show the total number of cartons leaving our vendors each day. (Bar Graph)
But first, how do I create a report or formula to sum cartons by date, without me providing the date to begin with?
We could have 10 shipments leaving on 1 day or we could have 0 so I want this number to calculate automatically without me having to provide a date field first especially since this is an ongoing form every day of the year.
Comments
-
Hi Amy,
You'll want to create a Metric inside the data sheet (usually at the top above your data). Then you'll want to have a formula that counts the shipments that are sent on today's date. Something like this:
=COUNTIF([Confirm Ship Date]:[Confirm Ship Date], TODAY())
Put this in a cell (not in the Ship Date column) and it will always show a count of shipments sent today (updating when the date ticks over).
You can then point your Dashboard Metric Widget at this cell.
Kind regards,
Chris McKay
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!