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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives