Needing assistance with the following...
Name Month Rank Time Order # Desired Result
Bobby April 4 2:30 12433 0
Bobby April 0 4:30 14655 1
Bobby April 4 7:30 18654 0
Bobby April 2 3:30 98752 0
Bobby April 0 1:30 11548 1
Tommy April 0 10:30 94536 0
Tommy April 5 5:30 94316 0
Tommy April 4 6:00 94358 0
Tommy April 0 7:00 92453 1
Tommy April 0 7:05 84444 1
What I need.. Is to find out which Order # was the lowest and second lowest rank, based on the Name, Month, and Time, and mark that order in the desired result column with a "1"..
Essentially, for Bobby... in the month of April, Order #'s 11548 and 14655 are the lowest based on the rank and time..
Thoughts? I'm totally open to using helper columns if needed...
Name Month Rank Time Order # Desired Result
Bobby April 4 2:30 12433 0
Bobby April 0 4:30 14655 1
Bobby April 4 7:30 18654 0
Bobby April 2 3:30 98752 0
Bobby April 0 1:30 11548 1
Tommy April 0 10:30 94536 0
Tommy April 5 5:30 94316 0
Tommy April 4 6:00 94358 0
Tommy April 0 7:00 92453 1
Tommy April 0 7:05 84444 1
What I need.. Is to find out which Order # was the lowest and second lowest rank, based on the Name, Month, and Time, and mark that order in the desired result column with a "1"..
Essentially, for Bobby... in the month of April, Order #'s 11548 and 14655 are the lowest based on the rank and time..
Thoughts? I'm totally open to using helper columns if needed...