+ Reply to Thread
Results 1 to 3 of 3

Referencing a Sheet, and summing a column (INDIRECT with SUMIF)

  1. #1
    Registered User
    Join Date
    12-09-2009
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    68

    Referencing a Sheet, and summing a column (INDIRECT with SUMIF)

    Hey Forum,
    Here is an interesting challenge I am looking to create:

    I am trying to create a tracking document. Basically what I want it to show me is:
    Based on the date in column a, return for me the sum in column b for the referenced sheet.

    So far, I am using indirect to reference the sheet I want, but I don't know how to sum up everything for that date. I am thinking SUMIF??...

    Any advice?

    Attached is a mock up of the spreadsheet.

    Thanks for the help!
    Aaron

    orders.xlsxorders.xlsx

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: Referencing a Sheet, and summing a column (INDIRECT with SUMIF)

    Put this in D2 of your tracking sheet:

    =IFERROR(SUMIF(INDIRECT("'"&C2&"'"&"!a:a"),A2,INDIRECT("'"&C2&"'"&"!b:b")),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Referencing a Sheet, and summing a column (INDIRECT with SUMIF)

    Alternatively a Pivot Table with multiple consolidation ranges ( complicated name - easy to make )

+ 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. Help indirect and mid formula referencing previous sheet
    By Shan1monkey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2013, 01:14 PM
  2. Trouble referencing another sheet with INDIRECT function
    By No Surprises in forum Excel General
    Replies: 2
    Last Post: 05-24-2012, 01:07 AM
  3. Replies: 1
    Last Post: 05-06-2011, 11:42 AM
  4. Summing indirect based on column and row headers
    By SKAh in forum Excel General
    Replies: 7
    Last Post: 03-22-2011, 04:20 PM
  5. Replies: 8
    Last Post: 02-03-2007, 01:41 AM

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