Results 1 to 7 of 7

Drop down list: unique value's, values based on that choice, search values based on choice

Threaded View

  1. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2508
    Posts
    19,542

    Re: Drop down list: unique value's, values based on that choice, search values based on ch

    Dependent drop downs require a bit of preparation.
    The list in H2:H7 is populated using:
    Formula: copy to clipboard
    =IFERROR(IF(MATCH(0,INDEX(COUNTIF(H$1:H1,Tabel1[Serie]),,),)>COUNTA(Tabel1[Serie]),"",INDEX(Tabel1[Serie],MATCH(0,INDEX(COUNTIF(H$1:H1,Tabel1[Serie]),,),))),"")

    Copy (Ctrl + c) H2:H7 and paste as values > transpose (Ctrl + Alt + v) into cell J1
    J2:L11 are populated using:
    Formula: copy to clipboard
    =IFERROR(INDEX(Tabel1[[Type]:[Type]],AGGREGATE(15,6,(ROW(Tabel1[[Type]:[Type]])-ROW(Tabel1[[#Headers],[Type]]))/(Tabel1[[Serie]:[Serie]]=J$1),ROWS(A$1:A1))),"")

    Select J2:J7, Press the Ctrl key and select K2:K4, press the Ctrl key again and select L2:L5
    While the three ranges are select press the Ctrl, Shift and F3 keys
    In the Create Names from Selection dialog box be sure that Top row is checked and select OK
    The data validation for cell F2 is: =OFFSET(H1,1,0,SUMPRODUCT(--(H2:H7<>"")),1)
    The data validation for cell F3 is: =INDIRECT(F2)
    The formula for F6 is: =INDEX(Tabel1[Type],AGGREGATE(14,6,(ROW(Tabel1[Serie])-ROW(Tabel1[#Headers]))/(Tabel1[Serie]=F2)/(Tabel1[Weight]<=F5),1))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Multiple Time Stamps depending on choice in Drop Down List Choice
    By insayah in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-25-2022, 09:53 AM
  2. [SOLVED] Display result based on Drop Down box list choice
    By SHANBURR in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-15-2015, 03:25 PM
  3. Charting Data Based On Drop Down List Choice
    By many in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 01-07-2014, 09:08 AM
  4. [SOLVED] Autofill Based on Choice From Drop Down List?
    By jbakajust1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-01-2012, 11:57 AM
  5. [SOLVED] How Can I return an adjacent value based on the choice of my drop down list?
    By William_IV in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-04-2012, 03:25 PM
  6. Excel 2007 : Insert list based on drop down choice
    By Ron1121 in forum Excel General
    Replies: 1
    Last Post: 01-11-2010, 07:58 PM
  7. Replies: 1
    Last Post: 05-24-2007, 12:37 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