+ Reply to Thread
Results 1 to 8 of 8

Calculate data from multiple sheets and big rows.

  1. #1
    Forum Contributor
    Join Date
    12-29-2014
    Location
    Indonesia
    MS-Off Ver
    Office 2010, 2013
    Posts
    125

    Calculate data from multiple sheets and big rows.

    hi all,

    I want to calculate the data from the sheet "data 1", "data 2" and "data 3" at the same time (3 sheets should only have 1 sheet, because the row data is more than 500 thousand, it is divided into several sheets). From these 3 sheets I want to retrieve data from the "eff_date" column in all sheets, where the formula is to calculate the amount of data with the number "5" in the "BUCKET_FROM" column in all sheets divided by the total number of data in these columns per each date. please provide an efficient formula for this.

    sample : attached

    thank you,

    Regard

    Dolphino
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,412

    Re: Calculate data from multiple sheets and big rows.

    with EFF date 31/01/2015, there are 28 rows of 5 in sheet data2. Expected: G5: 0.0233139050791007
    How was G5 calculated to be that result?
    Quang PT

  3. #3
    Forum Contributor
    Join Date
    12-29-2014
    Location
    Indonesia
    MS-Off Ver
    Office 2010, 2013
    Posts
    125

    Re: Calculate data from multiple sheets and big rows.

    hi bebo021999

    this is for sample EFF date 31/01/2015 ,
    kindly help for this.


    thankyou
    Attached Files Attached Files

  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,007

    Re: Calculate data from multiple sheets and big rows.

    Try

    =IFERROR((COUNTIFS('data 1'!$C:$C,$A3,'data 1'!$H:$H,5)+COUNTIFS('data 2'!$C:$C,$A3,'data 2'!$H:$H,5)+COUNTIFS('data 3'!$C:$C,$A3,'data 3'!$H:$H,5))/(COUNTIF('data 1'!$C:$C,$A3)+COUNTIF('data 2'!$C:$C,$A3)+COUNTIF('data 3'!$C:$C,$A3)),0)
    Attached Files Attached Files

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,412

    Re: Calculate data from multiple sheets and big rows.

    Try:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    12-29-2014
    Location
    Indonesia
    MS-Off Ver
    Office 2010, 2013
    Posts
    125

    Re: Calculate data from multiple sheets and big rows.

    Hi JohnTopley & bebo021999

    thank you for your help, that formula running correctly.




    Best Regard

    Dolphino.

  7. #7
    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,007

    Re: Calculate data from multiple sheets and big rows.

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

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  8. #8
    Forum Contributor
    Join Date
    12-29-2014
    Location
    Indonesia
    MS-Off Ver
    Office 2010, 2013
    Posts
    125

    Re: Calculate data from multiple sheets and big rows.

    hi

    this thread is SOLVED

+ 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: 6
    Last Post: 04-03-2020, 04:41 PM
  2. Replies: 4
    Last Post: 02-20-2020, 10:01 AM
  3. Multiple rows data into one row and different sheets
    By bilal-dropbox in forum Excel General
    Replies: 2
    Last Post: 04-25-2016, 05:23 AM
  4. Pulling Data from multiple sheets and inserting rows
    By jMedia in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-13-2012, 03:03 PM
  5. RE: Extracting Data from multiple sheets/rows
    By stuckinlondon in forum Excel General
    Replies: 3
    Last Post: 09-24-2011, 10:56 AM
  6. RE: Extracting Data from multiple sheets/rows
    By stuckinlondon in forum Excel General
    Replies: 4
    Last Post: 08-19-2011, 09:09 AM
  7. Replies: 1
    Last Post: 12-15-2009, 07:07 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