Hi all,
This seems to easy, but I can't get it to work.
I would like to prevent duplicates in a column, unless it is in the cell directly above.
So, in essence, you can enter the same text twice, or more, so long as they are
grouped together.
I am trying something like
=AND(A10<>A9,COUNTIF($A$1:$A$100,A10)=1)
but no luck
any thoughts?
This seems to easy, but I can't get it to work.
I would like to prevent duplicates in a column, unless it is in the cell directly above.
So, in essence, you can enter the same text twice, or more, so long as they are
grouped together.
I am trying something like
=AND(A10<>A9,COUNTIF($A$1:$A$100,A10)=1)
but no luck
any thoughts?