Skip to content

This VBA function searches for a ZIP code in the "US Zip Code" worksheet (specifically in column A). If it finds a match, it returns the corresponding city name from column B. If the ZIP code is invalid (not 5 digits) or not found in the list, it returns "Invalid ZIP" or "Not Found", respectively.

Notifications You must be signed in to change notification settings

ConnorKerr/CityFromZip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This VBA function searches for a ZIP code in the "US Zip Code" worksheet (specifically in column A). If it finds a match, it returns the corresponding city name from column B. If the ZIP code is invalid (not 5 digits) or not found in the list, it returns "Invalid ZIP" or "Not Found", respectively.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published