Skip to content

LONGITUDE

Usage

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

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

Syntax

1
=LONGITUDE(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
=LONGITUDE("45.196707, 9.152324")

Description
Return the longitude from the string 45.196707, 9.152324

Result
9.152324

Example 2

Formula
=LONGITUDE(#StorageExample.Coordinates.VALUE)

Description
Return the longitude from the column Coordinates of StorageExample

Result
longitude