+ Reply to Thread
Results 1 to 3 of 3

Help! Formula to find the address of particular value in sheet

  1. #1
    Registered User
    Join Date
    11-10-2004
    Location
    India
    Posts
    40

    Question Help! Formula to find the address of particular value in sheet

    Hi All,

    Iam a excel newbie.I want to know is there any formula avaliable to find the address of particular value in sheet.For eg if there is value "Mark" in some cells in sheet i want to find the address of that cell.Is it possible through formula or do i have to write UDF ?

    Thanks in advance
    Xcelion

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    To find the address, you need to know which cell the value "mark" is in. If you know that (and assuming it is C4), then use:

    =CELL("address",C4)

    If you use some formula then use:
    =ADDRESS(MATCH("mark",C:C),3)
    here, we know before hand that "mark" lies in column C and so use 3, and match "mark" in column C to get the row number. You could reverse it for unknown column position, and a known row.


    Mangesh

  3. #3
    Registered User
    Join Date
    11-10-2004
    Location
    India
    Posts
    40

    Thumbs up Thanks Mangesh

    Hi Mangesh
    Thanks for your help.I really solved my issue and save me a lot of time

    Thanks
    Xcelion

+ 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