Trying to split the location column into individual Lat and Long Columns

When using Lat() and Long() commands to split my location column into 2 separate columns they get cut in length to 2 decimal points. Anyone know a fix to this?

0 1 205
1 REPLY 1

Steve
Platinum 4
Platinum 4

Make sure the column receiving the extracted value is either (1) Text, (2) LongText, or (3) Decimal with sufficient Decimal digits to handle the desired precision.

Top Labels in this Space