Share via

Add 12 different totals.

Bob Yonkers 20 Reputation points
2026-02-12T19:23:35.77+00:00

how to set a formula to add totals of 12 different totals?

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-12T19:23:44.35+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:

    1. Identify the Cells: Determine the cells that contain the 12 different totals you want to add. For example, if your totals are in cells A1 to A12, you will reference these cells in your formula.
    2. Use the SUM Function: In a new cell where you want the total to appear, enter the formula:
         =SUM(A1:A12)
      
      This formula will sum all the values from cell A1 to A12.
    3. Adjust as Necessary: If your totals are in non-contiguous cells, you can specify each cell individually, like this:
         =SUM(A1, A3, A5, A7, A9, A11, B2, B4, B6, B8, C1, C3)
      
      Replace the cell references with the actual locations of your totals.
    4. Press Enter: After typing the formula, press Enter, and the cell will display the total of the specified cells.

    This method allows you to easily calculate the sum of multiple totals in Excel.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.