I need a formula to sum all amounts where references from another column are the same. So:
Tried to figure out a way with sumif, no luck.
sumif
Use simple SUMIFS() function.
SUMIFS()
=SUMIFS(A:A,B:B,B2)
Or SUMIF().
SUMIF()
=SUMIF(B:B,B2,A:A)