Vaclav Laga
New Member
- Joined
- Aug 18, 2020
- Messages
- 4
- Office Version
- 2016
- Platform
- Windows
Hi, I am trying to calculate a total share in a companies for several interconnected companies. The simplified model is as follows
So the company A holds directly 10% in company B which holds 20% in company A. That makes further indirect holding for company A in Company C of 2% (10% x 20%). Total share of A in C is then 12%.
This is what I need to calculate for every company in a table (and there is more companies than in this model of course).
I am struggling to find a formula or google applicable VBA code. Do you know of any solution? Thanks, Vaclav.
Company/Company | A | B | C |
A | - | 10% | 10% |
B | 10% | - | 10% |
C | 15% | 20% | - |
So the company A holds directly 10% in company B which holds 20% in company A. That makes further indirect holding for company A in Company C of 2% (10% x 20%). Total share of A in C is then 12%.
This is what I need to calculate for every company in a table (and there is more companies than in this model of course).
I am struggling to find a formula or google applicable VBA code. Do you know of any solution? Thanks, Vaclav.