How to Add Values Across Multiple Sheets in Excel

Published: 15 November 2019
on channel: the fiX files
172,302
833

This is a quick video on how to add data from different sheets in Microsoft Excel.

One option is to add the sheets individually in the formula such as:
=SUM(Sheet1!B1+Sheet2!B1+Sheet3!B1)

or you can add a range of sheets using:
=SUM(Sheet1:Sheet2!B1)