-
Notifications
You must be signed in to change notification settings - Fork 0
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.
ConnorKerr/CityFromZip
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 0
No packages published