+ Reply to Thread
Results 1 to 9 of 9

In a summary sheet different ways sum up all values as per criteria from multiple sheets

  1. #1
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    In a summary sheet different ways sum up all values as per criteria from multiple sheets

    Hi,

    Need a formula help for in a summary sheet (Column C,H,K) Sum up all values three different ways from various worksheet as per the criteria. The source data for summing looking values contains as a sheets name Jan to June in columns A:C and there headers are named like Date, Name, Amount.


    Thanks for the help.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    As you have Office 365, I'd advise using PowerQuery for this.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    Yes . it's possible but not effective. Why do you keep data in the separated sheets?
    For C and for Usa regional settings
    Please Login or Register  to view this content.
    i have to correct June to Jun.
    or you have to create list of sheets.
    For the rest it should be also volatile combination but sum of sumifs.
    Attached Files Attached Files
    Last edited by BMV; 11-14-2020 at 03:00 AM.

  4. #4
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    Thanks for the response,

    Could you please provide a solution in Power Query, better for me a formula Solution, because i am not having much knowledge about power query.

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    Keep record data in the same sheet, then no need to do extra work to combine all sheets

    Power Query to combine sheet, change file path in blue.

    Combine
    Please Login or Register  to view this content.
    then
    C3
    =SUMIFS(Combine[Amount],Combine[Name],B3,Combine[Date],A3)

    H3
    =SUMIFS(Combine[Amount],Combine[Name],B3,Combine[Date],">="&E3,Combine[Date],"<"&EDATE(F3,1))

    K3
    =SUMIFS(Combine[Amount],Combine[Name],J3)

  6. #6
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    Many thanks Bo_Ry for your effective Power query and formula solutions.

    here is i have trying to workout with indirect formula. some how i am getting seeking answers and Somewhere summing values are different which cells are highlighted in attached sample sheet for your reference.

    could someone looking into that part so then can i get additional trick of the solution.

    Thanks for king cooperation and help.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    The ranges were incorrect:

    =IFERROR(SUMPRODUCT(SUMIFS(INDIRECT("'"&Table1&"'!$C$2:$C$12"),INDIRECT("'"&Table1&"'!$B$2:$B$12"),Q3)),"")

    Incidentally, the $ inside INDIRECT are irrelevant. They serve no function. Their abssence does not make the formula increment ranges when dragged. I generally leave them out to serve as a visual reminder that they are "different".

    =IFERROR(SUMPRODUCT(SUMIFS(INDIRECT("'"&Table1&"'!C2:C12"),INDIRECT("'"&Table1&"'!B2:B12"),Q3)),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  8. #8
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    Thank you Glenn for correcting the formula.

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: In a summary sheet different ways sum up all values as per criteria from multiple shee

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 3
    Last Post: 11-10-2018, 06:59 AM
  2. Replies: 2
    Last Post: 12-09-2015, 05:43 AM
  3. Replies: 0
    Last Post: 07-13-2015, 01:19 AM
  4. Code to copy a row from multiple sheets to a summary sheet per criteria
    By rmwindham in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-29-2014, 11:05 AM
  5. [SOLVED] Summary sheet - copy cell contents from multiple sheets to one summary sheet
    By jsmity in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2013, 10:32 AM
  6. Find maximum values from multiple imported sheets into a summary sheet.
    By rageshprasad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-21-2012, 01:31 AM
  7. Create a summary from multiple sheets on a master/summary sheet
    By detribus in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2012, 08:04 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