H
harley
I'm Tagging Duplicate Entries in my excel Spreadsheet.
The problem I am having,
I have 4 columns of data I have to match up. and if all 4 columns matc
up show "dup" in Column A else show "blank" or "No Dup"
sure I can make this work for one column that I defined the rang
called Range1
=IF(COUNTIF(Range1,???)>1,"Dup","NoDup")
or using no defined ranges
=COUNTIF(A1:A10,"value")
Is there a way to detect multiple column or row and if all are the sam
display dup in Column A???
Thanks in advance
Pam
The problem I am having,
I have 4 columns of data I have to match up. and if all 4 columns matc
up show "dup" in Column A else show "blank" or "No Dup"
sure I can make this work for one column that I defined the rang
called Range1
=IF(COUNTIF(Range1,???)>1,"Dup","NoDup")
or using no defined ranges
=COUNTIF(A1:A10,"value")
Is there a way to detect multiple column or row and if all are the sam
display dup in Column A???
Thanks in advance
Pam