Hi
In the past I have done this in three steps within Excel. There are probably more elegant ways!
Column A
|
Column B
|
Column C
|
Column D
|
| -13.53606109115209 32.57124129685843
975.3160268517747 4.0 |
-13.53606109115209 |
-13.53606109115209 32.57124129685843 |
32.57124129685843 |
Column A is the data from CommCare
Column B is this formula: =LEFT(A1,FIND(" ",A1))
Column C is this formula: =LEFT(A1,FIND(" ",A1,25))
Column D is the formula: =RIGHT(C1,LEN(C1)-FIND(" ",C1))
Column B = Latitude
Column D = Longitude
Once you're happy the formulas are working correctly you can Copy Columns B to D and do a 'Paste Special... > Values' onto themselves to get rid of the formulas.
Best of luck.
Simon