+ Reply to Thread
Results 1 to 10 of 10

Trying to make excel combine column data across multiple sheets using a common identifier

  1. #1
    Registered User
    Join Date
    01-05-2021
    Location
    Lancashire, UK
    MS-Off Ver
    2016
    Posts
    4

    Trying to make excel combine column data across multiple sheets using a common identifier

    Hi all,

    I've used excel for a while but only using basic functions.

    Ive come to a stage where I need assistance. Im even struggling to work out how to explain it.

    Each row has data relating to a certain specified ItemNumber (in header) and has the same ItemNumber is in every sheet so Im trying to collate all the data which is specific to that ItemNumber into one sheet.

    I hope this makes sense and have added an example sheet as an attachment

    EDIT: So as Carim has done in the example he sent, I wanted Excel to look up find an "ItemNumber" which is apparent in every sheet and put the data to the right of it all onto one sheet with the ItemNumber on the first column and the rest of the cells from the other sheets in the same row from the same ItemNumber.
    Attached Files Attached Files
    Last edited by keith1970; 01-06-2021 at 07:04 AM.

  2. #2
    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,054

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    If you can't explain it... show it. Please amend your sheet to show us EXACTLY what you want to see and EXACTLY where you want to see it.
    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

  3. #3
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Hi,

    Is there something preventing you from using the combination Index / Match ...?
    HTH
    Carim


    Top Excel Links

  4. #4
    Registered User
    Join Date
    01-05-2021
    Location
    Lancashire, UK
    MS-Off Ver
    2016
    Posts
    4

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Quote Originally Posted by Carim View Post
    Hi,

    Is there something preventing you from using the combination Index / Match ...?
    Maybe a lack of knowledge

  5. #5
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Attached is your test file ...

    The formula in cell B2 will probably help you out ...
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    01-05-2021
    Location
    Lancashire, UK
    MS-Off Ver
    2016
    Posts
    4

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Quote Originally Posted by Carim View Post
    Attached is your test file ...

    The formula in cell B2 will probably help you out ...
    Thanks for the help Carim but I was hoping to get a result like in the attached examples first sheet (I copied and pasted the info in of course from the other sheets )
    The ItemNumber could be on any row in the sheets but I need to get matched info. Its beyond my pay grade lol I am but a mere shopkeeper
    Attached Files Attached Files

  7. #7
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Hi again,

    The proposed formula just had to be extended ...

    Attached is your test file with the two areas colored in orange and yellow to retrieve your data
    Attached Files Attached Files

  8. #8
    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,904

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    Quote Originally Posted by Carim View Post
    Attached is your test file ...

    The formula in cell B2 will probably help you out ...
    Sorry for off-topic interjection:

    Although there is no official rule regarding this behaviour, we request that wherever possible both the question AND the answer be provided in substantive detail here within the thread. An attached workbook is an excellent aid for posing a question and offering a solution, but solely doing that with no in thread explanation makes it difficult for researchers to understand or consider the Q & A of this thread without downloading what may be a pointless doc to them, if they can do that at all. Doing that also hides the content from search engines so others may never benefit from this.

    I'm sure you understand, and we look forward to seeing you post your formulas/macros in your posts for the searching benefit of all.
    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.

  9. #9
    Registered User
    Join Date
    01-05-2021
    Location
    Lancashire, UK
    MS-Off Ver
    2016
    Posts
    4

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    I'd also be grateful if you could show how you had done the formula so I could replicate it on the larger spreadsheet I have with is over 7k rows long.
    I did try to copy and paste the formula but just got a big #REF error.

  10. #10
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: Trying to make excel combine column data across multiple sheets using a common identif

    To pull the data from 7,000 rows change the range of the INDEX array from A1:J5 to A1:J7000.
    You may also want to modify the formulas on the Content sheet as follows:
    In columns I:P pulled from the Drag Price List sheet: =INDEX('Drag Price List'!$A$1:$J$7000,MATCH($A2,'Drag Price List'!$A$1:$A$7000,0),MATCH(I$1,'Drag Price List'!$A$1:$J$1,0))
    In columns Q:W pulled from the PE Export New sheet: =INDEX('PE Export New'!$A$1:$J$7000,MATCH($A2,'PE Export New'!$A$1:$A$7000,0),MATCH(Q$1,'PE Export New'!$A$1:$J$1,0))
    That said a #REF error may suggest that there are issues that go beyond changing the ranges. In order to trouble shoot we probably need to see a small sample of the workbook that is producing the error.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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: 10-02-2019, 01:02 PM
  2. combine two worksheet or excel file with a common data value of one column
    By waghobadada in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 09-09-2019, 06:16 AM
  3. Combine data with one common column
    By nixxy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-09-2014, 10:44 AM
  4. Replies: 0
    Last Post: 11-17-2013, 03:46 PM
  5. How to combine data from multiple rows when common column headings exist?
    By pkoury in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-01-2013, 10:43 AM
  6. Combine Multiple workbooks based on a common column
    By vioStyle in forum Excel General
    Replies: 6
    Last Post: 06-14-2012, 06:44 AM
  7. Combine Data Cells with Same Column Identifier
    By mperillo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2005, 09:37 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