I'm trying to get the most recent submission of a form (about vehicles) to pull the most recent mileage to our master vehicle sheet.
I have tried several things, and I can't figure it out.
=(JOIN(COLLECT({Most Recent Vehicles Check in/out Range 4}, {Most Recent Vehicles Check in/out Range 3}, HAS([ASSET#]@row,@row)),"-")
I have also tried:
=INDEX({Most Recent Vehicles Check in/out Range 4}, MATCH([ASSET#]@row, {Most Recent Vehicles Check in/out Range 4}, 1), 4)
I want the current mileage to be pulled from the below sheet.
Do you have any advice? There are no duplicates, and i've already verified everything is the most recent entry.