+ Reply to Thread
Results 1 to 3 of 3

Lookup value position in a list

  1. #1
    Registered User
    Join Date
    03-12-2014
    Location
    Windsor, UK
    MS-Off Ver
    Excel 2007
    Posts
    43

    Lookup value position in a list

    Hi All

    Please could someone help me out?

    Is there a formula that will return the number location of a value in a list?

    So, If my list was, for example, (from A1 to A6) Eggs, Fruit, Milk, Apples, Pears, and Lettuce... Milk is the 3rd item in the list. So is there a formula that can look in the list for 'Milk', then return the number 3 (for 3rd item)

    Hope I'm making sense?

    I tried using, LOOKUP, but that just returns the word, not its number in the list

    Many thanks in advance for your help
    Last edited by Broobi; 10-23-2014 at 12:35 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Lookup value position in a list

    You want MATCH
    =MATCH("milk", $A$1:$A$6,0)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-12-2014
    Location
    Windsor, UK
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Lookup value position in a list

    Perfect! Thank you ! :D

+ 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. Lookup up a value off another sheet according to nonblank x,y position.
    By domppa in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-10-2014, 05:08 AM
  2. Numbering position on list
    By Pedro9000 in forum Excel General
    Replies: 3
    Last Post: 05-08-2013, 10:29 AM
  3. Lookup a value, and SUM relative to that value position
    By gtichauer in forum Excel General
    Replies: 2
    Last Post: 01-17-2012, 04:44 PM
  4. VBA to lookup Position for region by approval amount
    By wotadude in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-20-2008, 10:04 PM
  5. Retrieving from List by Position
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-25-2005, 02:21 AM

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