+ Reply to Thread
Results 1 to 5 of 5

To Find an item from list items automatically.

  1. #1
    Registered User
    Join Date
    08-01-2015
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    4

    Post To Find an item from list items automatically.

    I have a list items more than 10000, is it possible to get items name from the list if we enter first 3 -4 letters of the item.
    If i enter an item first 3 - 4 letters in a cell, i want to get all the items starting with those 3- 4 letters.

    For Eg:- if i enter PANA in a specified Cell, it should show all the item which contains PANA.

    Like Panadol Active
    Panadol Cold & Flue

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: To Find an item from list items automatically.

    Hi mohamedcv,
    Welcome to the board.

    Some sample of what I interpret your request to be.

    With the search string in D1 enter in B2 this formula copied down as far as needed.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Then in D2 this formula filled down until you get blanks.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Row\Col
    A
    B
    C
    D
    1
    pana
    2
    PanadolAlabama
    1
    PanadolAlabama
    3
    Alaska PanaCalifornia
    4
    Arizona PanamaDelaware
    5
    Arkansas
    6
    PanaCalifornia
    5
    7
    Colorado
    8
    Connecticut
    9
    PanamaDelaware
    8
    10
    Florida
    11
    Georgia
    12
    Hawaii
    13
    Idaho
    14
    Illinois
    15
    Indiana
    16
    Iowa
    17
    Kansas
    18
    Kentucky
    19
    Louisiana
    20
    Maine
    21
    Maryland
    22
    Massachusetts
    23
    Michigan
    24
    Minnesota
    Last edited by FlameRetired; 12-20-2015 at 02:02 AM.
    Dave

  3. #3
    Registered User
    Join Date
    08-01-2015
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    4

    Re: To Find an item from list items automatically.

    Thank you every much

  4. #4
    Forum Contributor
    Join Date
    12-23-2003
    Posts
    179

    Re: To Find an item from list items automatically.

    What follows is a generic approach...

    In C1 control+shift+enter, not just enter:

    =SUM(IF(ISNUMBER(SEARCH("|"&D1,"|"&$A$2:$A$24)),1))

    In D2 control+shift+enter, not just enter, and copy down:

    =IF(ROWS($D$2:D2)<=$C$1,INDEX($A$2:$A$24,SMALL(IF(ISNUMBER(SEARCH("|"&$D$1,"|"&$A$2:$A$24)),ROW($A$2:$A$24)-ROW($A$2)+1),ROWS($D$2:D2))),"")

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: To Find an item from list items automatically.

    You are welcome. Thank you 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. Replies: 1
    Last Post: 02-20-2015, 05:25 AM
  2. Making a list of items, then showing the date the item was last ordered
    By dance in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-30-2014, 06:05 AM
  3. Replies: 9
    Last Post: 11-24-2013, 08:30 AM
  4. Help with VBA, find Item from list then sum totals of each item by type
    By HR_GUY in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-30-2013, 01:30 PM
  5. [SOLVED] Item Database: Automatically assign number to items(store products)
    By AEvans190 in forum Excel General
    Replies: 18
    Last Post: 10-22-2013, 04:27 PM
  6. [SOLVED] Data validation list automatically shows the first item in the list
    By Alyena in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2013, 07:00 AM
  7. Pivot Table dropping items from page item list
    By Sharon in forum Excel General
    Replies: 4
    Last Post: 04-04-2006, 03:40 AM

Tags for this Thread

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