I'm using a "COUNTIF" column to give 0 or 1 as values and then set conditional formatting from there to highlight duplicate values.
I have a column listing stock numbers and many of them start with a "0". For some reason, the COUNTIF formula does not work if the stock number starts with a 0. I need some kind of work around. Please help
Here is my formula:
=IF(COUNTIF([Stock#]:[Stock#], [Stock#]@row) > 1, 1, 0)