Pull latest amount from a column based on date column
I have a sheet that my Finance team updates every week with an update request and would like to pull the latest update amounts for the different bank accounts into an overview sheet for the executive team.
For example, in the screenshot below, I want to pull the 2/24/25 update for the Operating Account, 2/10/25 update for the Chase Reserve Account, etc. I want the formula to automatically pull the latest update when the next week is entered. Is there a way to do this?
Best Answer
-
Hi @alys
This should work if you are using a cross sheet reference.
=INDEX({Operating}, MATCH(MAX(COLLECT({Week}, {Operating}, <>"")), {Week}, 0))
Isis Taylor
🎓️ Core App and Project Management Certified 🏅
🌟Peer Connect, Mobilizer, and Early Adopter Program
Business Analyst Senior
Answers
-
Hi @alys
This should work if you are using a cross sheet reference.
=INDEX({Operating}, MATCH(MAX(COLLECT({Week}, {Operating}, <>"")), {Week}, 0))
Isis Taylor
🎓️ Core App and Project Management Certified 🏅
🌟Peer Connect, Mobilizer, and Early Adopter Program
Business Analyst Senior
-
@Isis Taylor That worked, thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!