Hi all,
I've got a table with 4 columns(B~D), Item, Store, and Time.
In Column E, I want to write a function that looks up the value from "Item" and "Store", then returns the value of "Time" of the last row where both "Item" and "Store" values are matched.
So for example, E3~E9 will have the...