+ Reply to Thread
Results 1 to 7 of 7

Sumproduct across multiplesheets

  1. #1
    Registered User
    Join Date
    02-10-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2007
    Posts
    37

    Sumproduct across multiplesheets

    Dear All, Please kindly respond me. I am beating my head since day, and hoping may be I can get help in this forum.
    I would like to do sumprodcut across multiple sheets (Date1 : Date 31). These dates are selected by drop down list (Data validation)
    Sum function which is happening in Sheet “Date2” E16 to I 19, I would like that sum to take place in sheet “summary2” B8 to E11. I want similar function to take place in Summary2 for all the sheets selected by date(dropdown list).


    Note: I will delete that function from sheets (Date1 to Date 31), because I don’t want it to be there. So, this won’t work for me (=Date2!E16) which is simply refering to that cell.

    For more details please find the attached sheet.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-17-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Sumproduct across multiplesheets

    perhaps the Data Consolidation or Pivot Table across multiple sheets would be place to start with before using sumif or sumproduct

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Sumproduct across multiplesheets

    The table you mentioned on date1 is not the same as any other table on any other sheet?
    and you could replace...
    =SUM(SUMPRODUCT(($E$3:$H$14="yes")*($I$3:$I$14=B$16)*($E$2:$H$2=E$2)))
    with...
    =COUNTIFS(E$3:E$14,"yes",$I$3:$I$14,$B16)


    It might help if you provided a few sample answers, and explain how you arrived at them?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sumproduct across multiplesheets

    using countifs and indirect based on your drop down.
    look attachment

    test (2).xlsm
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  5. #5
    Registered User
    Join Date
    02-10-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Sumproduct across multiplesheets

    WHAT is the use of doing it per date wise. We can already do it from and to date. Aren't we creating more data by doing it for single date 1 sheet and sum of dates sheet.

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sumproduct across multiplesheets

    sorry i think i lost what you are doing.

    the summary formula i provided works only for all building 1.1.1 across to the date from and to date dropdown.

    my suggestion inside the sample file was if ever you want to summarized all Building in a certain date you have to have a computation inside each date (summary)

    eg.
    in date1 summary

    IN CELl A1000=(building 1.1.1 black,MF8330) +(building1.1.2 black,MF8330)+building1.1.3 black,MF8330)etc.

    so the total will be in a single cell that you can sum across all the date tabs using same procedure found in summary2 the date from --date to drop down with sumproduct(indirect())

  7. #7
    Registered User
    Join Date
    02-10-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Sumproduct across multiplesheets

    Thanks... by using your formula.. I have made and modified to a good working excel record sheet. Thanks All

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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