Index Large - need 4 most recent dates in a series
Hello - I need help listing out the 4 most recent invoice dates for each project (2 are shown below). I have a separate summary sheet that lists each project and was able to use Index(Max) to get the most recent invoice date then pull in that amount. Now I am stuck trying to get the other 3. Complexities are that I would like the most recent invoices and so I cant just look back the past 4 months, as sometimes they get missed (what I was doing in the second shot). Thinking something with Index/Collect/Large but cant quite get it to work, then tried just large with a helper column. getting stuck. any help is appreciated thanks!
Answers
-
How about this:
=LARGE(COLLECT([Invoice Date]:[Invoice Date], [Project Name]:[Project Name], "CONCEPT"), 1)
Where you change the 1 (n-th highest number) for each of your columns, 1..2..3..4
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 349 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!