Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting New Rule with Formulas in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Excel Line Chart
  • Remove Duplicates Example in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel

References

  • How to get relative row numbers in a range in Excel
  • Merge tables with VLOOKUP in Excel
  • Count rows that contain specific values in Excel
  • Extract data with helper column in Excel
  • How to get relative column numbers in a range in Excel

Data Validations

  • Data validation must not exist in list
  • Excel Data validation must contain specific text
  • Excel Data validation specific characters only
  • Excel Data validation require unique number
  • How To Create Drop-down List in Excel

How to sum a total in multiple Excel tables

by

To sum a total in multiple tables, you can use the SUM function and structured references to refer to the columns to sum. See example below:

Formula

=SUM(Table1[column],Table2[column])

Note: the total row must be enabled. If you disable a total row, the formula will return the #REF error.

Explanation

In the example shown, the formula in I6 is:

=SUM(Table1[Amount],Table2[Amount])

How this formula works

This formula uses structured references to refer to the “Amount” column in each table. The structured references in this formula resolve to normal references like this:

=SUM(Table1[Amount],Table2[Amount])
=SUM(C7:C11,F7:F13)
=1495.5

When rows or columns are added or removed from either table, the formula will continue to return correct results. In addition, the formula will work even if the tables are located on different sheets in a workbook.

Alternative syntax with Total row

It is also possible to reference the total row in a table directly, as long as tables have the Total Row enabled. The syntax looks like this:

Table1[[#Totals],[Amount]]

Translated: “The value for Amount in the Total row of Table1”.

Using this syntax, the original formula above could be re-written like this:

=SUM(Table1[[#Totals],[Amount]],Table2[[#Totals],[Amount]])

As above, this formula will work even when the table is moved or resized.

Post navigation

Previous Post:

How to calculate project complete percentage in Excel

Next Post:

Popularly Used Excel Functions and their examples

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Invoice status with nested if in Excel
  • How to use IFS function in Excel
  • Nested IF function example in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • Add months to date in Excel
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • EOMONTH function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate workdays per month in Excel
  • Steps to create Dynamic calendar grid in Excel

Grouping

  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to generate random number weighted probability in Excel
  • How to calculate percentage of total in Excel
  • Lock Cells in a Worksheet Excel
  • With vs Without Array Formula in Excel
  • How to count total number of cells in a rectangular range in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning