+ Reply to Thread
Results 1 to 2 of 2

Using the Cell descriptor in the formula

  1. #1
    Davezico
    Guest

    Using the Cell descriptor in the formula

    I am trying to write a formula where the cell descriptor is part of the
    formula. Eg A1: =A2
    this puts the value of cell A2 into A1
    A1: =A{B2}
    If I enter 2 into B2 then A1 shows the value of A2. If I put 7 into B2 then
    A1 becomes the value of A7.

    Is there a way of doing the above?

  2. #2
    Ron Coderre
    Guest

    RE: Using the Cell descriptor in the formula

    Try something like this:

    =INDIRECT("A"&B2)

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Davezico" wrote:

    > I am trying to write a formula where the cell descriptor is part of the
    > formula. Eg A1: =A2
    > this puts the value of cell A2 into A1
    > A1: =A{B2}
    > If I enter 2 into B2 then A1 shows the value of A2. If I put 7 into B2 then
    > A1 becomes the value of A7.
    >
    > Is there a way of doing the above?


+ 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