+ Reply to Thread
Results 1 to 2 of 2

How do I get automatic completion to work for an in-cell dropdown

Hybrid View

  1. #1
    Joseph Weisblatt
    Guest

    How do I get automatic completion to work for an in-cell dropdown

    If I have a list of Alpha, Beta, Gamma and an in-cell dropdown, I'd like
    typing 'G' to auto-select Gamma.
    I'm pretty sure it was doing that at some point, but now, it does not.

  2. #2
    Dave Peterson
    Guest

    Re: How do I get automatic completion to work for an in-cell dropdown

    This isn't supported under data|validation.

    You could use A,B,G in the dropdown and then use a helper cell with a formula in
    it, though.

    Say you put your abbreviations in A1:A3 of sheet2 and the real names in B1:B3,
    then you could use:

    =if(a1="","",vlookup(a1,sheet2!a:b,2,false))



    Joseph Weisblatt wrote:
    >
    > If I have a list of Alpha, Beta, Gamma and an in-cell dropdown, I'd like
    > typing 'G' to auto-select Gamma.
    > I'm pretty sure it was doing that at some point, but now, it does not.


    --

    Dave Peterson

+ 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