+ Reply to Thread
Results 1 to 3 of 3

Search for a number in a column

  1. #1
    Registered User
    Join Date
    01-28-2009
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    14

    Search for a number in a column

    I have numbers stored a column like:

    A1 100
    A2 200
    A3 300
    A4 400
    A5 500

    i want to search for 100 and should get A1 in return. Is there a commad to do this?

    Thanks
    Varun

  2. #2
    Registered User
    Join Date
    05-20-2009
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    57

    Smile Re: Search for a number in a column

    If data is located in 2 columns as shown below, and in cell C1 you can enter a lookup value

    A B C
    --- --- ---
    A1 100 C1
    A2 200
    A3 300
    A4 400
    A5 500

    Then you can try this formula:
    Please Login or Register  to view this content.
    MATCH returns the position, while INDEX returns the value.

  3. #3
    Forum Contributor mubashir aziz's Avatar
    Join Date
    03-18-2009
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2013
    Posts
    533

    Re: Search for a number in a column

    Just put B1=100 or 200 or 300 and you will get the A1, A2 or A3

    Formula is
    C1="A"&(MATCH(B1,A1:A80))
    If this post helps, Please don't 4get to click the star icon located at the bottom left of my Post.

+ 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