Hi, I’m trying to solve a problem similar to the one in this thread: How to sum up many vlookups? that @JohnSUN provided an answer for.
I’d like to do the following:
- given a table of items and their values,
- and an intake table of some subset of those items, their quantity, and a date when they were logged,
- return an aggregate by date of the sum-product of values and their quantity, for those items listed in the intake form.
Hopefully the attached example explains the goal. My start to a solution (which isn’t working) highlighted in green. Note that intake and values tables are in the same worksheet for convenience but these would be in separate sheets in the actual implementation.
Aggregate_by_item_and_quantity.ods (21.3 KB)