mart_mrexcel
Active Member
- Joined
- Aug 23, 2008
- Messages
- 310
- Office Version
- 365
- Platform
- Windows
I have an inconsistent Joined text and i want to split them into 4 columns (column C,D,E,F) as per the table below (expected output). The sequence of the joined text are all the same e.g. all currency are placed in the left and the grade is placed at the end and so on. Appreciate if someone can assist me to split it using TEXTSPLIT() OR LEFT, MID , RIGHT functions.
A | B | C | D | E | F | |
1 | Joined Text | Currency | Company | Group | Grade | |
2 | EURPLNG (NIC) _Quezon (1000)NationalsG8 | EUR | PLNG (NIC) _Quezon (1000) | Nationals | G8 | |
3 | USDPatio-Company (4115)Eastern ExpatriatesG6 | USD | Patio-Company (4115) | Eastern Expatriates | G6 | |
4 | USDTank (NIC) _HQ H.O. Eastern ExpatriatesG12 | USD | Tank (NIC) _HQ H.O. | Eastern Expatriates | G12 | |
5 | EURPLNG (NIC) _Quezon (1000)Non Nationals | EUR | PLNG (NIC) _Quezon (1000) | Non Nationals | ||
6 | KRWG10 | KRW | G10 | |||
7 | USDKiosk/FT (8300) WesternG9 | USD | Kiosk/FT (8300) | Western | G9 | |
8 | SAR NationalsG18 | SAR | Nationals | G18 |