I have an action log that tracks my physical inventory by serial number, so one serial number could appear in multiple times in the list.
On a separate table, I want to be able to parse this list and show only the last action taken based no the serial number. I can assume the action list will be sorted by date.
This may not matter, but I do need to keep this file in .xls format, as I have a Python script that may need to read this file later on and extract data, and maybe even write to it.
I have attached a sample showing a mockup of the action log, the desired results, and my few attempts at solving the problem.
So far, I've had no luck. Could someone tell me how to do this or throw some advice my way?
Thanks,
JoshLookup.xls
Bookmarks