Sum Function Range

The SUM function can handle more than one range eg

Instead of

=SUM(A1:A100)+SUM(C1:C100)

Use

=SUM(A1:A100,C1:C100)

will total both ranges.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.