Forum Discussion
MRG444
Apr 17, 2025Copper Contributor
Looking to sum for multiple columns and rows
I'm trying to eliminate having an entire column with all of the total amounts that I then use to get the grand total - is this possible?
1 Reply
Sort By
- OliverScheurichGold Contributor
=SUMPRODUCT(A2:A4,B2:B4)
You can apply this formula.