+ Reply to Thread
Results 1 to 3 of 3

Linking cells with a diffrent sheet with 2 cells

  1. #1
    Registered User
    Join Date
    02-15-2006
    Posts
    2

    Linking cells with a diffrent sheet with 2 cells

    I know how to link to a another cell in a diffrent sheet, its =Sheet1!A1 (for a1 in sheet 1)

    i am trying to use another cell to say what should be on the end of '=Sheet1!'

    so C1 would the input to this formula, i would only have to put A1 in cell C1 and the formulat will be '=Sheet1!A1' and if i put B2 in cell C1 the formula would be '=Sheet1!B2'

    this was my attempt but i faild:
    =Sheet1!(=C1)

    Can it be done? if so plz tell me.
    thanks for any help.

  2. #2
    vezerid
    Guest

    Re: Linking cells with a diffrent sheet with 2 cells

    Angel

    The INDIRECT function will do what you want:

    =INDIRECT("Sheet1!"&C1)

    HTH
    Kostis Vezerides


  3. #3
    Registered User
    Join Date
    02-15-2006
    Posts
    2
    thank you. this problem has been annoying me for a few days.

+ 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