+ Reply to Thread
Results 1 to 2 of 2

Creating a drop down list based on another cell

  1. #1
    Registered User
    Join Date
    09-03-2021
    Location
    Houston, TX
    MS-Off Ver
    19
    Posts
    1

    Creating a drop down list based on another cell

    Hi,

    Capture.PNG

    I am trying to create a drop down list that only show the people listed in column B if they have the word "active" in column A.

    Based on the attached spreadsheet the only people that should be showing in my drop down list is Angel & Abigail.

    Can someone please help me out. Unfortunately I am unable to attach the file.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.97.2 for Mac MS 365
    Posts
    8,711

    Re: Creating a drop down list based on another cell

    Rather than a dropdown as it could get very long, I would consider adding a formula in col C like... =IF(A2="","",IF(A2="active",1,0))
    then lock in the top row and add a filter to filter on the #1. I've attached an example.
    OF course you could not even bother with the col C formula and just filter on the active people using col A and the filter.
    Attached Files Attached Files
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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: 4
    Last Post: 01-16-2019, 10:20 AM
  2. Creating IF formula based off drop-down list selection
    By scotty2tees in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-27-2018, 01:57 PM
  3. Replies: 5
    Last Post: 07-13-2016, 03:39 PM
  4. Replies: 1
    Last Post: 08-21-2014, 11:23 AM
  5. Replies: 1
    Last Post: 08-27-2012, 04:14 AM
  6. Replies: 3
    Last Post: 01-31-2007, 03:34 PM

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