+ Reply to Thread
Results 1 to 3 of 3

Find cell cell location from another list.

  1. #1
    Registered User
    Join Date
    07-08-2010
    Location
    Brighton
    MS-Off Ver
    Excel 2010
    Posts
    3

    Find cell cell location from another list.

    Hello everyone.

    I am wondering if someone could help with a quick issue I am having.

    I have two columns of data, column A contains a large array of data on many rows, column B is a shorter list but everything in there is somewhere in Column A.

    What I would appreciate is a forumla that returns the cell location of the data that's in B1 in the range A$1:A13000

    Thank you in advance.

    Rep will be your reward.

    Ryan.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    Re: Find cell cell location from another list.

    Hi,

    In C1 and copied down,

    =ADDRESS(MATCH(B1,$A$1:$A$13000,0),1)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Find cell cell location from another list.

    =address(match(b1,a$1:a$13000,0),1)

+ 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