
Column A Column B
d 12
d 344
d 4
d 4
e 4
e 666
e 4444
e 66
Output required in other sheet:
Sheet2
column A Column B
d want total of d which is 12+344+4+4=364
e want total of e which is 4+666+4444+66=5180
Please let me know what formula I should apply.
Currently I am using subtotal in sheet 1 and manually entering the sum in sheet 2...