Hi Members,
I have excel data in following format. (example)
Based on this data, I would like to calculate indirect shareholding % of DEF ltd in each entity. Like below -
I have done this calculation manually but this is to be done for multiple rows. What is the best way to do this calculation through either macro or formula?
Thanks in advance for the help.
I have excel data in following format. (example)
Entity | Shareholder 1 | Shareholding % | Shareholder 2 | Shareholding % | Shareholder 3 | Shareholding % |
ABC | XYZ ltd | 50 | STU ltd | 25 | PQR ltd | 25 |
XYZ ltd | DEF ltd | 75 | JKL ltd | 25 |
Based on this data, I would like to calculate indirect shareholding % of DEF ltd in each entity. Like below -
Entity | Shareholder 1 | Shareholding % | Shareholder 2 | Shareholding % | Shareholder 3 | Shareholding % | DEF Ltd. Indirect Holding % |
ABC | XYZ ltd | 50 | STU ltd | 25 | PQR ltd | 25 | 37.5 |
XYZ ltd | DEF ltd | 75 | JKL ltd | 25 | 75 |
I have done this calculation manually but this is to be done for multiple rows. What is the best way to do this calculation through either macro or formula?
Thanks in advance for the help.