Row with the Max Date
jaimac
✭✭
I have a Status summary sheet where I have a field for date and Status summary. I want find the row with the newest date for my report. How do I filter or select the row? I want to display the information on a report.
Best Answer
-
You will need a helper column in the source sheet that has an indicator on the row with the most recent date.
=IF(Date@row = MAX(Date:Date), 1)
Then apply a filter in your report to only show the row marked with the 1.
Answers
-
You will need a helper column in the source sheet that has an indicator on the row with the most recent date.
=IF(Date@row = MAX(Date:Date), 1)
Then apply a filter in your report to only show the row marked with the 1.
-
Worked very well. Thank you.
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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