Name Amount Total A 10 A 5 A 15 B 50 B 20 B 10
Now in third column I would like to sum the total Amount for Distinct Name column values, something like:
SUM all values in Amount column where Name column values are A,B and so on (Distinct Name column values)
Can anyone help me on this?
Bookmarks