+ Reply to Thread
Results 1 to 4 of 4

Formula to find unique values from a list

  1. #1
    Registered User
    Join Date
    09-04-2020
    Location
    USA
    MS-Off Ver
    2016
    Posts
    25

    Formula to find unique values from a list

    Hello friends,

    I have a list of Items (Col. B). i had derived an array formula to find out unique values(Col. D) from the list.

    what i needed was a formula which will derive unique values from the list and show it in every alternate rows(as sown in Col. F) not in continuous rows.

    thanks in advance
    Attached Files Attached Files
    Last edited by andrei461; 10-11-2020 at 08:24 AM.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,175

    Re: Formula to find unique values from a list

    Try this in D2:

    =IFERROR(IF(ISODD(ROW()),"",INDEX($B$2:$B$100, MATCH(0, INDEX(COUNTIF($D$1:D1, $B$2:$B$100&""),0),0))), "")

  3. #3
    Registered User
    Join Date
    09-04-2020
    Location
    USA
    MS-Off Ver
    2016
    Posts
    25

    Re: Formula to find unique values from a list

    Thanks phuocam that worked. highly appreciate ur help.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2503
    Posts
    13,702

    Re: Formula to find unique values from a list

    andrei461

    Please do not PM members regarding threads. This is an open forum were all can participate. In fact we have rule pertaining to this.

    Administrative Note:

    Welcome to the forum.

    Unfortunately, it has come to our attention you have violated Rule #8 of our Forum RULES:

    Don't private message, visitor message or email Excel (or Access, Word, etc.) questions to moderators or other members.

    All questions and answers will benefit other posters like yourself when discussed in public threads. The point of having a public forum is to share solutions to common (and sometimes uncommon) problems with all members.

    Breaking this rule is considered harassment by most of our contributors and thus cannot be tolerated. Repeat offense could lead to a permanent ban, so do take this caution to heart.

    Post your question in a public thread and our many contributors will come to your assistance, especially if the title is accurate (see Rule #1) and you include a sample desensitized workbook that makes it easy for others to try and help.
    Dave

+ 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. [SOLVED] Find and List unique values if name is found
    By sriley5 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-16-2018, 07:55 AM
  2. [SOLVED] Find Unique values list updatable
    By Navi_G in forum Excel General
    Replies: 9
    Last Post: 06-07-2018, 03:37 AM
  3. [SOLVED] Find/list unique values in range. Lookup A cell on same line(s) as value(s). Big data set.
    By ub3rm0nk3y in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2017, 09:28 PM
  4. Data Validation List - Formula to Sort and Return Unique Values in List
    By beewketu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2015, 04:18 PM
  5. [SOLVED] List unique values from 2 columns and find out Longest and Shortest Duration
    By suchetherrah in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-13-2015, 07:52 AM
  6. [SOLVED] Formula or VBA - Comparison CSV Values between 3 cells for used range. Find unique values.
    By grphillips in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 06-09-2014, 02:12 PM
  7. [SOLVED] find the unique values and new entries from list 1-6
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-16-2013, 02:28 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