+ Reply to Thread
Results 1 to 6 of 6

Unique result every second cell

  1. #1
    Forum Contributor
    Join Date
    05-28-2020
    Location
    Poland
    MS-Off Ver
    O365,
    Posts
    120

    Unique result every second cell

    Dear all, good morning

    Is there a way, I can present the result of the unique formula in every second cell?

    In the example below, if I use the unique formula as seen in column G, I have the
    correct result as designed.

    Which trick can I use, to have the result shown in every second cell, as seen
    in column I?

    Any idea?

    Thank you very much,

    Mike

    unique.png

  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,851

    Re: Unique result every second cell

    Try this:

    =LET(u,UNIQUE(E5:E10),e,EXPAND("",ROWS(u),,""),DROP(TOCOL(HSTACK(u,e)),-1))
    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 Contributor
    Join Date
    05-28-2020
    Location
    Poland
    MS-Off Ver
    O365,
    Posts
    120

    Re: Unique result every second cell

    Wow,

    now that is an interesting approach. Works like a charm,

    Thank you so much for your help and support

  4. #4
    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,851

    Re: Unique result every second cell

    No worries. I have just started to learn the benefits of EXPAND with empty cells.

  5. #5
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,004

    Re: Unique result every second cell

    Another method,

    Please Login or Register  to view this content.

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

    Re: Unique result every second cell

    Please try

    =TOCOL(IF({1,0},UNIQUE(E5:E20),""))

+ 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. Result based on unique and countif formula
    By YOGESHP in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-09-2022, 02:29 AM
  2. Populating Listbox with autofilter result (should be unique)
    By cherrydee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-21-2017, 12:59 PM
  3. [SOLVED] VLookup help to return unique result for multiple
    By BryGuy81 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-10-2016, 01:23 PM
  4. [SOLVED] SUMPRODUCT result using grouped unique values
    By gwsampso in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-15-2015, 01:18 AM
  5. Replies: 7
    Last Post: 11-27-2015, 11:12 AM
  6. Extract unique value in list and sort the result
    By acerrhod in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-01-2013, 05:48 AM
  7. Counting Duplicates - Displaying Unique Result
    By Gators in forum Excel General
    Replies: 1
    Last Post: 02-13-2009, 05:57 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