+ Reply to Thread
Results 1 to 4 of 4

#Formula small unique without array #

  1. #1
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,355

    #Formula small unique without array #

    i wan use formula INDEX($B$4:$B$10;AGGREGATE(14;6;ROW($B$4:$B$10)/((MATCH($B$4:$B$10;$B$4:$B$10;0)));ROW(A1)))
    to unique result without array CSE
    how i can't do
    ss1.png

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: #Formula small unique without array #

    Can you achieve that using AGGREGATE???

    Here is a way that works, but it is an array formula:

    =IFERROR(INDEX($B$4:$B$10,MATCH(0,COUNTIF($B$4:$B$10,"<"&$B$4:$B$10)-SUM(COUNTIF($B$4:$B$10,"="&D$3:D3)),0)),"")

    Your location says England, but your formula uses ; instead of , as a separator... so you may need to change the , to ; - depending on your regional settings.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,355

    Re: #Formula small unique without array #

    glenn kennedy what mean the formula : COUNTIF($B$4:$B$10,"<"&$B$4:$B$10)-SUM(COUNTIF($B$4:$B$10,"="&D$3:D3))
    how to do in array can you explain

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,101

    Re: #Formula small unique without array #

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

+ 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] Use cell location of SMALL array formula as OFFSET reference?
    By mattmars in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-23-2016, 07:30 PM
  2. How Small Function works when small(array,1),small(array,2) are same ?
    By bkvenkat in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-02-2015, 02:00 AM
  3. Small and Array Formula
    By cmore in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-28-2015, 05:24 PM
  4. [SOLVED] INDEX SMALL array formula issue
    By davepoth in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-27-2013, 07:13 AM
  5. [SOLVED] Explanation of an array formula with SMALL()
    By wayusei in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 01:27 PM
  6. Replies: 2
    Last Post: 06-20-2012, 12:22 PM
  7. SMALL formula: array with non-adjacent cells
    By dvb_24 in forum Excel General
    Replies: 3
    Last Post: 06-07-2011, 02:44 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