PowerUp Description
The pwrISZIPCODE PowerUp function determines whether the value or reference matches the expected pattern of a postal zip code.
PowerUp Syntax
pwrISZIPCODE(value)
The pwrISZIPCODE PowerUp function has the following arguments:
value – Required. This is the value or reference to a value to be evaluated for a zip code pattern match.
Return Value
pwrISZIPCODE will return TRUE if the value matches the pattern for a zip code.
Remarks
The value is not validated to be an actual, functioning number or account. The pattern is checked to verify that it is a potential zip code.
Example
=pwrISZIPCODE("99163")