mpouliot8168
New Member
- Joined
- Feb 10, 2012
- Messages
- 9
I have a bunch of data the columns of concern are the account name, Country, % of Assets. There are several occurances of each account name (rows).
What I would like to do is sum all of the % of assets for each country per account.
My final output should look like this...
------------------Country1----------Country2
Account Name 1 % Total----------% Total
Account Name 2
I know this can be done with a pivot table but I would like to use a equation.
Thanks in advance
What I would like to do is sum all of the % of assets for each country per account.
My final output should look like this...
------------------Country1----------Country2
Account Name 1 % Total----------% Total
Account Name 2
I know this can be done with a pivot table but I would like to use a equation.
Thanks in advance