I want to identify oldest and latest job without breaks. In Row 50 work 5B is the oldest job while job 1 is the latest. In row 47 oldest job is 1 and newest job is also 1.
In terms of output i am looking for 2 columns one for oldest job and another for newest job.
Solved! Go to Solution.
@Chinmay_Pednekar Can you upload the input file?
I am looking for a continuous set. If I work my way from left to right then if the first column is newest and if we have continuous occurrences then the right most is the oldest occurrence. So in the case of row 47 since there is a break, therefore Work_1B is the oldest and newest occurrence.
@Chinmay_Pednekar , Hope the below solution is what you need. Please let me know if it was helpful and do accept my solution.