Hi,
I have an excel data where in one column the information is coming like below
Cell F2- AWS; Nvidia; Atos; Azure
There are few cells like that. Is it possible to split them in one below all like on the above F2 be AWS, F3 Nvidia, F4 Atos likewise while retaining the rest of information in another columns as it is.
So IF the Partner cell is split
Then I would like the all information spilled like below
I have an excel data where in one column the information is coming like below
Cell F2- AWS; Nvidia; Atos; Azure
There are few cells like that. Is it possible to split them in one below all like on the above F2 be AWS, F3 Nvidia, F4 Atos likewise while retaining the rest of information in another columns as it is.
Name | Region | Amount | Revenue | Level | Partner |
Alpha | APAC | 100,000 | 100,000 | 1 | AWS |
Gamma | EMEA | 250,000 | 100,000 | 2 | Nvidia; Atos |
Beta | APAC | 350,000 | 100,000 | 3 | AWS; Nvidia; Atos |
So IF the Partner cell is split
Then I would like the all information spilled like below
Name | Region | Amount | Revenue | Level | Partner |
Beta | APAC | 350,000 | 100,000 | 3 | AWS |
Beta | APAC | 350,000 | 100,000 | 3 | Nvidia |
Beta | APAC | 350,000 | 100,000 | 3 | Atos |