LtCmdrData
Technical User
- Jan 4, 2008
- 11
Hello all
i have a bit of a poser here, i have a set of values spread over 3 colomns and a unique reference number in a forth.
i need to identify where there are duplications of the values and mark accordingly.
i am using the equation =if(countif(b:d,b2)>1,"x","") what i would like to be able to do is instead of using the x to mark the record, actually identify where the duplication is happening, for this i would use the lowest unique number which is stored as an alpha numeric combination in colomn a. is what i am trying to do at all possible or am i just living in the land of the fairies?
My ideal result
URN reg par_reg ult_reg dupe check
abc01 1 a aa abc01
abc02 2 b bb abc02
abc03 3 c cc
abc04 4 d d abc04
abc05 5 e d abc04
abc06 6 f 6 abc06
abc07 7 a ee abc01
abc08 8 1 1 abc01
abc09 9
abc10 1 abc01
abc11 2 abc02
where there is a blank is where no duplication has been found
thanking you all in advance for any help you may be able to offer
i have a bit of a poser here, i have a set of values spread over 3 colomns and a unique reference number in a forth.
i need to identify where there are duplications of the values and mark accordingly.
i am using the equation =if(countif(b:d,b2)>1,"x","") what i would like to be able to do is instead of using the x to mark the record, actually identify where the duplication is happening, for this i would use the lowest unique number which is stored as an alpha numeric combination in colomn a. is what i am trying to do at all possible or am i just living in the land of the fairies?
My ideal result
URN reg par_reg ult_reg dupe check
abc01 1 a aa abc01
abc02 2 b bb abc02
abc03 3 c cc
abc04 4 d d abc04
abc05 5 e d abc04
abc06 6 f 6 abc06
abc07 7 a ee abc01
abc08 8 1 1 abc01
abc09 9
abc10 1 abc01
abc11 2 abc02
where there is a blank is where no duplication has been found
thanking you all in advance for any help you may be able to offer