Microsoft 365 and Office | Excel | For home | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
how to set a formula to add totals of 12 different totals?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
To set a formula to add totals of 12 different totals in Excel, you can use the SUM function. Here’s how you can do it:
=SUM(A1:A12)
This formula will sum all the values from cell A1 to A12. =SUM(A1, A3, A5, A7, A9, A11, B2, B4, B6, B8, C1, C3)
Replace the cell references with the actual locations of your totals.This method allows you to easily calculate the sum of multiple totals in Excel.