May 13 2021 06:57 AM
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 searched for help but I haven't been able to find anything. I apologize if this has already been answered and I just didn't use the correct key words to search. I have Windows 10 version 20H2, Microsoft Office 365 Version 2008(Build 13127.21506 Click-to-Run) 64-bit Thank you.
May 13 2021 07:19 AM
SolutionI'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.
May 13 2021 07:31 AM
May 13 2021 07:19 AM
SolutionI'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.