+ Reply to Thread
Results 1 to 3 of 3

Find duplicate values with select tow dropdown list

  1. #1
    Forum Contributor
    Join Date
    05-21-2019
    Location
    Tabriz,Iran
    MS-Off Ver
    2010
    Posts
    188

    Find duplicate values with select tow dropdown list

    Hi all,

    I have four columns and I have some dropdown list

    I want that when I have select tow or some cells which have data into the dropdown list, I can find duplicates values

    Please, without VBA & helper column

    Thanks a lotone1.gif
    Attached Files Attached Files
    Last edited by Yaghoub61; 01-11-2021 at 11:47 AM.
    Notice:
    my main language is not English

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Find duplicate values with select tow dropdown list

    Very long Array formula for Excel 2010
    Confirm with Ctrl+Shift+Enter

    Shorter one

    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Easier with MS365

    =LET(a,FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,IF(COUNTIF($F$2:$F$5,A1:D1),$A$2:$D$5,""))&"</m></x>","//m"),UNIQUE(FILTER(a,ISNA(MATCH(a,UNIQUE(a,,1),)))))
    Attached Files Attached Files
    Last edited by Bo_Ry; 01-10-2021 at 03:34 PM.

  3. #3
    Forum Contributor
    Join Date
    05-21-2019
    Location
    Tabriz,Iran
    MS-Off Ver
    2010
    Posts
    188

    Re: Find duplicate values with select tow dropdown list

    Thank you so much!

+ 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. Remove duplicate values from the dropdown list
    By jin0109 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2019, 08:10 PM
  2. Replies: 1
    Last Post: 11-21-2017, 01:55 PM
  3. [SOLVED] Select multiple values from dropdown list
    By DiegoL in forum Excel General
    Replies: 3
    Last Post: 12-10-2014, 06:06 AM
  4. [SOLVED] Combobox unique dropdown from list with duplicate values error
    By Blake 7 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-12-2014, 06:38 AM
  5. Validation rule dropdown list without duplicate values
    By sakinen in forum Excel General
    Replies: 9
    Last Post: 05-08-2013, 08:56 AM
  6. Can I run a macro on dropdown list to select values?
    By Meli1986 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-15-2011, 05:09 AM
  7. Dropdown List without Duplicate Values
    By s_lemin in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-16-2007, 01:13 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