Forum Discussion
Calculate performance based on proportional holdings
- Feb 11, 2022
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.
https://1drv.ms/x/s!AtMRQbHIJJWxhaR84kaXA_W7kkN05A
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.
- Phil_KirwanFeb 11, 2022Copper ContributorAmazing, thanks so much Hans. I'm glad I was at least on the right track with the functions required, thanks for fleshing out the exact details it's really appreciated.