+ Reply to Thread
Results 1 to 4 of 4

How to Summarize / Consolidate Data from Source Datas or One Pivot from multiple sheets

  1. #1
    Registered User
    Join Date
    06-17-2015
    Location
    singapore
    MS-Off Ver
    2010
    Posts
    43

    How to Summarize / Consolidate Data from Source Datas or One Pivot from multiple sheets

    Hello,

    Please allow me to ask a help from here again. I am truly appreciated that excel forum is a guide tool to me and grateful to those people are helping.

    I would like to create *Summary amount automatically transfer from multiple transactions*.
    I have tried myself the whole day by searching in youtube , and tried as in those video like *One pivot from multiple sheets and consolidate data , extract data* etc .
    But, It doesn't work what I need. May be I don't know much how to do it.

    Attached is sample file including my questions. Can someone guide me how to do it please ?

    Thanks in advance for your time .

    With best regards
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,205

    Re: How to Summarize / Consolidate Data from Source Datas or One Pivot from multiple shee

    in B8 to extract unique invoice numbers (ignore 0 at end of list)

    =IFERROR(INDEX('Source Data Details'!$D$2:$D$1000,MATCH(0,INDEX(COUNTIF($B$7:B7,'Source Data Details'!$D$2:$D$1000),0,0),0)),"")

    in A8

    =IFERROR(INDEX('Source Data Details'!$F$2:$F$1000,MATCH($B8,'Source Data Details'!$D$2:$D$1000,0)),"")

    in C8

    =IFERROR(INDEX('Source Data Details'!$C$2:$C$1000,MATCH($B8,'Source Data Details'!$D$2:$D$1000,0)),"")

    in D8

    =SUMIFS('Source Data Details'!J:J,'Source Data Details'!F:F,"=" &$A11,'Source Data Details'!D:D,"=" &$B11)

    in E8

    =SUMIFS(Paid!C:C,Paid!H:H,"=" &$A11,Paid!I:I,"=" &$B11)

    Copy all formulae down as far as required
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-17-2015
    Location
    singapore
    MS-Off Ver
    2010
    Posts
    43

    Re: How to Summarize / Consolidate Data from Source Datas or One Pivot from multiple shee

    Dear John,

    It's exactly what I needed. Truly amazing and you save me .

    And also thank you for your beautiful SUMIFS formula . I really learned a lot.

    I can not thank you enough for your help and valued time.

    Thanks again

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,205

    Re: How to Summarize / Consolidate Data from Source Datas or One Pivot from multiple shee

    Thank you for the feedback and rep.

+ 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: 0
    Last Post: 01-06-2016, 07:00 AM
  2. Summarize data from columns in multiple sheets to a single datasheet of rows
    By pfi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-20-2014, 10:52 AM
  3. [SOLVED] Macro to consolidate data from multiple sheets to one
    By jw01 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-12-2014, 11:58 AM
  4. Replies: 6
    Last Post: 02-08-2014, 05:01 AM
  5. Summarize data from multiple Pivot Tables
    By lenglui in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-19-2014, 02:37 PM
  6. [SOLVED] Need help with a macro to consolidate data from multiple sheets into one
    By xdskyline in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-15-2013, 06:21 PM
  7. Pull Data from multiple sheets and consolidate.
    By edgarx50 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2013, 07:47 PM

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