I get #VALUE trying:
and
Can someone give me the correct syntax? It would also be cool to not have to give it an ending cell in the range from row 2 because it could be 80, 100, 150, 200 and the like.
Thanks very much for your assistance!
Code:
=SUM(C2:C100)+(D2:D100)+(E2:E100)
Code:
=SUM(C2:C100+D2:D100+E2:E100)
Can someone give me the correct syntax? It would also be cool to not have to give it an ending cell in the range from row 2 because it could be 80, 100, 150, 200 and the like.
Thanks very much for your assistance!