+ Reply to Thread
Results 1 to 10 of 10

Pull same cell from multiple sheets into master column

  1. #1
    Registered User
    Join Date
    04-08-2010
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    2

    Pull same cell from multiple sheets into master column

    Hello,

    I have several different sheets all with the same data. I am looking to pull the data within the same cell across multiple sheets into a single column on a separate "master" sheet. Ex. Pull cell C3 from sheet1, sheet2, sheet3, sheet4 into a column in sheet"master" so the data lines up.

    Thank you.
    Last edited by NBVC; 04-08-2010 at 04:19 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Pull same cell from multiple sheets into master column

    List the sheet names in one column,

    The use: =Indirect("'"&A1&"'!C3") in the adjacent column

    where A1 contains first sheet name

    If the Sheets are truly named in such a pattern.. then you can forego the listing of sheetnames and use something like:

    =Indirect*"'Sheet"&rows($A$1:$A1)&"'!C3)

    where Sheet is the common sheetnmame prefix and Rows($A$1:$A1) increments from 1 as far as you drag down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-08-2010
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Pull same cell from multiple sheets into master column

    NBVC,

    Thank you for your help, this made my life a lot easier.

  4. #4
    Registered User
    Join Date
    06-20-2012
    Location
    Colorado
    MS-Off Ver
    2010
    Posts
    1

    Re: Pull same cell from multiple sheets into master column

    Thank you for the simplicity of the solution. Saved me hours of linking cells!

  5. #5
    Registered User
    Join Date
    11-09-2017
    Location
    London
    MS-Off Ver
    2016
    Posts
    1

    Re: Pull same cell from multiple sheets into master column

    I registered an account on these forums just to thank you for this simple and easy solution!
    You've made my life a lot easier

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Pull same cell from multiple sheets into master column

    Quote Originally Posted by erebusmoros View Post
    I registered an account on these forums just to thank you for this simple and easy solution!
    You've made my life a lot easier
    Thank you for the feedback, members always appreciate that
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Registered User
    Join Date
    02-28-2020
    Location
    California
    MS-Off Ver
    Office 365
    Posts
    1

    Re: Pull same cell from multiple sheets into master column

    Thank you so much! This was exactly what I needed after two hours of searching the internet for an answer!

  8. #8
    Registered User
    Join Date
    08-05-2021
    Location
    Atlanta, GA
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    1

    Re: Pull same cell from multiple sheets into master column

    The title of my first sheet is 3.0, is there any way complete this formula with the decimal in the page title?

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Pull same cell from multiple sheets into master column

    Quote Originally Posted by book1monte View Post
    The title of my first sheet is 3.0, is there any way complete this formula with the decimal in the page title?
    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

  10. #10
    Registered User
    Join Date
    10-13-2022
    Location
    Paris
    MS-Off Ver
    2019
    Posts
    1

    Re: Pull same cell from multiple sheets into master column

    Hello
    Registered only to say thank you very much.
    You are a kind person and made my and others' lives easier.
    You deserve love.
    Cheers.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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