• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

ROUTE DUPLICATION FINDER

bharath

Member
Sir,

Regarding route duplication,
by using help columns (FromCode&ToCode in one column and reverse in another column and using countif) it is coming,
but without using help columns if possible, pls help me

Thanks for your time
 

Attachments

  • ROUTE DUPLICATION.xlsx
    9 KB · Views: 4
bharath
Do You have always total two rows of data?
If so then Okay or You should add more rows of data.
Could You show somewhere You needed result?
 
@bharath

You can use a formula based CF rule to highlight such items. To prevent duplicate rules from being entered, you can apply same logic in custom data validation too.

For CF:

Add a rule with this
=COUNTIFS($C$2:$C$21,$C2,$D$2:$D$21,$D2)+COUNTIFS($C$2:$C$21,$D2,$D$2:$D$21,$C2)>1

and apply formatting.

I leave the DV rule for your imagination.
 
@bharath

You can use a formula based CF rule to highlight such items. To prevent duplicate rules from being entered, you can apply same logic in custom data validation too.

For CF:

Add a rule with this
=COUNTIFS($C$2:$C$21,$C2,$D$2:$D$21,$D2)+COUNTIFS($C$2:$C$21,$D2,$D$2:$D$21,$C2)>1

and apply formatting.

I leave the DV rule for your imagination.
YES....THANKS A LOT
 
Back
Top