+ Reply to Thread
Results 1 to 4 of 4

How to do loading the dropdown list after selecting match some values?

  1. #1
    Registered User
    Join Date
    03-12-2018
    Location
    Singapore
    MS-Off Ver
    2016
    Posts
    1

    Exclamation How to do loading the dropdown list after selecting match some values?

    A B
    1 ChqNo Status
    2 10001 Pending
    3 10002 Pending
    4 10003 Print
    5 10004 Pending
    6 10005 Print

    In above, One Column have Chq Nos... Another column Status of Chq

    I want to show generate brand New List in the Name of 'ChqList', which chq numbers are Status is Pending only..

    Like

    10001
    10002
    10004

    How to do???

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: How to do loading the dropdown list after selecting match some values?

    Welcome to the forum!

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: How to do loading the dropdown list after selecting match some values?

    Hello and welcome to the forum.

    Try this:

    =IFERROR(INDEX(A:A,SMALL(IF(B$2:B$6="Pending",ROW(B$2:B$6)),ROWS($1:1))),"") Ctrl Shift Enter

    Drag the formula down as far as needed.

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: How to do loading the dropdown list after selecting match some values?

    whilst not disagreeing with the answer above, filtering the list seems a less painful method, depending on what the final product needs to be

+ 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. Selecting value from a dropdown list on a webpage using vba
    By newguy007 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-18-2017, 09:09 AM
  2. Replies: 2
    Last Post: 01-18-2017, 09:09 AM
  3. Replies: 1
    Last Post: 05-19-2015, 12:42 AM
  4. Selecting dropdown list from Webpage using vba
    By kiran527 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-22-2014, 02:38 PM
  5. selecting names from dropdown list
    By dbuttery1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-10-2007, 08:56 PM
  6. [SOLVED] result of selecting from the dropdown list should be a dropdown list
    By No News in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-05-2006, 11:15 AM
  7. [SOLVED] result of selecting from the dropdown list should be a dropdown list
    By No News in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2006, 05:55 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