Distance from list

hi dear
i want to ask, how to formula distance from this

its possible with appsheet?


Description for the image above
when user klik โ€œmulai perjalananโ€ application set geotagging to initial location
when my sales travel to a, then the application will record the location a and then add it with the initial location. when my sales continue to travel to place B,the application will record location b then add it with location a, and initial location
and this my database


i want onlytrack when user check in on different location

0 1 96
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Mas_Syahdan_Filsafan

You may want to use a Yes/No condition, like:
[initialLocation]<>[finalLocation]

This could be helpful. Note this will use LatLong information only, which seems to fit your data:

Also, if you need โ€œgoogleMapsโ€-ish distances (calculated from the SpreadSheet though):

Top Labels in this Space