+ Reply to Thread
Results 1 to 8 of 8

How to copy specific cell data from different excel tab into one master tab

  1. #1
    Registered User
    Join Date
    07-26-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    5

    Question How to copy specific cell data from different excel tab into one master tab

    Hello all,
    i have a excel work book containing 20 sheets named by date series like 01.07.2018, 02.07.2018..........20.07.2018.
    I want to extract specific cell data from all these sheet into one master sheet.
    All sheets formatting is same.

    Like i want to extract data from cell "a1" of sheet 01.07.2018 to master data sheet cell "a1"
    & -----------------" "------------------"a1" ----------02.07.2018 to master data sheet cell "a2"


    can anyone have solution for these.
    Because i have many sheets like these and many cell data needs to extract to one master data.


    Thanks..............
    Last edited by sudheernair; 07-26-2018 at 08:18 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: How to copy specific cell data from different excel tab into one master tab

    Try this (untested)

    in the master sheet

    in A1

    =INDIRECT(TEXT(ROW(),"00")&".07.2018!A1")
    and copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    07-26-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    5

    Re: How to copy specific cell data from different excel tab into one master tab

    Not working................

    How can i upload the file here so that it will be easy for the member to provide solution.

  4. #4
    Registered User
    Join Date
    06-25-2018
    Location
    Luna
    MS-Off Ver
    2013
    Posts
    46

    re: to copy specific cell data from different excel tab into one master tab


    use button "Go Advanced"

    then
    Manage Attachments


    what's not working ?

    =TEXT(ROW(),"00")&".07.2018!A1"
    would generate
    01.07.2018!A1

    so,
    =INDIRECT(TEXT(ROW(),"00")&".07.2018!A1")
    will copy the value from cell
    01.07.2018!A1
    Last edited by Pat and only Pat; 07-26-2018 at 09:39 AM.

  5. #5
    Registered User
    Join Date
    07-26-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    5

    Re: How to copy specific cell data from different excel tab into one master tab

    file is attached for the reference,,,,,,,,,,,,,,,,,i have applied the formula but its not working
    Attached Files Attached Files

  6. #6
    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,916

    Re: How to copy specific cell data from different excel tab into one master tab

    This will work:
    Please Login or Register  to view this content.
    However, for sheet 02.07.2018, there is a different number of spaces after the sheet name. Why do the sheet names have spaces? You would be better off getting rid of them, and then this would work for all:
    Please Login or Register  to view this content.
    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.

  7. #7
    Registered User
    Join Date
    07-26-2018
    Location
    INDIA
    MS-Off Ver
    MS OFFICE 2013
    Posts
    5

    Re: How to copy specific cell data from different excel tab into one master tab

    Thanks for the help.............................kudossssssssss
    Last edited by sudheernair; 07-29-2018 at 09:04 AM.

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

    Re: How to copy specific cell data from different excel tab into one master tab

    Thanks for the rep!

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

+ 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] vba to copy data by specific headers to a master sheet in same workbook
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-01-2016, 10:08 AM
  2. [SOLVED] Macro needed to copy data from master sheet to a number of specific sheets
    By krish2503 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-25-2015, 04:42 PM
  3. Replies: 0
    Last Post: 08-11-2014, 02:38 PM
  4. Copy specific data from Monthly auto generated workbook to master sheet
    By onbeillp111 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-26-2014, 12:25 PM
  5. Macro to copy specific cell data into a different excel workbook
    By Khanzaki in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-08-2013, 05:55 AM
  6. I need to copy data from various workbooks into one master file, specific data
    By madhumith13 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-21-2013, 09:14 AM
  7. [SOLVED] Copy and pasting specific sheet data to a master worksheet
    By simora in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-09-2005, 01:06 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