Forum Discussion

amyjh38's avatar
amyjh38
Copper Contributor
May 13, 2021
Solved

Filter Values in a Column That Only Occur an Odd Number of Times

Hello.  I have a spreadsheet with a column of invoice amounts and I want to see only those values that appear in the column an odd number of times. I've attached an example of my spreadsheet.  I have...
  • HansVogelaar's avatar
    May 13, 2021

    amyjh38 

    I'd add a helper column: in D2, enter the formula

    =ISODD(COUNTIF($C$2:$C$24,C2))

    and fill down.

    You can now filter the range on column D for TRUE.

    ā€ƒ

Resources