Hi, I have been struggling with the concept for weeks, I hope you can help.
I have 2 x input tables (please see attached simplified data sample) 1 x table for transactions and 1 x price table.
In theory I am trying to replicate the last table. (which would be displayed (grouped) on one row) just showing the where a deal has taken place.
I need to sum all the [Price] fields from the price table where it matches the first [Trans_Date] (01/01/2019) from the trans_table and stop when another transaction after the date happens (07/01/2019) and so on for every new [Trans_Date]
shown in red and purple.