Hello,
I deal with a lot of batch/lot numbers that are automatically generated and start with leading zeros (e.g. 000012345). I'm trying to create a column simply to count the instances of a lot number within the column in order to quickly identify duplicates. The formula I have is
=COUNTIF([Lot Number]:[Lot Number],[Lot Number]@Row)
But every single result shows as "0" - which to me means it's not counting any of them, including the one @Row.
I've done a couple tests to prove that the cell is Text (and confirmed not any other data type).
Thoughts or suggestions?