+ Reply to Thread
Results 1 to 8 of 8

Drop down list and filtering data

  1. #1
    Registered User
    Join Date
    01-12-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Drop down list and filtering data

    Hello,
    I have an interesting question about drop down lists and showing data.

    I have a list of names, and another list of machinery. sort of like this:

    Jim-------hammer
    Bob------screw driver
    Mike-----flash light
    Steve----pliers

    And I want to use a drop down list to show me who can work with what tools and who cannot with either a yes or no, like this:
    ------------tools-
    -name----"drop down"
    Jim----------yes
    Bob---------yes
    Mike---------no
    Steve-------no

    So I can select a tool from the list, and it will enter either a "yes" or "no" next to each persons name as to whether or not they can work with the selected tool? Hope that makes sense.

    I realize I need to enter somewhere what guys can work with what tools, but I want to be able to have a nice clean way to look that all up.

    I'm not even sure if it is possible to do what I want here, since my excel formula experience is pretty limited.

    Any help would be appreciated.

    Thanks,
    -Josh
    Last edited by jcfz6r1; 01-12-2012 at 05:46 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Question about a drop down list and filtering data

    Hi Josh,

    Why not just use a simple Data autofilter as in the attached example.

    Regards
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Question about a drop down list and filtering data

    Hello Josh,

    or try VLOOKUP like this,

    =IF(VLOOKUP(lookup_name,names_machinery_data,2,0)=tools_dropdown_cell,"Yes","No")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Registered User
    Join Date
    01-12-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Question about a drop down list and filtering data

    Quote Originally Posted by Richard Buttrey View Post
    Hi Josh,

    Why not just use a simple Data autofilter as in the attached example.

    Regards
    Thanks for the example. But what I'm looking to do is keep the list of names all on one sheet and just be able to select any tool and see and then see who is able to work with it. I have about 42 names that will eventually be on the list and upwards of 50 pieces of equipment as well. And when a customer calls for service on a particular piece of equipment I'd like to have a very quick reference as to who can work on that piece.

  5. #5
    Registered User
    Join Date
    01-12-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Question about a drop down list and filtering data

    Quote Originally Posted by Haseeb A View Post
    Hello Josh,

    or try VLOOKUP like this,

    =IF(VLOOKUP(lookup_name,names_machinery_data,2,0)=tools_dropdown_cell,"Yes","No")

    Ok, I understand the basics of the VLOOKUP function but am not sure exactly how that would work with the IF statement, if possible do you have an example?

  6. #6
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Question about a drop down list and filtering data

    See the attached.

  7. #7
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: Question about a drop down list and filtering data

    If you have operators that are skilled in several areas you may need somthing like this
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    01-12-2012
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Question about a drop down list and filtering data

    Thank you very much grizzly, that is almost exactly what I'm trying to do. I should be able to modify from there.

+ 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