Max & Vlookup , Match, Index or other Formula?
Hi all,
Formula assistance required.
I have a transaction log and I want to evaluate the transaction log to find the latest date(Max formula assumed) and match a cell (Match/ Vlookup / Index / Unsure) in my Summary sheet to pull through the latest transaction information on my transaction log.
Example:
Transaction log information
Column 1 = Date(Find the latest submission) , Multiple columns are helper columns with the desired match generated to match my summary sheet (this is multiple different columns to evaluate), the data I want to collect is in the next three columns to the right of the helper cell.
I have almost the 400 columns and the information is batched in 5's so the cell that matches my summary sheet then has the information I wish to gather in the next 4 cells to the right.
Hope that helps and I have explained ok. Help please.
Thanks Rob
Answers
-
Hey @Rob Barker ,
You can use INDEX/MATCH/MAX to find what you're looking for:
=INDEX(Transaction:Transaction, MATCH(MAX(Date:Date),Date:Date))
That should return the transaction with the latest date.
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
Are you able to provide screenshots for context?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!