+ Reply to Thread
Results 1 to 3 of 3

How to make a flexible cell reference?

  1. #1
    Mar Vernooy
    Guest

    How to make a flexible cell reference?

    Does anyone know how to make a reference to a cell flexible. I.e. I want a
    formula to get data from a cell, but want the cell to be dependant on some
    other value. E.g. =C"x+1" where "x+1" is a column number dependant on the
    value of x.

    I sure hope anyone can help me with this!

    Mark

  2. #2
    Bob Phillips
    Guest

    Re: How to make a flexible cell reference?

    =INDIRECT("C"&x+1)



    --
    HTH

    Bob Phillips

    "Mar Vernooy" <Mar [email protected]> wrote in message
    news:[email protected]...
    > Does anyone know how to make a reference to a cell flexible. I.e. I want a
    > formula to get data from a cell, but want the cell to be dependant on some
    > other value. E.g. =C"x+1" where "x+1" is a column number dependant on

    the
    > value of x.
    >
    > I sure hope anyone can help me with this!
    >
    > Mark




  3. #3
    Dave Peterson
    Guest

    Re: How to make a flexible cell reference?

    Is x a cell on a worksheet?

    If yes, then maybe you want something like:

    =INDIRECT("C"&A1)
    or
    =INDIRECT("C"&A1+1)


    Mar Vernooy wrote:
    >
    > Does anyone know how to make a reference to a cell flexible. I.e. I want a
    > formula to get data from a cell, but want the cell to be dependant on some
    > other value. E.g. =C"x+1" where "x+1" is a column number dependant on the
    > value of x.
    >
    > I sure hope anyone can help me with this!
    >
    > Mark


    --

    Dave Peterson

+ 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