Hi,
Table 1 has many rows with costs in & in Table 2 I want to sum up these costs.
Originally Table 1 did not have currencies in, so I was able to use the below INDEX MATCH formula to do this:
=SUM(INDEX(2:6,N(IF(1,{1,2,3,2,5})),MATCH(C9,1:1,0))).
Now I want to split the total of these 5...