How do I add "last updated" to a dashboard?
Answers
-
Hello, wondering if you might be able to help me, @Paul Newcome. I too want to display the last modified date on a dashboard automatically. I know how to add a metric widget but it's the formula that I'm missing.
I have a separate calculation sheet that I want to link to the main datasheet's last Modified date column. I also know I need this in a Date column for it to work. Here's the formula reference but it's not working:
=MAX({Master Data Sheet Range 1},[Modified date]:[Modified date])
-
Is there a specific error you're getting? Did you ensure that you only have one column selected in the Sheet Range 1 dataset?
-
Actually, the issue is in your formula... You don't have to select the range after the comma because you are already selecting the range in the dataset. Try this:
=MAX({Master Data Sheet Range 1})
-
@JMcGill You will need to follow @Mike Wilday's suggestion of only having the one range. You will also need to convert it into a text string and put the formula in a text/number type column if you are also wanting to display the time portion of the date/time stamp. You can convert it into a text string by "adding" quote quote to the end of it.
=MAX(..............) + ""
-
Thank you!
-
You're welcome. Glad I could help out.
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives