Is there a formula to pull each day's final numbers into a metrics sheet?
I have created a tracking sheet for our supervisors to provide the number of transactions per category at the end of each day. I would like to roll this information into a dashboard for easy daily reporting to executive leadership but I'm having trouble with pulling only the day's information (from the most recent work day). For example, our daily report reads like this:
And I have a metrics sheet:
But I would only want the metrics from the most recent date (in the first example it would be for May 12). What would be the easiest way to collect only the most recent workday's numbers?
Best Answers
-
Hi @Kimberley O
You could use a Index Match formula i.e.
Index({[Class D Auto Test]:[Class D Auto Test]},Match(Today(),{Date;Date},0))
You will need to adjust the ranges to reference the Daily Report Tracking Template but should do what you need.
Hope that helps
Thanks
Paul
-
It worked perfectly! Thank you!!
Answers
-
Hi @Kimberley O
You could use a Index Match formula i.e.
Index({[Class D Auto Test]:[Class D Auto Test]},Match(Today(),{Date;Date},0))
You will need to adjust the ranges to reference the Daily Report Tracking Template but should do what you need.
Hope that helps
Thanks
Paul
-
It worked perfectly! Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!