+ Reply to Thread
Results 1 to 6 of 6

Help on Formula - Multiple Worksheets

Hybrid View

  1. #1
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Help on Formula - Multiple Worksheets

    Hi,

    there are several ways to approach this. If your sheets are called Sheet1, Sheet2, Sheet3, etc, then you could use something like this. If your formula is in, say, row 5

    =INDIRECT("Sheet"&ROW()-4&"!A47")

    you can copy this down and it will put the next sheet's A47 value in the next row.

    Or, if your sheets have different names, you could create a list of sheet names in column A and then use something like

    =INDIRECT(A1&"!A47")

    so the formula evaluates to whatever text is in A1 and adds the cell reference. If A1 has the text MySheet, then it would be

    =MySheet!A47

    does that help?

  2. #2
    Registered User
    Join Date
    11-04-2009
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Help on Formula - Multiple Worksheets

    Thanks for the prompt reply, but I still can't get it to work.

    I've attached a dummy copy of the file so you can see the issue I have - I have completed the first 5, but there are 8 sheets to go (in the real file there is about 50).

    Regards
    Attached Files Attached Files

+ 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