+ Reply to Thread
Results 1 to 2 of 2

INDIRECT Reference to a Table to Sum data

  1. #1
    Forum Contributor
    Join Date
    09-08-2016
    Location
    Buffalo, NY
    MS-Off Ver
    365
    Posts
    115

    INDIRECT Reference to a Table to Sum data

    Hello,

    I have 12 individual tables all titled by a month in the year and includes data day to day. I am attempting to create a monthly roll-up table that sums up all this day to day info. I currently have it setup using a formula like this:

    =SUM(January[Total '# of ATM Settlements])

    What I'm hoping to gain some efficiency from is eliminating the need to update 'January' to each individual table's Month name. In my roll-up column A starting at A4 has each month's name. I'd like to try and make some sort of indirect reference using A4-A15 (January-December) to replace having to update this formula for each line. I found a formula out there and tried to update it as I thought I might work below, but it was by no means successful. Any help is much appreciated, if all else fails I'll just find and replace the month table name on all 12 lines but if I can avoid it, it'd be so much better.

    =SUM(INDIRECT($A4&"[Total '# of ATM Settlements])"))

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,913

    Re: INDIRECT Reference to a Table to Sum data

    Try...
    =SUM(INDIRECT($A4&"[Total '''# of ATM Settlements]"))
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] IF function with INDIRECT reference for Data Validation source causing issue
    By FF6 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-25-2017, 12:41 PM
  2. Replies: 4
    Last Post: 08-25-2016, 01:50 PM
  3. Indirect Sheet reference with cell reference left function and text
    By teststrip in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2015, 10:31 AM
  4. [SOLVED] =INDIRECT, Sheet reference with Incremental cell reference
    By Deap in forum Excel General
    Replies: 4
    Last Post: 06-16-2014, 05:58 AM
  5. [SOLVED] VLOOKUP & INDIRECT - reference data from an external file with several sheets
    By carters8 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-12-2013, 04:06 PM
  6. [SOLVED] How to reference an entire row based on an indirect cell reference
    By echo_oscar in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-31-2012, 08:50 PM
  7. Replies: 2
    Last Post: 10-24-2010, 01:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1