+ Reply to Thread
Results 1 to 9 of 9

Extract information from different sheets in a workbook

  1. #1
    Registered User
    Join Date
    10-06-2022
    Location
    SaudiArabia
    MS-Off Ver
    Microsoft 365 Apps for enterprise
    Posts
    3

    Extract information from different sheets in a workbook

    Hello everyone, and thank you in advance for taking out time to read my post. I am trying to extract information from different sheets which are available in specific columns and rows. I have more than 1000 sheets in a workbook which contains the information about the group and the users mapped to the specific group. The information of group is available in a column and different users mapped to it are in multiple rows of a sheet. similarly i have multiple sheets with information related to different groups.

    I want to extract information of groups and users mapped in 1 single sheet as final output. I would need your expert advise on how to extract this information .I have attached a sample file with how the data would be available along with final output .

    Looking for experts advise on how to achieve this scenario . Thank you again.


    Afreen
    Attached Files Attached Files

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

    Re: Extract information from different sheets in a workbook

    Administrative Note:

    Welcome to the forum.

    Members will tailor the solutions they offer to the version (NOT a release number like 2108) of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Extract information from different sheets in a workbook

    is that what you want?

    you need to fix Groupb200 to Group200 probably

    with Power Query

    Group Members UserID
    Group100 test4
    Group100 test5
    Group100 test3
    Group100 test1
    Group100 test2
    Group300 test14
    Group300 test15
    Group300 test13
    Group300 test11
    Group300 test12
    Groupb200 test4
    Groupb200 test5
    Groupb200 test3
    Groupb200 test1
    Groupb200 test2
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-06-2022
    Location
    SaudiArabia
    MS-Off Ver
    Microsoft 365 Apps for enterprise
    Posts
    3

    Re: Extract information from different sheets in a workbook

    Hello ,

    Thank you for your response.

    yes you are right , the desired output must be exactly as mentioned by you. can you please elaborate on how to achieve this as i have around 1000 sheets with such information and i need all these to be consolidated in 1 single sheet. Looking for your support and Thank you in advance.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,680

    Re: Extract information from different sheets in a workbook

    Please update your profile as requested above. Do this NOW.

  6. #6
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,416

    Re: Extract information from different sheets in a workbook

    Power Query
    Please Login or Register  to view this content.
    Attached Files Attached Files

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Extract information from different sheets in a workbook

    if each range has the same structure select all and use Ctrl+T (Excel Table)
    then you need to use Data tab - From Table for all tables
    then in PQ editor, for each table there use
    Please Login or Register  to view this content.
    then use Append\
    Please Login or Register  to view this content.
    et voile see the result

  8. #8
    Registered User
    Join Date
    10-06-2022
    Location
    SaudiArabia
    MS-Off Ver
    Microsoft 365 Apps for enterprise
    Posts
    3

    Re: Extract information from different sheets in a workbook

    Dear Experts,

    First i would like to thankyou all for the responses.

    There has been a change in the format of the output and there are additional columns added in each sheet with the information. can you please help me how to combine the data in all these sheets into a single sheet. In the New sample file i have added 2 sheets. I real time i have more than 1000 sheets to extract this information from. Your feedback will be appreciated. Thank you again for your response and feedback.
    Attached Files Attached Files

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Extract information from different sheets in a workbook

    Your source tables has nothing to do with your result table
    but maybe this
    Group Display Name SAM Account Name Department
    Group1 TEST Name1 ABCD Finance
    Group1 TEST Name2 TEST1 Procurement
    Group1 TEST Name3 ZADCG Finance
    Group1 TEST Name4 OUIDHK General Management
    Group2 TEST Name5 JKLDJO Credit
    Group2 TEST Name6 JFHUIKD IT
    Group2 TEST Name7 NBHDFL Finance
    Group2 TEST Name8 JUIDLIK IT




    if you are happy hit Add Reputation at the bottom left side of the posts which have helped you
    Attached Files Attached Files
    Last edited by sandy666; 10-17-2022 at 08:53 AM.

+ 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: 07-27-2016, 07:58 AM
  2. Extract information with values to 2nd sheet in workbook
    By KarenWP in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-23-2015, 05:47 AM
  3. [SOLVED] Extract information from two sheets into various sheet
    By TERRI LEE in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-14-2012, 04:02 AM
  4. Extract information from 2nd workbook and record in current workbook. VBA
    By Lifeseeker in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-18-2012, 03:19 PM
  5. Collaborating Information Between Sheets in a Workbook
    By carlw in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-08-2012, 05:54 PM
  6. Replies: 9
    Last Post: 12-19-2009, 10:45 AM
  7. Extract information from Multiple sheets
    By bbc1 in forum Excel General
    Replies: 1
    Last Post: 04-18-2006, 02:34 AM

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