Hi am am hoping to lookup a price of a product from another sheet based however keeping historical price changes.
Smartsheet A: We have production runs of product XYZ listed in a sheet A. Based on a concat we want to lookup a product price based on the MOST RECENT entry from Smartsheet B. However we want to keep Entry A of Product XYZ different than Entry B assuming the pricing has changed from Entry A to Entry B .
Smartsheet B is updated and time stamped when there is a pricing change of Product XYZ.
Index(match() works great if we are pulling pricing without date considerations. how could I incorporate dates into my Index(Match()?