M
Mighty Magpie
I want to find duplicate entries in column A of a spreadsheet and have
entered the following in col B
=IF(COUNTIF(A1:A$1,A1)>"Y","")
This finds the duplicates and enters a "Y" where appropriate but
unfortunately it also enters "Y" when it finds a blank cell in Col A
Is there a way around this?
TIA
entered the following in col B
=IF(COUNTIF(A1:A$1,A1)>"Y","")
This finds the duplicates and enters a "Y" where appropriate but
unfortunately it also enters "Y" when it finds a blank cell in Col A
Is there a way around this?
TIA