Forum Discussion
MrM312
Jun 17, 2022Copper Contributor
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...
- Jun 17, 2022=SUMIF() or SUMIFS() i prefer the format of SUMIFS even if I only have 1 condition:
=SUMIFS( [Amount], [Code], "R")