+ Reply to Thread
Results 1 to 4 of 4

Referencing a cell dynamically

  1. #1
    Registered User
    Join Date
    02-13-2006
    Posts
    5

    Referencing a cell dynamically

    I have a cell that is named "term" and is assigned a number value by the user. I was wondering if there was a way to give a different cell the value of the cell that is in row Column J row number Term+13
    In other words
    the contents of cell "J"&Term+13
    is this possible?

  2. #2
    Dave Peterson
    Guest

    Re: Referencing a cell dynamically

    =indirect("J"&term+13)



    jliz2803 wrote:
    >
    > I have a cell that is named "term" and is assigned a number value by the
    > user. I was wondering if there was a way to give a different cell the
    > value of the cell that is in row Column J row number Term+13
    > In other words
    > the contents of cell "J"&Term+13
    > is this possible?
    >
    > --
    > jliz2803
    > ------------------------------------------------------------------------
    > jliz2803's Profile: http://www.excelforum.com/member.php...o&userid=31498
    > View this thread: http://www.excelforum.com/showthread...hreadid=512408


    --

    Dave Peterson

  3. #3
    Registered User
    Join Date
    02-13-2006
    Posts
    5
    Thank you so much for your help

  4. #4
    RagDyer
    Guest

    Re: Referencing a cell dynamically

    Try this:

    =INDEX(J:J,term+13)

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "jliz2803" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a cell that is named "term" and is assigned a number value by the
    > user. I was wondering if there was a way to give a different cell the
    > value of the cell that is in row Column J row number Term+13
    > In other words
    > the contents of cell "J"&Term+13
    > is this possible?
    >
    >
    > --
    > jliz2803
    > ------------------------------------------------------------------------
    > jliz2803's Profile:

    http://www.excelforum.com/member.php...o&userid=31498
    > View this thread: http://www.excelforum.com/showthread...hreadid=512408
    >



+ 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