+ Reply to Thread
Results 1 to 4 of 4

Cell reference dependency

Hybrid View

  1. #1
    Registered User
    Join Date
    06-11-2004
    Posts
    13

    Cell reference dependency

    Hi All
    Is it possible to define a cell through a data input:

    Example:
    A1 is valued '145'
    Then shown in A2 should be value from: C145

    A1 is valued '250'
    Then shown in A2 should be value from: C250

    THANKS so much in advance...

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try something like this:

    A2: =INDIRECT("C"&A1)

    Does that help?

    Regards,
    Ron

  3. #3
    Rob
    Guest

    RE: Cell reference dependency

    in cell A2, enter:
    =indirect("C"&A1)
    Rob

    "Jubelnar" wrote:

    >
    > Hi All
    > Is it possible to define a cell through a data input:
    >
    > Example:
    > A1 is valued '145'
    > Then shown in A2 should be value from: C145
    >
    > A1 is valued '250'
    > Then shown in A2 should be value from: C250
    >
    > THANKS so much in advance...
    >
    >
    > --
    > Jubelnar
    > ------------------------------------------------------------------------
    > Jubelnar's Profile: http://www.excelforum.com/member.php...o&userid=10517
    > View this thread: http://www.excelforum.com/showthread...hreadid=470732
    >
    >


  4. #4
    Registered User
    Join Date
    06-11-2004
    Posts
    13
    Thanks!!!!

+ 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