Forum Discussion
VarshaGottipati
May 21, 2024Copper Contributor
Sum of values in a column based on corresponding values in another
How to add values in Column K if their corresponding L values match?
Harun24HR
May 21, 2024Silver Contributor
VarshaGottipati You can use combination of few functions.
=HSTACK(UNIQUE(B2:B13),SUMIFS(A2:A13,B2:B13,UNIQUE(B2:B13)))