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
Check out the Formula Handbook template!