I have two columns: ID and No
The first column has a list of clients. The second is a numerical amount.
I'm looking for a formula that sums the No's for the grouped clients in column 1.
It should look like this when finished.
ID No SUM per ID
1 10 43
1 15 43
1 8 43
1 6 43
1 4 43
2 9 20
2 5 20
2 4 20
2 2 20
3 6 62
3 3 62
3 1 62
3 2 62
3 5 62
3 45 62
4 8 8
I guess its a mix between VLookup and SumIfs but Im struggling.
At present I have to extract the data to Access and creat a Grouped query then link it back.
The first column has a list of clients. The second is a numerical amount.
I'm looking for a formula that sums the No's for the grouped clients in column 1.
It should look like this when finished.
ID No SUM per ID
1 10 43
1 15 43
1 8 43
1 6 43
1 4 43
2 9 20
2 5 20
2 4 20
2 2 20
3 6 62
3 3 62
3 1 62
3 2 62
3 5 62
3 45 62
4 8 8
I guess its a mix between VLookup and SumIfs but Im struggling.
At present I have to extract the data to Access and creat a Grouped query then link it back.