G
Guest
Hello,
This is how my data is broken down:
Column A - random digits of length 8
Column B - dates (ex. 9/3, 9/4, 9/5)
I'd like to remove duplicates from Column A within a date. Steps are:
1) De-dupe the Column A values that have 9/3 in Column B. Do no
consider any data from 9/4 or 9/5 during the dedupe process.
2) Rinse, repeat for 9/4 and 9/5.
How might I go about doing this in an efficient manner?
Thank you for your help in advance!
dav
This is how my data is broken down:
Column A - random digits of length 8
Column B - dates (ex. 9/3, 9/4, 9/5)
I'd like to remove duplicates from Column A within a date. Steps are:
1) De-dupe the Column A values that have 9/3 in Column B. Do no
consider any data from 9/4 or 9/5 during the dedupe process.
2) Rinse, repeat for 9/4 and 9/5.
How might I go about doing this in an efficient manner?
Thank you for your help in advance!
dav