+ Reply to Thread
Results 1 to 7 of 7

Drop Down List with 2 Condition

  1. #1
    Registered User
    Join Date
    07-01-2021
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    25

    Question Drop Down List with 2 Condition

    Hello All

    I would like to ask for the formula since I am having a hard time in identifying what is the correct formula on my excel. Here's the scenario.

    [Data Tab] On the Category column (Column G) if its " Information Security" it will get only get the corresponding id only in "CF Project" (Column A)

    When i go to Details Tab, when i filter the "Information Security" (Column A from [Data tab]) it will only show the ID from "CF Project"

    I have attached the excel for your reference.

    Hope someone can help me on this one.

    Thank you so much.
    Attached Files Attached Files
    Last edited by Zef; 07-01-2021 at 01:58 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,987

    Re: Drop Down List with 2 Condition

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    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,215

    Re: Drop Down List with 2 Condition

    This ??

    In A2 of "Details"

    =IFERROR(INDEX(Data!$A$2:$A$1000,AGGREGATE(15,6,ROW($A$2:$A$1000)-ROW($A$2)+1/(Data!$G$2:$G$1000="Information Security"),ROWS($1:1))),"")

    Copy down

  4. #4
    Registered User
    Join Date
    07-01-2021
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    25

    Re: Drop Down List with 2 Condition

    Hello John

    Thank you for your prompt response. I copy the formula that you have provided it did get the entity id from Data tab however on the Details tab the result was not in order.

    Here i have attached the file.
    Attached Files Attached Files

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,987

    Re: Drop Down List with 2 Condition

    Did you say that it had to be in some sort of sort order???

  6. #6
    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,215

    Re: Drop Down List with 2 Condition

    Try

    =IFERROR(INDEX(Data!$A$2:$A$2000,AGGREGATE(15,6,(ROW(Data!$A$2:$A$2000)-1)/(Data!$G$2:$G$2000="Information Security")/(Data!$A$2:$A$2000<>""),ROWS($1:1))),"")

  7. #7
    Registered User
    Join Date
    07-01-2021
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    25

    Re: Drop Down List with 2 Condition

    Hello John

    Thank you so much for your help. You remarks on this matter i highly appreciated.

    I will tagged this thread as [Solved]

+ 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: 2
    Last Post: 06-03-2021, 03:48 PM
  2. Drop Down list Condition
    By Revathi kannan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 06-27-2020, 02:54 AM
  3. Replies: 1
    Last Post: 05-20-2017, 10:29 AM
  4. Replies: 0
    Last Post: 10-14-2014, 08:39 AM
  5. [SOLVED] Selecting a table based on drop down list condition
    By bos1234 in forum Excel General
    Replies: 23
    Last Post: 02-21-2014, 04:18 PM
  6. Replies: 1
    Last Post: 06-19-2013, 12:49 AM
  7. Replies: 5
    Last Post: 10-27-2005, 01:55 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