ziplatitude(
ZIPCODE
)

The ziplatitude( function returns the latitude of a US zip code.


Parameters

This function has one parameter:

zipcode – is a US 5 digit zip code. You can specify the zip code either as a number or as text.


Description

This function returns the latitude of a US zip code. If there is no zip code with the specified number, the function will return 0.

ziplatitude(92648) ☞ 33.6784
ziplatitude("20401") ☞ 38.8989
ziplatitude(99999) ☞ -

See Also


History

VersionStatusNotes
10.0NewNew in this version.