how to hide blank duplicates

  • Thread starter Thread starter Mighty Magpie
  • Start date Start date
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
 
Back
Top