+ Reply to Thread
Results 1 to 9 of 9

Formula for Join Two Sheet into One.

  1. #1
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Cool Formula for Join Two Sheet into One.

    Hello again :D
    Need Help.
    Is it possible to join two Sheet into one?
    Let's Pictures Talk.

    Screenshot_24.jpgScreenshot_25.jpg
    Screenshot_26.jpg

    What's Single Formula for this situation if possible?
    Attached Files Attached Files
    Last edited by Blek; 01-24-2019 at 08:59 AM. Reason: Solved Problem

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Formula for Join Two Sheet into One.

    Put this on Sheet3 on cell A4 and copied down and cross:

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100<>""),ROW(A1))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100<>""),ROW(A1)-COUNTIF(Sheet1!A$4:A$100,"<>"))),""))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula for Join Two Sheet into One.

    Quote Originally Posted by azumi View Post
    Put this on Sheet3 on cell A4 and copied down and cross:

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100<>""),ROW(A1))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100<>""),ROW(A1)-COUNTIF(Sheet1!A$4:A$100,"<>"))),""))
    Not working for Excel 2016. Any suggest? xD.

    It's Work perfect on newest excel. Thank you so much!
    Last edited by Blek; 01-24-2019 at 03:04 AM.

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

    Re: Formula for Join Two Sheet into One.

    For Excel 2016 I would use Power query, you can add many tables with the same header.

    1. Create tables
    Sheet1 Select A3:Fxx Press Ctrl+T > OK
    same for other sheets

    2. Get data press Alt A P N O Q or Ribbon Data > Get Data > From other Sources > Blank Query

    Advance editor > paste below code

    Please Login or Register  to view this content.

    Close and load to > Table > A3

    Press Ctrl+Alt+F5 for refresh after add more data
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula for Join Two Sheet into One.

    Its working thank you so much azumi & Bo_Ry.
    Always help :D
    Last edited by Blek; 01-24-2019 at 03:07 AM.

  6. #6
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula for Join Two Sheet into One.

    Quote Originally Posted by azumi View Post
    Put this on Sheet3 on cell A4 and copied down and cross:

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100<>""),ROW(A1))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100<>""),ROW(A1)-COUNTIF(Sheet1!A$4:A$100,"<>"))),""))
    Hi Azumi, would you please help me with this Formula?

    Screenshot_28.jpg
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula for Join Two Sheet into One.

    Quote Originally Posted by Bo_Ry View Post
    For Excel 2016 I would use Power query
    Now I have latest excel. Do you know how to fix this ? Bo_Ry... Again.. Help :D

    I Puted this on Sheet3 on cell A4 a

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100<>""),ROW(A1))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100<>""),ROW(A1)-COUNTIF(Sheet1!A$4:A$100,"<>"))),""))

    The result gone wrong with Zero things =(.

    Screenshot_28.jpg
    Attached Files Attached Files

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

    Re: Formula for Join Two Sheet into One.

    Please try a4

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100>0),ROWS(A$4:A4))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100>0),ROWS(A$4:A4)-COUNTIFS(Sheet1!A$4:A$100,"<>0",Sheet1!A$4:A$100,"<>"))),""))

  9. #9
    Registered User
    Join Date
    12-27-2018
    Location
    Indonesia
    MS-Off Ver
    2016
    Posts
    27

    Re: Formula for Join Two Sheet into One.

    Quote Originally Posted by Bo_Ry View Post
    Please try a4

    =IFERROR(INDEX(Sheet1!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet1!A$4:A$100)-MIN(ROW(Sheet1!A$4:A$100))+1)/(Sheet1!A$4:A$100>0),ROWS(A$4:A4))),IFERROR(INDEX(Sheet2!A$4:A$100,AGGREGATE(15,6,(ROW(Sheet2!A$4:A$100)-MIN(ROW(Sheet2!A$4:A$100))+1)/(Sheet2!A$4:A$100>0),ROWS(A$4:A4)-COUNTIFS(Sheet1!A$4:A$100,"<>0",Sheet1!A$4:A$100,"<>"))),""))
    Working Perfect! Thank You so much! ;D

    All Done.

+ 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. How to join these (specific) two sub routines (local to sheet)?
    By xtinct2 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-09-2018, 05:06 PM
  2. [SOLVED] Join sheet in excel 2007
    By adekinteristi in forum Excel General
    Replies: 7
    Last Post: 10-27-2017, 12:34 PM
  3. Join two ranges in formula
    By Jonathan9 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 11:38 AM
  4. [SOLVED] two different formula need to join together
    By nur2544 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-18-2013, 10:49 AM
  5. [SOLVED] SQL Join - Left Join, but with 4 tables
    By kenny.fsw in forum Access Tables & Databases
    Replies: 4
    Last Post: 05-29-2013, 09:03 AM
  6. Replies: 2
    Last Post: 01-07-2011, 03:30 PM
  7. Replies: 0
    Last Post: 03-01-2006, 08:30 AM

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