Dear All
I need your support. I want to Extract those rows where the Numbers against Names are not in sequence. For Example
NAME NUMBER
KP_G_5151_ABC 23
KP_G_5151_ABC 24
EA_NS_UL_0589_ZXC 119
EA_NS_UL_0589_ZXC 121
EA_NS_UL_05809_ZXC 120
DUM_EB_NS_GUL_5040_OPI 580
DUM_EB_NS_GUL_5040_OPI 578
DUM_EB_NS_GUL_5040_OPI 579
DUM_EB_NS_GUL_5040_OPI 581
The output should highlight or extract below Names bcoz Numbers against them are not in sequence
NAME NUMBER
EA_NS_UL_0589_ZXC 119
EA_NS_UL_0589_ZXC 121
EA_NS_UL_05809_ZXC 120
DUM_EB_NS_GUL_5040_OPI 580
DUM_EB_NS_GUL_5040_OPI 578
DUM_EB_NS_GUL_5040_OPI 579
DUM_EB_NS_GUL_5040_OPI 581
Thanks
Bookmarks