Johnatan56
Honorary Master
Excel Formula
Hi,
stuck on an excel problem.
I am trying to get all unique values from a column, and add its corresponding right value as a sum at the end.
So say you had:
The result should be:
I haven't really worked with index before in excel, having an issue with checking if left value is unique.
Any solutions/pointers would be appreciated.
Hi,
stuck on an excel problem.
I am trying to get all unique values from a column, and add its corresponding right value as a sum at the end.
So say you had:
Code:
A B
1 x 20
2 y 15
3 x 80
4 t 43
5 y 120
Code:
C D
1 x 100
2 y 135
3 t 43
I haven't really worked with index before in excel, having an issue with checking if left value is unique.
Any solutions/pointers would be appreciated.
Last edited: