D
DonH
Hi,
I am using the formula below to flag duplicate entries in a column of unique
numbers. This works fine but I am also using Paste Links to carry the
information forward to the following month and where there is no information
to link to I am of course getting 0 which the the formula is picking up as
duplicates (I have three blank rows to allow for additions to the unique
number list).
I would really appreciate any help with this.
Thanks in anticipation.
DonH
=IF(SUM(IF(FREQUENCY(U14:U77,U14:U77)>1,1))>=1,"Duplicate","")
I am using the formula below to flag duplicate entries in a column of unique
numbers. This works fine but I am also using Paste Links to carry the
information forward to the following month and where there is no information
to link to I am of course getting 0 which the the formula is picking up as
duplicates (I have three blank rows to allow for additions to the unique
number list).
I would really appreciate any help with this.
Thanks in anticipation.
DonH
=IF(SUM(IF(FREQUENCY(U14:U77,U14:U77)>1,1))>=1,"Duplicate","")