Forum Discussion
Larry1955
Jan 07, 2023Copper Contributor
calculating cells together
Trying to add cells together to get a total
For a contiguous range, for example D2:D10, enter the following formula in another cell:
=SUM(D2:D10)
For a collection of individual cells, for example A2, C4 and D5:
=SUM(A2,C4,D5)