Collecting Dates Marked Past Due for a Dashboard
I want to collect all references from columns with dates that are past due from a sheet so I can pull the data into a Dashboard. I have a separate data sheet to collect the Dashboard data but what formula do I need to use to pull dates in a particular column that may become past due?
Answers
-
Hi,
My recommendation would be to create report with the data you want and then publish the report.
Best,
Beata
-
I'm not sure what condition I need to setup in a Report to have it pull dates that are past their due date.
-
Are you able to provide some screenshots for context?
-
Sure. The above is a Project sheet that has In Store Dates and Ship Dates. I want to have how many are past due in each category show up on my dashbaord. I was going to create a metrics sheet for the data, but someone said to make a report and have it pull form that. After looking in the Report prompts, I don't know what formula to select so that it pulls the dates that are in the past.
-
Report vs Formula is going to depend on how you want to display the data on the dashboard. Do you want just the numbers or were you thinking you would display it as some type of chart?
-
I just wanted it to be numbers. A chart is nice but not needed.
-
Just numbers I would suggest using a formula in a separate sheet.
=COUNTIFS({Date Column}, AND(ISDATE(@cell), @cell< TODAY()))
What designates a category for the breakdown? Would it be the parent rows?
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives