+ Reply to Thread
Results 1 to 2 of 2

Constructing a Cell Reference

  1. #1
    Registered User
    Join Date
    11-01-2004
    Location
    Toronto, Canada
    Posts
    1

    Question Constructing a Cell Reference

    Hi there,

    I am trying to construct a formula using functions that require me to pass in a cell reference.

    For instance, I have tried using variations of the following:

    CELL("contents",CELL("col") & "3")

    With the hope of producing the contents of K3.

    Why not just refer to K3? It is part of a large formula, used throughout the worksheet, and does not propogate the relative reference. I want each formula to look at the contents of the 3rd row in that column.

    Much appreciate any ideas!! This is something I've come across (and worked around) before, but this time, it's too huge to walk away without an answer. Why, oh why, can I not build a cell reference as a string?

    Thanks in advance,
    Drew

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Is this what you are looking for?
    =INDIRECT("K3") or =INDIRECT("R"&COLUMN()&"C3"),

    Ola Sandström

+ 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