Hi everyone,
I have a data where a Project can be linked to an event or can be a solo Project without any event linked to it. Currently, all the data is in q single table divided as rows. I need to get event attached to project in a new column next to Project.
Whenever there is an event, it is present right below the linked project. A project can have more than 1 event. If there's no event related to it, it's just the project name.
Attached sample data. Any help is appreciated, Thank you!