Forum Discussion

anirbangoa's avatar
anirbangoa
Copper Contributor
Dec 29, 2021
Solved

Formula for conditional sum for distinct values

I have 3 columns in a table - From, To, and Amount. From and To field contains names. The logic is if a name features in the From section, it would mean money is paid by that person and if the name f...
  • NikolinoDE's avatar
    NikolinoDE
    Dec 29, 2021
    =SUMIF(B2:B5, A1, C2:C5)

Resources