+ Reply to Thread
Results 1 to 11 of 11

Pull data from same cell from multiple sheets into master column

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Pull data from same cell from multiple sheets into master column

    Good afternoon,

    I'm not sure if this can be solved by formula or macro, but any help would be appreciated. Basically what I am trying to do is pull data from cell c3 from multiple sheets into the master sheet. Please see attached for reference. I have over 100 sheets that I need to pull data that information from and was wondering if there's a easier way than manual. I tried the =indirect formula, but that still requires to put the information manually. Please let me know if clarification is needed.

    Thank you,

    Sample.xls

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from same cell from multiple sheets into master column

    Try this code
    Please Login or Register  to view this content.
    Copy the Excel VBA code
    Select the workbook in which you want to store the Excel VBA code
    Hold the Alt key, and press the F11 key, to open the Visual Basic Editor
    Choose Insert | Module
    Where the cursor is flashing, choose Edit | Paste

    To run the Excel VBA code:
    Choose Tools | Macro | Macros
    Select a macro in the list, and click the Run button
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Pull data from same cell from multiple sheets into master column

    Hi Arlu,

    That macro works, is there a certain way to make it start on a certain cell? like for example if I wanted the data to start inputting on cell b6

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from same cell from multiple sheets into master column

    Try this
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Pull data from same cell from multiple sheets into master column

    That's works, thanks!

    Not sure if I should start another thread, but what if I wanted to exclude certain sheets, would that be possible?

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from same cell from multiple sheets into master column

    Which sheets do you need to be excluded? You do not need to start a new thread.

  7. #7
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Pull data from same cell from multiple sheets into master column

    Good morning...

    If I wanted to let's say exclude Rick Perry and Rick James...

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from same cell from multiple sheets into master column

    Try this
    Please Login or Register  to view this content.
    Last edited by arlu1201; 01-09-2013 at 01:16 PM.

  9. #9
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Pull data from same cell from multiple sheets into master column

    tried the code and it still seems to be pulling the data from those pages.

    Sample.xls

  10. #10
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Pull data from same cell from multiple sheets into master column

    Sorry, i edited the code.

  11. #11
    Registered User
    Join Date
    11-02-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Pull data from same cell from multiple sheets into master column

    thank you for all your help!! everything works perfectly

+ 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