I have a data set where the data looks like this
I need to be able to match the date of the bad actor and only the bad actor linked with the ID on a new sheet. I tried a few variations of IF statements with an index match, but I wasn't getting the date.
The problem lies in that the same ID can be linked with all three, but I only need one, the bad actor. Any help would be appreciated!
Bad Actor | date | ID |
Good Actor | date | ID |
Neutral Actor | date | ID |
I need to be able to match the date of the bad actor and only the bad actor linked with the ID on a new sheet. I tried a few variations of IF statements with an index match, but I wasn't getting the date.
The problem lies in that the same ID can be linked with all three, but I only need one, the bad actor. Any help would be appreciated!