Skip to content

LATITUDE

Usage

Use this function to extract the Latitude from latitude and longitude coordinates comma separated

Category Function Type Where to use Argument statement
FUNCTION SERVER STORAGE LOGICAL .VALUE

Syntax

1
=LATITUDE(Value)

Arguments

Value
any cell value (#Storage_Name.Field_Name.VALUE or .OLDVALUE), constant or function-returned value with format "# , #"

Return Value

Decimal

Examples

Example 1

Formula
=LATITUDE("45.196707, 9.152324")

Description
Return the latitude from the string 45.196707, 9.152324

Result
45.196707

Example 2

Formula
=LATITUDE(#StorageExample.Coordinates.VALUE)

Description
Return the latitude from the column Coordinates of StorageExample

Result
latitude