Nortonstired
New Member
- Joined
- Mar 30, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I would like use a vlookup or equivalent to pull the latest comment for a specific ID. I can’t figure it out. I’m thinking maybe MAX but I’m not using it correctly. I think i need the vlookup because I am filling in cells in another table with the latest comment for its ID. In this example I would need it to return for ID 345 - Brown, 678 - yellow and 123 - Blue. How would I achieve this? Thanks for your help!
Also, If the latest date has multiple results (ID 999) is a possible to have it return “research “ like I would do with a IFERROR formula?
Also, If the latest date has multiple results (ID 999) is a possible to have it return “research “ like I would do with a IFERROR formula?
ID | DATE | COMMENT |
---|---|---|
123 | 1/11/24 | Blue |
123 | 1/7/24 | Green |
345 | 1/1/24 | Red |
345 | 1/3/24 | Brown |
345 | 1/2/24 | Orange |
678 | 1/4/24 | Purple |
678 | 1/5/24 | Yellow |
999 | 1/4/24 | Taupe |
999 | 1/4/24 | Sage |