+ Reply to Thread
Results 1 to 5 of 5

i need to find cell reference based on matching data

  1. #1
    Registered User
    Join Date
    10-18-2011
    Location
    dhaka, bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    29

    i need to find cell reference based on matching data

    hello all , can anyone help, please
    i want to search OK7V0T in all cells and return the cell reference beside matching data row


    serial 1 serial 2 serial 3

    box-4 OK4KCU OK4KI0 OK4LLS
    box-4 OK60ZD OK62AP OK62QU
    box-4 OK6TA5 OK6TBP OK6TFW
    box-4 OK7V0T OK7WC4 OK7WL1
    box-4 FOC OK4827 OK483E
    box-4 OKIA9L OKIAEC OKIAI9

    OK7V0T D6 how do write cell ref D6 by applying excel formula
    OK6TBP E5
    OK4LLS

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: i need to find cell reference based on matching data

    Hi Moin,

    Try using below formula:-


    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Enter formula using key combination ctrl shift enter.

    See attached:-


    Regards,
    DILIPandey
    <click on below * if this helps>
    Attached Files Attached Files
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: i need to find cell reference based on matching data

    @dili,
    no need to use array formula;
    Please Login or Register  to view this content.
    Just enter
    Quang PT

  4. #4
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: i need to find cell reference based on matching data

    use formula array

    {=ADDRESS(MIN(IF($C$3:$F$8=I1;ROW($C$3:$F$8)));MIN(IF($C$3:$F$8=I1;COLUMN($C$3:$F$8)));4) }

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: i need to find cell reference based on matching data

    Great..

    I used this earlier with indirect function to fetch the content of the cell.. but thought let me try different idea this time

    Regards,
    DILIPandey
    <click on below * if this helps>

+ 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