I am having the following records in column A
Column A
4.0K 0000000.png
4.0K 0004.png
32K 00(1).gif
16K 001.gif
My need is to split the size and name of the image in two different columns. That is
Column A Column B
4.0K 0000000.png
4.0K 0004.png
32K 00(1).gif
16K 001.gif
How can I do this using Openoffice Calc.Version is 2.3?