I have a sheet consisting of claims records showing dollar amounts. One column is labeled "Balance" where I determine whether we are owed money or if we owe money back to our client. The data is the result of arithmetic between several other columns
I am attempting to count and total the number of records where the Balance = 0. That is represented as "$0.00" in the column because the column is formatted for US $.
In formulas and when I manually filter looking for Balance is equal to 0, I have a handful of records that have $0.00 in that column, but they are not returned in the result. They actually appear in my formulas/filter for "does not equal 0".
I have copied formatting from rows that "work", confirmed the entire Balance column is set to numeric values... I've tried everything I can think of but I can't figure out why these handful of records are not being seen as numeric 0 in this Balance column.
Has anyone else ever encountered this and have a solution?