Hi all,
Using this formula will shows you the same row number of the duplicate item.
=IF(COUNTIF($A$1:$A$10,A1)>1,ROW(),””)
Result : if cell A1 and A7, this will show the row as 1 and 7 respectively.
How can I tweak it to show the corresponding duplicate row number?
eg. cell A1 will show the result of A7 and cell A7 will show the result A1
Is this possible?
regards, francis