+ Reply to Thread
Results 1 to 2 of 2

=(A6)!$O$14 - why won't this look for same name sheet as A6?

  1. #1
    Snorkster
    Guest

    =(A6)!$O$14 - why won't this look for same name sheet as A6?

    i want to be able to look for a worksheet that matches a name in a given cell?

    Examlpe - the text in cell A6 is master, so i want to look for the sheet
    called master so that i can look for specific cells in that sheet. This is so
    that i can use multiple sheets for a work training matrix?

  2. #2
    KL
    Guest

    Re: =(A6)!$O$14 - why won't this look for same name sheet as A6?

    Hi Snorkster,

    Try this:

    =INDIRECT(A6&"!$O$14")

    or if the cell reference on the target sheet has to be relative then:

    =INDIRECT(A6&"!"&CELL("address",O14))

    Regards,
    KL



    "Snorkster" <[email protected]> wrote in message
    news:[email protected]...
    >i want to be able to look for a worksheet that matches a name in a given
    >cell?
    >
    > Examlpe - the text in cell A6 is master, so i want to look for the sheet
    > called master so that i can look for specific cells in that sheet. This is
    > so
    > that i can use multiple sheets for a work training matrix?




+ 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