Hi - I'm building a dashboard for project reporting, and need the most recently updated row from my data sheet to be used to populate the Metric Widgets. The data needs to come from a sheet rather than a report as I want to display the data split out into areas, not all in one place.
I've done a lot of reading, and so far I've:
- Added the 'Created' date/time column
- Added a helper column with a checkbox, which ticks the most recently updated row with the formula =IF(Created@row = MAX(Created:Created), 1)
What I'm now stuck on is how to reference just the ticked row in the dashboard. I suspect I need to add a summary sheet, or a helper sheet, but I can't find any clear instructions of how to pull just the data from the row with the checkbox ticked.
If anyone would be able to advise on the best way to achieve this I would be very grateful!
Thanks,
Kirsty