+ Reply to Thread
Results 1 to 7 of 7

Data to pick from several sheets

  1. #1
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Data to pick from several sheets

    Hi,

    I need a formula in getting data from several sheets.

    An excel file attached with necessary info.

    Pl. help.

    Thanks,
    Nagesh.
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Data to pick from several sheets

    B4=INDEX(INDIRECT("'"&$A4&"'!$1:$1048576"),MATCH($A$2,INDIRECT("'"&$A4&"'!$a:$a"),0),COLUMN(B1))
    Please Login or Register  to view this content.
    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    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,260

    Re: Data to pick from several sheets

    Try....

    =IFERROR(VLOOKUP($A$2,INDIRECT( $A4 & "! A4:F4"),COLUMNS($A$1:B1),0),"")

    BUT Need to rename "FAB A" as "FAB_A" and same for "FAB B"

  4. #4
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Re: Data to pick from several sheets

    Hi Siva, Thank you working well.

    Hi John, not working .

    Anyhow thank you the issue solved.

    Thanks once again.

    Nagesh.

  5. #5
    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,260

    Re: Data to pick from several sheets

    For completeness..

    =IFERROR(VLOOKUP($A$2,INDIRECT( "'" & $A4 & "'! A4:F4"),COLUMNS($A$1:B1),0),"")

    does wotk.

  6. #6
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Re: Data to pick from several sheets

    Yes John. Now working well.

    Thank you too.

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

    Re: Data to pick from several sheets

    Thank you for the feedback - appreciated.

+ 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. [SOLVED] auto pick up info from different sheets by conditions
    By ripple in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-27-2013, 07:07 AM
  2. Compare 2 sheets pick up unique and copy rows to another Sheet
    By dungoc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-23-2013, 10:08 AM
  3. Replies: 3
    Last Post: 11-12-2012, 08:59 AM
  4. Daily macro to pick up from multiple sheets
    By DaveSmith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-15-2012, 07:12 AM
  5. pick data from first sheet & update other sheets.
    By johncena in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-22-2010, 06:24 AM
  6. VBA code to pick the correct sheets
    By realniceguy5000 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 04-01-2009, 02:49 PM
  7. Comparing data of two sheets-Pick an account number,
    By sriramkanala in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-09-2006, 10:59 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