+ Reply to Thread
Results 1 to 2 of 2

How to Add Dropdown in Search Cell or Autocompletes Remaining Letters

  1. #1
    Registered User
    Join Date
    07-15-2023
    Location
    Lahore, Pakistan
    MS-Off Ver
    2016
    Posts
    5

    Question How to Add Dropdown in Search Cell or Autocompletes Remaining Letters

    Hello,

    I want it when I start typing in the "Item Search" It autocompletes the remaining letters from the "Sheet-2 Table" or shows a dropdown.

    Hope You Understand...

    THANKS.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    Win10/MSO2016
    Posts
    12,966

    Re: How to Add Dropdown in Search Cell or Autocompletes Remaining Letters

    Create named range:
    ItemList =OFFSET(Sheet2!$B$1,1,0,COUNTA(Sheet2!$B:$B)-1)

    insert Forms control ComboBox on cell F3
    properties:
    listfill range: itemlist
    linked cell: F3
    Attached Files Attached Files
    Ben Van Johnson

+ 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. [SOLVED] Dropdown list - formule to get only upper and lower case letters?
    By dunnobe in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-22-2019, 07:29 AM
  2. [SOLVED] Need Help with Formula to Search Starting set of Numbers and Enter Remaining 7 digits
    By Rochy81 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-21-2017, 01:21 PM
  3. [SOLVED] Help required - User input for text search and delete remaining rows
    By ssss2005 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-20-2015, 11:06 AM
  4. [SOLVED] List of keywords to search from another sheet cell contains many other letters
    By wanian7 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-18-2015, 10:48 PM
  5. [SOLVED] Search CELL-A for one or two letters and display the found letters in CELL-B
    By adamtre in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-03-2014, 02:43 AM
  6. Replies: 5
    Last Post: 12-30-2012, 10:59 AM
  7. Can I search within a dropdown cell?
    By Gwen@YouWantWhat? in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-04-2012, 04:55 PM

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