About 245,000 results
Open links in new tab
  1. How can I return unique values horizontally on Excel

    How can I return unique values horizontally on Excel Asked 4 years, 11 months ago Modified 1 year, 10 months ago Viewed 21k times

  2. How do I get a list of unique values from a range in Excel VBA?

    Jul 29, 2015 · I would like to get a list of unique values in a range using VBA. Most examples in Google talk about getting a list of unique values in a column using VBA. I am not sure how to change it to get …

  3. Combine two lists in Excel, one underneath the other

    Dec 11, 2020 · I have two lists of products in Excel. Each list will be of varying length each month. Is there a way to combine the two lists into a third list, with the second list being underneath the first? I ...

  4. Getting unique values in Excel by using formulas only

    Sep 16, 2009 · Here is the summary of the solution: For each item in the list, calculate the number of duplicates above it. For each place in the unique list, calculate the index of the next unique item. …

  5. EXCEL: Listing Unique values from multiple columns in a single column

    Aug 4, 2023 · EXCEL: Listing Unique values from multiple columns in a single column [duplicate] Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 1k times

  6. excel - Return all unique values from column, and sort them ...

    Jan 14, 2021 · So I've so far created a formula that returns all unique values from a column. In this case, the B column is the the list of values, and the D column is populated with a formula, returning all …

  7. Excel: How do I create unique Data Validation List (Drop Down) using ...

    Apr 26, 2023 · How do I create a list of unique character in the data validation dialog box? When I try to create the drop down list in cell (C,2). I get "Source currently evaluates to error" message. H...

  8. Excel Formula for Unique Values Not Apart of Exclusion List

    Dec 31, 2021 · In this example I've only excluded 1 header, however my headers will be constantly moving so it is important I can dynamically add and subtract unique items to remove from entire column.

  9. Excel - Create Dropdown list with unique entries and no 0 entries

    Oct 7, 2021 · Ultimately I want to create a drop down list of unique values from Worksheet Sites B10:B59, with no 0 entries so I can use it on any worksheet in this workbook.

  10. excel - How to extract unique values from an array EXCEPT specified ...

    Feb 17, 2021 · 0 I am already abel to extract unique values, in excel, from an array using this function: {=INDEX(list,MATCH(0,COUNTIF(uniques,list),0))} However, I want to specify certain values for …