Hi Art, If the deletions are possible, I would like to see email addresses with a passing first attempt (i.e. email=4 and count=1) removed; however, I would like count=2, count=3, and count=4 removed as well because I am only concerned about email addresses that failed on the first attempt and passed later on (i.e. email=1). To clarify, I would like to only see observations that failed on the first attempt AND passed later on in my final data set. Presumably, this number will be less than or equal to the total number that failed on their first try (and tried at least twice) so I will be able to calculate those that never passed by subtracting the resultant number of observations (those that failed on their first attempt and passed later on) from the total number that failed on their first try after trying at least twice. Below is the resultant (final) dataset I am hoping to obtain (all "email=4" rows have been removed since email=4 passed on the first attempt ). I would like to see a single indicator for Passlater (1=yes) calculated based on any pass after count 1. So for example, Email=1 has two passes after the fail on count 1 (a pass on count 2 and a pass on count 4) but I would like that to count as a "single" pass since they eventually passed on a later attempt (regardless of which count the pass occurred on). Email Tries Score Pass Count Failfirst Passlater 1 4 78 0 1 1 1 1 4 100 1 2 1 4 56 0 3 1 4 100 1 4 2 2 67 0 1 1 1 2 2 89 1 2 3 2 78 0 1 1 1 3 2 89 1 2 4 4 80 1 1 4 4 78 0 2 4 4 81 1 3 4 4 79 0 4 Thanks!
... View more