About 50 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 - 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 …

  3. 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 …

  4. 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 …

  5. 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 …

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

    May 18, 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, …

  7. excel - COUNTIF ignoring duplicates across multiple columns

    Feb 28, 2024 · I'd like to find how to use the COUNTIFS function in excel to count instances of "C.B. Type 16" across multiple columns while ignoring duplicates. Determining whether or not …

  8. Excel Formula to find unique and duplicate values in various …

    Feb 5, 2025 · I am therefore looking for a formula which can go in B23 which will compare multiple ranges (in this scenario for "Site A" it would be "B3:S3, B10:S10 & B17:S17", and then find …

  9. excel - Count values in column ignoring duplicates - Stack Overflow

    Mar 16, 2019 · Basically, values that appear once will count as 1. Values that appear more than once will appear as fractions of their total occurrence count and be summed to 1. If you …

  10. excel - COUNTIFS with no duplicates - Stack Overflow

    Jul 8, 2020 · I would like to count how many "1:s"/countries that have reached each product stage, while not counting the same country twice even if it is listed several times. I've tried to use the …