Automated Dashboard Metric Updates

Hello!
I have a dashboard for one of my projects where I use a metric widget to share updates on each objective. I have an underlying sheet that sends out update requests every two weeks to the leaders of each objective. I have an automation within the sheet that archives old updates to an Archive sheet.
I want the latest update from the Updates sheet (top row) to be automatically populated into my Dashboard's metric widgets, but once they get archived, instead of having the next row (the new Row 1) show up in the Dashboard, the widget displays a "Missing Data" error.
Has anyone solved this issue before?
Best Answer
-
You could use formulas to pull in the most recent entry into Sheet Summary fields and then reference the Sheet Summary fields in your Metrics Widget.
Answers
-
You could use formulas to pull in the most recent entry into Sheet Summary fields and then reference the Sheet Summary fields in your Metrics Widget.
-
Oh! I have not done this before! Thanks so much!
-
Happy to help. 👍️
My suggestion for a formula would be along the lines of...
=INDEX([Column Name]:[Column Name], 1)
Since you aren't' using a cell reference, you don't have to worry about it running into the same issue when the rows are moved. The INDEX function is basically saying to look a the entire column and pull from the first row.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives