+ Reply to Thread
Results 1 to 4 of 4

INDEX and MATCH(?) combined with SUM across multiple sheets

  1. #1
    Registered User
    Join Date
    11-05-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    INDEX and MATCH(?) combined with SUM across multiple sheets

    Hi all,

    I currently have 3 worksheets (please see attached):

    - Contracted Value
    - Type A Contracted
    - Type B Contracted

    'Type A Contracted' shows the chargeable unit split into columns of Incoming A, Outgoing A, Total A for the length of the contract. This is the same format used for the 'Type B Contracted'

    The 'Contracted Value' tab shows the price per unit.

    I would like to automate the 'Contracted Value' tab to update the 'Total Value' and value per month automatically based on the Region & ID Number and the SUM of the 'Total A' and 'Total B', from their respective Worksheets

    I think INDEX and MATCH are the way forward, but I'm not sure how to combine a SUM function in there.

    I've pasted in the Monthly Total and Total Value 'as values' as I'm doing this manually at the moment! I hope my explanation above is clear for the reader? Any feedback is greatly appreciated.

    Please see attached file.

    Regards
    jusmightbeokay
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-22-2012
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    205

    Re: INDEX and MATCH(?) combined with SUM across multiple sheets

    Try this, I put in a sumif statement in October data on the first sheet, see if it does what you want
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    11-05-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: INDEX and MATCH(?) combined with SUM across multiple sheets

    Thanks jprlimey, this useful information!

    Do you know how could I apply this to the rest of the columns without lots of manual manipulation?

    jusmightbeokay

  4. #4
    Forum Contributor
    Join Date
    12-22-2012
    Location
    Pittsburgh, PA
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    205

    Re: INDEX and MATCH(?) combined with SUM across multiple sheets

    I added a further feature to the formula that essentially offset the columns to sum. In your case on the 2nd and 3rd sheet your columns to sum are F,I,L .....

    =SUMIFS((OFFSET('Type A Contracted'!F$3:F$27,0,2*(COLUMN(A$2)-1))),'Type A Contracted'!$A$3:$A$27,'Contracted Value'!$A2,'Type A Contracted'!$B$3:$B$27,'Contracted Value'!$B2)+SUMIFS((OFFSET('Type B Contracted'!F$3:F$84,0,2*(COLUMN(A$2)-1))),'Type B Contracted'!$A$3:$A$84,'Contracted Value'!$A2,'Type B Contracted'!$B$3:$B$84,'Contracted Value'!$B2)
    Take a look and see if this does what you want
    Attached Files Attached Files

+ 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. DIV/0 error when using a combined index match and sumproduct
    By DRFJR in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-25-2013, 07:23 PM
  2. INDEX , MATCH ,INDIRECT Combined usage example - Pls
    By TKD in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-24-2012, 09:32 AM
  3. INDEX, MATCH & INDIRECT combined usage
    By TKD in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-13-2012, 07:21 PM
  4. Multiple Sheets Match & Index filtering by sheets
    By ijulian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2012, 01:49 PM
  5. INDEX, MATCH, and IF functions combined
    By veeeSix in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-23-2012, 01:28 PM

Tags for this Thread

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