+ Reply to Thread
Results 1 to 3 of 3

Drop down list with Few independent column

  1. #1
    Forum Contributor
    Join Date
    03-05-2015
    Location
    Cambodia
    MS-Off Ver
    2016
    Posts
    118

    Drop down list with Few independent column

    Hi Helper,

    I would like to have a drop down list by set a condition if Column " L = D1 or D2 or D3 or D6, then the drop down list will show only the text content under their name." Example if L4 = D4 (the list in drop down will show only " Cha and Data".

    Your supportive & kindness is very appreciated.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,175

    Re: Drop down list with Few independent column

    Create Named Ranges for D1 to D6

    Excel will add"_" to name so it will be"D1_"

    DV validation for L3: List ==Source: D1,D2 .....

    DV for M2: List Source: =INDIRECT(L3 &"_")
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,585

    Re: Drop down list with Few independent column

    Helper row 2 is used.
    IN c2 copied across

    =CELL("address",C4)&":"&CELL("address",OFFSET(C4,COUNTA(C4:C20)-1,0))

    Formula for DV in M3

    =INDIRECT(INDEX($C$2:$H$2,MATCH($L3,$C$3:$H$3,0)))
    Last edited by kvsrinivasamurthy; 07-18-2021 at 08:38 AM.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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: 10
    Last Post: 07-18-2021, 06:31 PM
  2. [SOLVED] Independent Drop List Duplication Removal.
    By KatieA in forum Excel General
    Replies: 92
    Last Post: 09-29-2020, 06:23 AM
  3. [SOLVED] Need help/advice on how to create independent drop down list with single choice
    By marshalz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-18-2018, 04:32 AM
  4. Replies: 1
    Last Post: 10-01-2016, 08:38 AM
  5. two independent drop down list on one sheet, with various macro's attached
    By boss1944 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-13-2015, 07:51 PM
  6. populating an independent drop down with VBA
    By justinhampton81 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2015, 05:18 AM
  7. 3 levels independent drop down lists
    By ohlalayeah in forum Excel General
    Replies: 1
    Last Post: 08-20-2012, 06:45 AM

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