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!
Best Answer
-
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
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
-
Perfect!! thank you so much for answering.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!