PNTY Function

Returns the y-coordinate of a point.

Syntax

PNTX(* point** )

Parameters

Name Required/Optional Data Type Description
point
Required
Number
The y-coordinate of the point.

Return value

Number

Example

PNTY(PNT(7,12))

Returns 12.