+ Reply to Thread
Results 1 to 4 of 4

Indirect Addressing

  1. #1
    Kanga 85
    Guest

    Indirect Addressing

    On Sheet1 I have in Cell A1 a variable number, say 100.
    In cell A2 on Sheet1 I wish to place the value of the cell in Sheet2 C100,
    where the 100 is the value obtained from "Sheet1"A1.

    Any help would be appreciated thanks.

  2. #2
    Biff
    Guest

    Re: Indirect Addressing

    Hi!

    Try this:

    =INDIRECT("Sheet2!C"&A1)

    Biff

    "Kanga 85" <[email protected]> wrote in message
    news:[email protected]...
    > On Sheet1 I have in Cell A1 a variable number, say 100.
    > In cell A2 on Sheet1 I wish to place the value of the cell in Sheet2 C100,
    > where the 100 is the value obtained from "Sheet1"A1.
    >
    > Any help would be appreciated thanks.




  3. #3
    Ragdyer
    Guest

    Re: Indirect Addressing

    Try this:

    =INDEX(Sheet2!C:C,A1)

    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "Kanga 85" <[email protected]> wrote in message
    news:[email protected]...
    > On Sheet1 I have in Cell A1 a variable number, say 100.
    > In cell A2 on Sheet1 I wish to place the value of the cell in Sheet2 C100,
    > where the 100 is the value obtained from "Sheet1"A1.
    >
    > Any help would be appreciated thanks.



  4. #4
    Kanga 85
    Guest

    Re: Indirect Addressing



    "Ragdyer" wrote:

    > Try this:
    >
    > =INDEX(Sheet2!C:C,A1)
    >
    > --
    > HTH,
    >
    > RD
    >
    > ---------------------------------------------------------------------------
    > Please keep all correspondence within the NewsGroup, so all may benefit !
    > ---------------------------------------------------------------------------
    > "Kanga 85" <[email protected]> wrote in message
    > news:[email protected]...
    > > On Sheet1 I have in Cell A1 a variable number, say 100.
    > > In cell A2 on Sheet1 I wish to place the value of the cell in Sheet2 C100,
    > > where the 100 is the value obtained from "Sheet1"A1.
    > >
    > > Any help would be appreciated thanks.

    >
    > Thanks Biff and Raqdyer


+ 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