P
paul.hobaica
I have a field of data that can either end in .99 or .98. The integers however are varied.
Is there a way to only count the number of cells that end in .98? Something similar to 'COUNTIFS($A:$A,"*.98")' but this formula doesn't work due to the values being NUMBERS.
I am trying to avoid creating a new field in the data array if at all possible.
Is there a way to only count the number of cells that end in .98? Something similar to 'COUNTIFS($A:$A,"*.98")' but this formula doesn't work due to the values being NUMBERS.
I am trying to avoid creating a new field in the data array if at all possible.