On my schedule each company has an ID such as...
1010
1020
1030
1040
1040
1040
1050
1050
and each company is owned by another company for example
1010 owned 100% by A
1020 owned 100% by A
1030 owned 100% by A
1040 owned 33.33 by A
1040 owned 33.33 by B
1040 owned 33.34 by B
1050 owned 50% by A
1050 owned 50% by B
I want created unique code each lower tier company utilizing their company ID. but I am running into an issue with company IDs with more than one owner. How could I produce the following using VBA?
1010_0 owned 100% by A
1020_0 owned 100% by A
1030_0 owned 100% by A
1040_1 owned 33.33 by A
1040_2 owned 33.33 by B
1040_3 owned 33.34 by B
1050_4 owned 50% by A
1050_5 owned 50% by B
I hope this makes sense.
Thanks
1010
1020
1030
1040
1040
1040
1050
1050
and each company is owned by another company for example
1010 owned 100% by A
1020 owned 100% by A
1030 owned 100% by A
1040 owned 33.33 by A
1040 owned 33.33 by B
1040 owned 33.34 by B
1050 owned 50% by A
1050 owned 50% by B
I want created unique code each lower tier company utilizing their company ID. but I am running into an issue with company IDs with more than one owner. How could I produce the following using VBA?
1010_0 owned 100% by A
1020_0 owned 100% by A
1030_0 owned 100% by A
1040_1 owned 33.33 by A
1040_2 owned 33.33 by B
1040_3 owned 33.34 by B
1050_4 owned 50% by A
1050_5 owned 50% by B
I hope this makes sense.
Thanks