+ Reply to Thread
Results 1 to 3 of 3

SUMIF accross Multiple Sheets

Hybrid View

  1. #1
    Forum Contributor G.Bregvadze's Avatar
    Join Date
    12-06-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010 - 2016
    Posts
    256

    SUMIF accross Multiple Sheets

    Hi,

    I am a moderate user of Microsoft Excel. Currently I use MS Excel 2010.

    I will explain my problem briefly and post the function I use to get the result but I still need some development.

    Curently I am trying to SUMIF or sum values according to some criterion accross several Sheets. Each sheet contains values in same columns.

    For example, if I have values in Sheet1 in J:J column, the values in another sheet "Sheet2" are also stored in J:J column and so on.

    Now I use formula: =SUMPRODUCT(SUMIF(INDIRECT("'"&SheetList&"'!$C:$C"); $B7; INDIRECT("'"&SheetList&"'!j:j")))

    I think it is a good solution, but what I am going to try is to drag the formula to the right or left, does not matter, but the J:J column does not change to K:K column or even further.

    The problem may exist in using Brackets, but I could not identify other method or developed method of this function.

    Please help on this, thanks in advance.

    IF needed I will attach the sample file.


    Regards,

    Giorgi Bregvadze

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: SUMIF accross Multiple Sheets

    May be try like this...

    Just for your understanding
    Formula: copy to clipboard
    =ADDRESS(1,COLUMN(J1),4)

    Formula: copy to clipboard
    =LEFT(ADDRESS(1,COLUMN(J1),4))


    Final formula will be...
    Formula: copy to clipboard
    =SUMPRODUCT(SUMIF(INDIRECT("'"&SheetList&"'!$C:$C"),$B7,INDIRECT("'"&SheetList&"'!"&LEFT(ADDRESS(1,COLUMN(J1),4))&":"&LEFT(ADDRESS(1,COLUMN(J1),4)))))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor G.Bregvadze's Avatar
    Join Date
    12-06-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010 - 2016
    Posts
    256

    Re: SUMIF accross Multiple Sheets

    THANK YOU SO MUCH.

    The formula works great, thanks again, exact solution....

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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