+ Reply to Thread
Results 1 to 13 of 13

Pull data from separate tabs into one tab

  1. #1
    Registered User
    Join Date
    06-10-2010
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003
    Posts
    7

    Pull data from separate tabs into one tab

    Ok heres my problem im trying to automate my spreadsheet explanation follows.

    Say if anything is populated in Sheet1 Column A-C then pull that through to Sheet3 A-C, after i want it to look in Sheet2 if there is anything populated in A-C in Sheet2 then pull that through to the next available row in Sheet3 Column A-C

    Any ideas? please help! :D
    Last edited by azreil; 06-11-2010 at 12:40 AM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Any ideas on how this can be done?

    Welcome to the forum.

    Please take a few minutes to read the forum rules, and then amend your thread title accordingly.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-10-2010
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Any ideas on how this can be done?

    Apologies! Help with it would be appreciated :D thanks

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to pull data from seperate tabs and place into one single tab

    I would normally do that with a macro. Is that what you had in mind?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  5. #5
    Registered User
    Join Date
    06-10-2010
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to pull data from seperate tabs and place into one single tab

    Yes a macro would be perfect if you could please explain how, thanks

  6. #6
    Registered User
    Join Date
    10-07-2008
    Location
    London
    Posts
    39

    Re: How to pull data from seperate tabs and place into one single tab

    I have a similar problem; I have worksheets for Monday, Tuesday, Wednesday, Thursday and Friday each with orders on, and I want to create a consolidated list of order numbers on a sixth worksheet. Any solution would be most welcome.

  7. #7
    Registered User
    Join Date
    10-07-2008
    Location
    London
    Posts
    39

    Re: How to pull data from seperate tabs and place into one single tab

    Hey Azriel, I just found this thread by searching the forum:

    http://www.excelforum.com/excel-prog...le-sheets.html

    I think this is the kind of macro we're looking for, we'd just need to change a couple of specifics.

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to pull data from seperate tabs and place into one single tab

    The macro on the page Shockeroo noted above is pretty much what I had in mind, perhaps a little tweaking based on your workbook, or perhaps an automatic macro that keeps sheet3 up to date all by itself.

    Click GO ADVANCED and use the paperclip icon to post up a desensitized copy of your workbook.

  9. #9
    Registered User
    Join Date
    06-10-2010
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to pull data from seperate tabs and place into one single tab

    Sorry i did this the first time but had to relog in before i could post it, it slipped my mind after re-writing my post, but anyway.

    I followed the link advised by Shockeroo and modified it for my worksheet, which it works perfectly thank you for that except the only thing i can't figure out is how to change the code to include all rows and not just the one row as stated in the code below.

    Please Login or Register  to view this content.
    so where the above code pulls back data from row 80, for example i want it to pull data from row 1 - 100.

    If you could please explain how i can modify the above to do that it would be greatly appreciated :D
    Last edited by azreil; 06-14-2010 at 12:15 AM.

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How to pull data from seperate tabs and place into one single tab

    Please take a few minutes to read the forum rules, and then edit your post to add CODE tags.

  11. #11
    Registered User
    Join Date
    06-10-2010
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: How to pull data from seperate tabs and place into one single tab

    Ammended previous post as per forum rules, can anyone advise with regards to the above, thanks.

  12. #12
    Registered User
    Join Date
    10-07-2008
    Location
    London
    Posts
    39

    Re: How to pull data from seperate tabs and place into one single tab

    Check this thread for another solution by the rather clever JBeaucaire:

    http://www.excelforum.com/excel-prog...orksheets.html

  13. #13
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to pull data from seperate tabs and place into one single tab

    Quote Originally Posted by azreil View Post
    ...how to change the code to include all rows...
    Something like this, then? This assumes row1 is titles on every sheet, so it copies all the data from row2 down to the bottom of column A (used rows only)
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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