Forum Discussion
Help Identifying Employees in a List
=SORT(UNIQUE(FILTER(uploaded_by_column, downloaded_by_column="Anonymous")))
- PaulyCAFeb 19, 2024Copper Contributor
HansVogelaar - Thank you for your reply. We're getting close. Let's see if we can knock this out with more specifics
Here is an example of what the sheet would look like.
This shows that FileA was downloaded by Anonymous, but actually uploaded by John Smith (The file name will match every time to whomever downloads the data anonymously, but only show a single line for an upload by a single employee. That's who I am looking for.
Same thing applies to File B -- that was downloaded several times by anonymous, but only uploaded by Jane
So the output I am looking at in the 80K records is the list of employees names in Column B who uploaded something, that was downloaded by User "Anonymous"
I know this is really hard to explain -- appreciate the help!
Column A Column B FileA Anonymous FileA Anonymous FileA Anonymous FileA Anonymous FileA John Smith FileB Anonymous FileB Anonymous File B Jane Smith - HansVogelaarFeb 19, 2024MVP
It was confusing since you had FileB and File B.
See the attached demo for a solution using an intermediate helper range that might be useful.