I need a way to find duplicates in google sheets as shown below
it should be repeating and on both columns on a same row. Thanks in advance
CodePudding user response:
use:
=INDEX(COUNTIF($A$2:$A&$B$2:$B,$A2&$B2)>1)*(A2<>"")
I need a way to find duplicates in google sheets as shown below
it should be repeating and on both columns on a same row. Thanks in advance
CodePudding user response:
use:
=INDEX(COUNTIF($A$2:$A&$B$2:$B,$A2&$B2)>1)*(A2<>"")