About 86,800 results
Open links in new tab
  1. Excel 2024: Formula for Unique or Distinct

    Aug 5, 2024 · The UNIQUE function will provide either a list of unique or distinct values. =UNIQUE has three arguments: array, by_col and occurs_once. Only the array is required. If you ask me for the list …

  2. UNIQUE function returning 0 | MrExcel Message Board

    May 23, 2005 · Hi all. I am using the UNIQUE function on a column full of text and the last unique value being returned is a 0. I have this occurring in 2 different UNIQUE functions. How can I check the …

  3. UNIQUE Function in Excel - Excel Tips - MrExcel Publishing

    Sep 27, 2018 · The new UNIQUE function in Excel debuts this week as part of the Dynamic Arrays formula collection. UNIQUE will return the unique values from an array.

  4. Nesting Array Functions: SORT, UNIQUE, and FILTER - Excel Tips ...

    Aug 19, 2022 · Say that you want to filter the names in a column so you get just the unique rows sorted where the team in the other column is Blue.

  5. UNIQUE From Non-Adjacent Columns - Excel Tips - MrExcel Publishing

    Nov 15, 2018 · The other day, I was about to create a unique combination of two non-adjacent columns in Excel. I usually do this with Remove Duplicates or with Advanced Filter, but I thought I would try to …

  6. Unique function doesn't work properly | MrExcel Message Board

    Aug 4, 2021 · hi everyone! long time no see, i'm having trouble using excel formula UNIQUE in a large number of rows, the example below, in col E, is working now, but when i'm trying to fill down to 200 …

  7. VBA: How to use WorksheetFunction.Unique? - MrExcel

    May 2, 2021 · Has anyone tried to use VBA WorksheetFunction.Unique function in Ms Office 365? I use Ms Office 365, and the WorksheetFunction.Unique function is recognized...

  8. Substitute for UNIQUE Dynamic Array to function properly in Excel 2019

    Jul 7, 2023 · I created a workbook in which I use the UNIQUE dynamic array to extract each unique value from one column and enter it in another column. Unfortunately, I've discovered that some of …

  9. COUNTA + UNIQUE + FILTER returning 1 instead of 0, IFERROR not …

    Oct 7, 2022 · Hello! I need to count unique values based on two criteria and this is the formula I've come up with. It successfully gets what I want, EXCEPT it returns a 1 when it should be returning a 0. I …

  10. Adding blank rows between UNIQUE FILTER list - MrExcel

    Jul 24, 2023 · Hi! Been scratching my head with this all afternoon - I want to filter a long list to give me unique values, but I want my new list to have 3 spare rows between each item. I have used an …