+ Reply to Thread
Results 1 to 3 of 3

How to get cell references

  1. #1
    Joseph
    Guest

    How to get cell references

    I have a value in a particular cell and I need to return the cell reference
    of that particular cell eg. "A23". What is the function for getting it.

    Thanks in advance
    Joseph

  2. #2
    Gary's Student
    Guest

    RE: How to get cell references

    If cell A23 has a value that you want to use elsewhere then use

    =A23

    But if A23 has a text string in it like "Z99" that you want, then use

    =INDIRECT($A$23)
    --
    Gary's Student


    "Joseph" wrote:

    > I have a value in a particular cell and I need to return the cell reference
    > of that particular cell eg. "A23". What is the function for getting it.
    >
    > Thanks in advance
    > Joseph


  3. #3
    Registered User
    Join Date
    08-04-2005
    Location
    Halifax, Nova Scotia, Canada
    MS-Off Ver
    2003
    Posts
    3
    Try

    =CELL("address",B3)

    where B3 is the cell you want the address for

    This will produce $B$3 as the result.

+ 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