+ Reply to Thread
Results 1 to 8 of 8

AutoFill reference multiple worksheets

  1. #1
    Registered User
    Join Date
    10-03-2007
    Posts
    21

    AutoFill reference multiple worksheets

    Hi,
    I need to reference the first cell in each worksheet down a single column.

    Example:
    cell A1 on Sheet1 is equal to cell A1 on Sheet2
    cell A2 on Sheet1 is equal to cell A1 on Sheet3
    cell A3 on Sheet1 is equal to cell A1 on Sheet4
    cell A4 on Sheet1 is equal to cell A1 on Sheet5

    Is there an automated way to do this, as I am working with over 200 worksheets in a single Workbook.

    Thank you in advance for your time,
    Joe

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Joeg101
    Hi,
    I need to reference the first cell in each worksheet down a single column.

    Example:
    cell A1 on Sheet1 is equal to cell A1 on Sheet2
    cell A2 on Sheet1 is equal to cell A1 on Sheet3
    cell A3 on Sheet1 is equal to cell A1 on Sheet4
    cell A4 on Sheet1 is equal to cell A1 on Sheet5

    Is there an automated way to do this, as I am working with over 200 worksheets in a single Workbook.

    Thank you in advance for your time,
    Joe
    Try this in Sheet1 A1 and copy it down

    =INDIRECT("Sheet"&ROW(A2)&"!A1")

    You should not change the Sheet names for this formula to work.

  3. #3
    Registered User
    Join Date
    10-03-2007
    Posts
    21
    That worked!

    Thank you so much Starguy. I really appreciate it.

    Be Well,
    Joe

  4. #4
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Joeg101
    That worked!

    Thank you so much Starguy. I really appreciate it.

    Be Well,
    Joe
    You're welcome. Good to see that your problem is solved.

  5. #5
    Registered User
    Join Date
    10-03-2007
    Posts
    21
    Is there a way to use this formula in which I can name the sheets? Each sheet needs to be a persons name.

    =INDIRECT("sheet" &ROW(A2)&"!A1")

    Thank in advance for your time. I greatly appreciate it.

    -Joe

  6. #6
    Registered User
    Join Date
    06-03-2015
    Location
    Philippines
    MS-Off Ver
    MS OFFICE 2010
    Posts
    4

    Re: AutoFill reference multiple worksheets

    Quote Originally Posted by starguy View Post
    Try this in Sheet1 A1 and copy it down

    =INDIRECT("Sheet"&ROW(A2)&"!A1")

    You should not change the Sheet names for this formula to work.
    Dear Starguy, what if i need to do the reverse action? "I am working on multi worksheets and managed to have a summary sheet that contains the name of each worksheet in column B.
    Now i have another column F that contains specific values against all worksheets. I want these values to be auto filled on respective Worksheets in Cell location D3 of each worksheet.
    i am trying to find the solution but it seems only you can help me."

  7. #7
    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
    53,048

    Re: AutoFill reference multiple worksheets

    husnain, welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

    (also, this thread is over 7 years old, I doubt anyone is still monitoring it
    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

  8. #8
    Registered User
    Join Date
    06-03-2015
    Location
    Philippines
    MS-Off Ver
    MS OFFICE 2010
    Posts
    4

    Re: AutoFill reference multiple worksheets

    thanks for the attention. i will follow that.

+ 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