+ Reply to Thread
Results 1 to 4 of 4

Find a value in a range then return the cell address

  1. #1
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520

    Find a value in a range then return the cell address

    Hello everyone,

    Would you please help me to construct a formula that finds a value in a range , then returns the cell address of that value.

    Say, i wanted to find the amount 12385 from another sheet , range C2:AA12 (contains only numbers , no duplicates). result should give me the address of that value.

    I have tried the address & match function but gives me an N/A error.

    Thanks in advance.
    Corine

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Find a value in a range then return the cell address

    Hi,

    Since you say that there are no duplicates:

    =ADDRESS(SUMPRODUCT((C2:AA12=12385)*(ROW(C2:AA12))),SUMPRODUCT((C2:AA12=12385)*(COLUMN(C2:AA12))),4)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520

    Lightbulb Re: Find a value in a range then return the cell address

    Quote Originally Posted by XOR LX View Post
    Hi,

    Since you say that there are no duplicates:

    =ADDRESS(SUMPRODUCT((C2:AA12=12385)*(ROW(C2:AA12))),SUMPRODUCT((C2:AA12=12385)*(COLUMN(C2:AA12))),4)

    Regards
    Works perfect!
    Thanks so much

    here is my formula

    Please Login or Register  to view this content.

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Find a value in a range then return the cell address

    You're welcome, and thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Find IP address in subnet range and return text
    By jpalmer99 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-22-2013, 04:32 PM
  2. Find NthValue and Return Cell Address
    By johnnycanuck in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-19-2011, 08:14 AM
  3. Find variable - Return cell address
    By r.coon in forum Excel General
    Replies: 7
    Last Post: 03-26-2011, 04:07 AM
  4. Find first value that equals 0 or less and return the cell address
    By TheCyrusVirus in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-08-2010, 10:56 AM
  5. Find, return string address in a range of cells with numbers and text
    By Vera22 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-09-2007, 08:37 PM

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