+ Reply to Thread
Results 1 to 9 of 9

Missing FILTER AND UNIQUE function in Excel 2013

  1. #1
    Registered User
    Join Date
    03-23-2009
    Location
    usa
    MS-Off Ver
    Excel 2003, 2013
    Posts
    16

    Missing FILTER AND UNIQUE function in Excel 2013

    There is two function that is missing in excel 2013, which is Unique and Filter.
    In this picture below here, the Resulting Item utilizes a "Unique" function from google, and Resulting Label utilizes a join and filter function =JOIN(", ",FILTER(C:C,A:A=E2)).
    How do i perform this in excel 2013 for this two cells?
    delete-duplicate-values-scheme.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,780

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    Your profile says 2003 and your post 2013 - which is correct, please?
    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 Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,825

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    From the documentation I have seen, UNIQUE() and FILTER() or currently only available to certain "office insiders" who have the correct O365 subscription. From the current help file for the FILTER() function (https://support.office.com/en-us/art...c-4877ad80c759 ):
    Note: September 24, 2018: The FILTER function is one of several beta features, and currently only available to a portion of Office Insiders at this time. We'll continue to optimize these features over the next several months. When they're ready, we'll release them to all Office Insiders, and Office 365 subscribers.
    These functions are never going to be available to Excel 2013. At this time, I believe Google Sheets is the only readily available spreadsheet that makes these two functions generally accessible to all users.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

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

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    That is correct. I have them in my insider 365 subscription. However, that's not why I asked about the OP's Excel version - that was to do with his/her forum profile possibly being out-of-date.

    The OP is, I believe, asking for an Excel workaround to do these things.

  5. #5
    Registered User
    Join Date
    03-23-2009
    Location
    usa
    MS-Off Ver
    Excel 2003, 2013
    Posts
    16

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    sorry, yes. I was using 2003, but now i have 2013. Let me update it

  6. #6
    Registered User
    Join Date
    03-23-2009
    Location
    usa
    MS-Off Ver
    Excel 2003, 2013
    Posts
    16

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    Quote Originally Posted by MrShorty View Post
    From the documentation I have seen, UNIQUE() and FILTER() or currently only available to certain "office insiders" who have the correct O365 subscription. From the current help file for the FILTER() function (https://support.office.com/en-us/art...c-4877ad80c759 ): These functions are never going to be available to Excel 2013. At this time, I believe Google Sheets is the only readily available spreadsheet that makes these two functions generally accessible to all users.
    So, is there anyway i can make it work? possibly some macro / vba scripting?

  7. #7
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,825

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    This is not the kind of programming I do. What do you need this to do exactly?

    If I were to do something like this (it would be a one time or very rare thing for me), I would probably just use either of Excel's built in filtering tools for this. Autofilter or advanced filter would allow me to filter the list to get the desired records, then copy them into my destination. Can you tolerate a manual operation, or must it be automated?

    If I were to try to automate something like this, I might start with the sample code in the Range object help file: https://docs.microsoft.com/en-us/off....Range(object) This code uses the Range.AdvancedFilter method to extract the unique values from a list. If you will provide a suitable criteria range, I'm sure the code could be modified to automate filtering by more criteria than just unique records. Would something like that satisfy your need for automation?

  8. #8
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,343

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    This thread seems similar

    http://www.excelforum.com/excel-gene...e-entires.html

    see Jindon's solution for example (of course here as a normal macro not a function, but that might be better or worse)

    Please Login or Register  to view this content.
    If you want something done right... find a forum and ask an online expert.

    Time flies like an arrow. Fruit flies like a banana.

  9. #9
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,523

    Re: Missing FILTER AND UNIQUE function in Excel 2013

    UDF
    Use in cell like
    =FilterUniq(Sheet1!$A$1:$C$7,1,ROW(A1),COLUMN(A1),2,3)
    then copy right/down

    Where;
    Sheet1!$A$1:$D$7 is a source range incl headings

    1 is a unique key col
    2 is a column for Sum
    3 is a column to be joined

    You can use Array when any of above 3 arguments consists of multiple columns
    e.g
    =FilterUniq(Sheet1!$A$1:$D$7,1,ROW(A1),COLUMN(A1),{2,4},3)

    ROW(A1),COLUMN(A1) MUST not be changed in the first cell, so that it increments as you copy.


    Please Login or Register  to view this content.

+ 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. Data Labels missing horizontal bar graph Excel 2013
    By Hec.Guapo in forum Excel General
    Replies: 0
    Last Post: 12-18-2017, 04:00 PM
  2. Values From Cell: Missing Data Labels Option in Excel 2013?
    By a_gunslinger in forum Excel General
    Replies: 15
    Last Post: 09-19-2017, 10:52 PM
  3. [SOLVED] Excel 2013 Missing Legacy Tools
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-25-2016, 12:41 PM
  4. [SOLVED] Filter in Excel 2013
    By omer123456 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-12-2016, 02:20 AM
  5. Replies: 0
    Last Post: 09-09-2014, 10:31 AM
  6. Excel 2013 bar under menu bar missing
    By SUPPO_USN in forum Excel General
    Replies: 6
    Last Post: 09-24-2013, 11:11 PM
  7. MonthView Control missing on Excel 2013?
    By john.computer in forum Excel General
    Replies: 1
    Last Post: 02-26-2013, 04:56 AM

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