Hello, very new user, just downloaded version 4.7 on Windows. I’m looking to jump into a way to automate a workflow that I currently do manually in excel. Right now, I’m getting the very basic filtering and transformations but I’m struggling with this one. My biggest issue is I just don’t think I know the terminology of what to even google!
Let me just give a simple example and it might make more sense what I’m looking to do.
Here is essentially what I’m given:
UserID | UserName
GroupA |
1111 | Bob
2222 | Ellen
GoupB |
3333 | Greg
4444 | Garth
GoupC |
2222 | Ellen
What I’d like is:
UserID | UserName | Group
1111 | Bob | GroupA
2222 | Ellen | GroupA
3333 | Greg | GroupB
4444 | Garth | GroupB
2222 | Ellen | GroupC