Hello,
I have a list of email addresses with corresponding dates & times.
I'm trying to append the fourth field (below), which tells us (based on date & time, BY email address), "most recent for this email", "second most recent for this email",...
Email_addy_1,1/1/2005,1:00AM,2
Email_addy_1,1/1/2005,2:00AM,1
Email_addy_2,2/1/2005,5:00PM,3
Email_addy_2,5/1/2005,3:00PM,2
Email_addy_2,7/1/2005,4:00AM,1
Thank you!
I have a list of email addresses with corresponding dates & times.
I'm trying to append the fourth field (below), which tells us (based on date & time, BY email address), "most recent for this email", "second most recent for this email",...
Email_addy_1,1/1/2005,1:00AM,2
Email_addy_1,1/1/2005,2:00AM,1
Email_addy_2,2/1/2005,5:00PM,3
Email_addy_2,5/1/2005,3:00PM,2
Email_addy_2,7/1/2005,4:00AM,1
Thank you!