Forum Discussion

Phil_Kirwan's avatar
Phil_Kirwan
Copper Contributor
Feb 10, 2022
Solved

Calculate performance based on proportional holdings

Hi,   I am trying to calculate monthly performance for a group of clients where each client holds a different proportion of a selection of companies.   I have the following datasets:   Client %...
  • HansVogelaar's avatar
    HansVogelaar
    Feb 11, 2022

    Phil_Kirwan 

    Thanks. In B2:

     

    =SUMPRODUCT(INDEX('Company Performance'!$B$2:$Z$100,0,MATCH(B$1,'Company Performance'!$B$1:$Z$1,0)),INDEX('Client Holding Size'!$B$2:$Y$100,0,MATCH($A2,'Client Holding Size'!$B$1:$Y$1,0)))

    You can modify the ranges, but the last row (100 in the above formula) should be the same in 'Company Performance'!$B$2:$Z$100 and 'Client Holding Size'!$B$2:$Y$100.

    Fill down.

Resources