+ Reply to Thread
Results 1 to 3 of 3

Using cell data to referece another cell

  1. #1
    Registered User
    Join Date
    08-15-2005
    Posts
    2

    Using cell data to referece another cell

    Hi, I hope someone can help me. I don't really know what to call what I want to do, so the built-in Help function isn't really ... well, helpful.

    Okay. I have a list in column G (text). In column A I have a series of numbers. For the sake of argument, let's say A1 has "3", and G1 has "Red", G2 has "Orange", and G3 has "Yellow". I would like for B1 to be able to read the value in A1, then copy the value from [Column G, Row (value of A1)]; so in this case B1 would read "Yellow".

    This would be even better if I can import the column of numbers from a text file, then have the formula go to work automatically.

    Can anyone help with this?

    Thanks!
    - Emery

  2. #2
    Gary's Student
    Guest

    RE: Using cell data to referece another cell

    You want to use Column A values as an index into COlumn G Try:

    =indirect("G"&A1) as the formula in cell B1
    --
    Gary's Student


    "odinspearx" wrote:

    >
    > Hi, I hope someone can help me. I don't really know what to call what I
    > want to do, so the built-in Help function isn't really ... well,
    > helpful.
    >
    > Okay. I have a list in column G (text). In column A I have a series of
    > numbers. For the sake of argument, let's say A1 has "3", and G1 has
    > "Red", G2 has "Orange", and G3 has "Yellow". I would like for *B1* to
    > be able to read the value in A1, then copy the value from [Column G,
    > Row (value of A1)]; so in this case B1 would read "Yellow".
    >
    > This would be even better if I can import the column of numbers from a
    > text file, then have the formula go to work automatically.
    >
    > Can anyone help with this?
    >
    > Thanks!
    > - Emery
    >
    >
    > --
    > odinspearx
    > ------------------------------------------------------------------------
    > odinspearx's Profile: http://www.excelforum.com/member.php...o&userid=26327
    > View this thread: http://www.excelforum.com/showthread...hreadid=395977
    >
    >


  3. #3
    Registered User
    Join Date
    08-15-2005
    Posts
    2
    Awesome! Thanks, that works perfectly!!

    But what is it "called" ? Reference? Indirect Reference? Something like that?

+ 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