I am trying to find metrics on everything that is not multiple things.
This is a drop down column that has a list of options and I need to exclude from the count CEG 1, CEG2,...., CEG7
I attempted to use this formula =COUNTIF({ColumnReferencetoSearch}, "<>*CEG*"), but the total it gives me is incorrect (2653).
I know this is not correct because my total count for everything is 2,828 and my total for everything with CEG is 543 so the answer should be 2,285.
Any suggestions on how I can correct this formula or use a better method to calculate this data?
Thank you