Hi
I have a cell of map coordinates that have to be in a certain format and contained in one cell in a text format. This format is pasted below (one cells worth of coordinates).
I need to take this data and limit down each coordinate to 5 decimal place while keeping in one cell.
Is there any quick way of doing this? A find and replace that will skip 5 digits and delete the rest? Any other ways i can do this quickly? Any ideas or pointing me in the right direction would be great.
<tbody>
</tbody>
I have a cell of map coordinates that have to be in a certain format and contained in one cell in a text format. This format is pasted below (one cells worth of coordinates).
I need to take this data and limit down each coordinate to 5 decimal place while keeping in one cell.
Is there any quick way of doing this? A find and replace that will skip 5 digits and delete the rest? Any other ways i can do this quickly? Any ideas or pointing me in the right direction would be great.
-1.530125980547782,54.786940743685726 -1.530106134669028,54.786938420879544 -1.529578581360768,54.787001511999556 -1.529520686443149,54.786974515346309 -1.530100520535237,54.786416069326947 -1.530187344400296,54.786380649002382 -1.53020988731184,54.786371482709939 -1.530334037128598,54.786389931031884 -1.530402894896135,54.786422360103508 -1.530666211056607,54.78654654892383 -1.53071198516755,54.786612758267275 -1.530908929685753,54.786766786395681 -1.530893702064055,54.786786402522679 -1.530794274998956,54.786847289207522 -1.530448631327205,54.786779651036262 -1.53031701648107,54.786774649958453 -1.530291460338005,54.786800425014938 -1.530285426567772,54.786812170713127 -1.530229676249476,54.786887779983928 -1.530125980547782,54.786940743685726___ |
<tbody>
</tbody>