About 27,900 results
Open links in new tab
  1. Counting duplicates in Excel - Stack Overflow

    Jul 29, 2011 · 24 This can be done using pivot tables. See this youtube video for a walkthrough: Quickly Count Duplicates in Excel List With Pivot Table. To count the number of times each …

  2. Excel formula to count duplicates as one - Stack Overflow

    Jan 12, 2021 · 0 I am trying to create a formula which will count all rows (duplicates as one) based on a value in another column. ... I want to count the number of rows where the value in column …

  3. excel - Count duplicates in a row using only one cell formula (no ...

    Sep 17, 2020 · 0 I have a row of data, let's say (a, b, c, d, e, a, c) I want to count the number of duplicates - in this case, 2 (2 a's, 2 c's) However, I do not want to use COUNTIF (RNG,A1)>1 …

  4. excel - COUNTIFS in a spreadsheet while ignoring duplicates in a ...

    Feb 2, 2016 · I'd like to find how to use the COUNTIFS function in excel to count the rows in a spreadsheet while ignoring duplicate values in a separate column. Here is a sample of the …

  5. excel - Count duplicate values in a sequence - Stack Overflow

    Apr 30, 2015 · Glad you got it working for your example. You could've also adapted the accepted answer to the question I considered a duplicate, though, and simply used =COUNTIF(A$1:A1, …

  6. Counting duplicates across multiple columns in excel

    Mar 5, 2021 · Would it help to create a 3rd column that's the concatenation of both first and to count duplicates from there ?

  7. excel - Using COUNTIF to check for duplicates? - Stack Overflow

    May 30, 2025 · I know how to count the number of comments in total a student has posted using COUNTIF, because that's what I did previously using Google Sheets. (I am trying to rid my life …

  8. vba - Finding and counting number of duplicates - Stack Overflow

    Nov 30, 2016 · I'm trying to write a quick snippet of code to be able to find and count the number of duplicates. I'm trying to write a quick way of doing it, basically my data is from rows 20 to …

  9. Excel Dynamic Array Running Count of Duplicates

    Jan 19, 2021 · 0 I've been retooling some older spreadsheet tools for filtering and formatting dynamic data outputs using Excel's newer Dynamic Array Formulas functionality. This has …

  10. excel - How to count repeated values using VBA - Stack Overflow

    Feb 15, 2013 · I am new to VBA and I am trying to find the number of times the same values are repeated in particular column. Then I need to paste the value and the count of the repeated …