Consulting

Results 1 to 3 of 3

Thread: Find cell address

  1. #1
    VBAX Contributor
    Joined
    Dec 2004
    Posts
    122
    Location

    Find cell address

    I know this is simple but I cant figure it out right now. If i have a word "cat" in range A1:A25 what formula do I put in cell B1 to find what address the word "CAT" is in.

    Thank you in advance

  2. #2
    VBAX Regular vonpookie's Avatar
    Joined
    Jun 2004
    Location
    Are we there yet?
    Posts
    74
    Location
    If you're positive there is only one instance of the word in the specified range, I believe this should work:

    =ADDRESS(MATCH("CAT",A1:A25,0),1)

  3. #3
    VBAX Contributor
    Joined
    Dec 2004
    Posts
    122
    Location
    Thank you so much it for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •