Hello,
I'm trying to filter out any duplicates based on specific criteria. Example below - most records in my data set don't have duplicates but I need to weed out the ones that do. All the duplicate Policy Numbers with an Event Name of "COVID" I need to filter out.
Thank you,
Kim
| Current | | | Desired |
| Policy # | Event Name | | | Policy # | Event Name |
| 1234567 | COVID | | | 1234567 | 90 Day Suspend |
| 1234567 | 90 Day Suspend | | | 7654321 | EFT Lapse Pending |
| 7654321 | EFT Lapse Pending | | | 3456789 | Grace Hold |
| 7645321 | COVID | | | | |
| 3456789 | Grace Hold | | | | |
| 3456789 | COVID | | | | |