Forum Discussion

MrM312's avatar
MrM312
Copper Contributor
Jun 17, 2022
Solved

Need help on IF/THEN formula

I searched but could not find an answer that I could get to work. Looking to sum all cells with same code. Is this possible?

Code

Amount

R               20,000
R               20,000
P               20,000
P               20,000
R               20,000
R               20,000
P               40,000
P Total 
R Total 

 

Thanks in advance for the help.

  • =SUMIF() or SUMIFS() i prefer the format of SUMIFS even if I only have 1 condition:
    =SUMIFS( [Amount], [Code], "R")

2 Replies

  • mtarler's avatar
    mtarler
    Silver Contributor
    =SUMIF() or SUMIFS() i prefer the format of SUMIFS even if I only have 1 condition:
    =SUMIFS( [Amount], [Code], "R")

Resources