+ Reply to Thread
Results 1 to 2 of 2

Cells in address

Hybrid View

  1. #1
    3PLEngineer
    Guest

    Cells in address

    I need to use a cell entry as part of the link address for another cell in
    the same sheet. Cell A1 of Data Input will show only the Month. Each tab in
    the workbook has a month as the sheet name. Cell B2 needs to link to the tab
    of the same name as A1 but point to cell C1 of that sheet. Is there any way
    to have this happen using a basic formula instead of VBA?

  2. #2
    rahrah3a
    Guest

    RE: Cells in address

    try using indirect where cell A1 equals the month name. This should resolve
    to, using January as an example =January!C1

    =INDIRECT(A1&"!c1")

    "3PLEngineer" wrote:

    > I need to use a cell entry as part of the link address for another cell in
    > the same sheet. Cell A1 of Data Input will show only the Month. Each tab in
    > the workbook has a month as the sheet name. Cell B2 needs to link to the tab
    > of the same name as A1 but point to cell C1 of that sheet. Is there any way
    > to have this happen using a basic formula instead of VBA?


+ 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