Hi All,
Seeking your kind help to extract value from cell.
I am trying to use "Text To Columns" by using "} {" at the first step, seems not working.
Not sure what should i start now. Thx for the help.
Input
Rank | Platform 2 |
| 1 | {Apple.ABCDEF} {Banana.ABCDEF} |
| 2 | {Apple.GH IJ KL} {Banana.GH IJ KL} {Cherry.GH IJ KL} |
| 3 | {Banana.ZXC VBN} {Apple.ZXC VBN} |
Output
Rank | Platform 2 |
| 1 | ABCDEF |
| 2 | GH IJ KL |
| 3 | ZXC VBN |