Hello,
I am a beginner with Alteryx, and I am struggling to figure out how to combine 2 different columns of data I have: "latitude" and "longitude".

The data for these two are currently float. However, I want to combine them to create a new column called "Base Location" with a formula: [latitude] + "," [location]. However, to do this, it says that it needs to be a string.
However, I prefer to do it in a way that makes "Base Location" a numeric value because I plan on running a summarize tool that will conduct the "minimum of base location" and "maximum of base location". Then, from there, I plan on subtracting the differences of both minimum and maximum of base location to have a new column called "Total Distance Moved".
Any help would be much appreciated.
Thank you,
Hannah Reed