Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 693 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 693 Bytes

geoscripts

File Name Type Description
getGeo.js Script Add getZip(), getCounty(), getCity(), getLat(), getLng(), and getGeoCount() functions to a Google Sheet. Paste the script into a Google Sheet > Tools > Script Editor. Use single-column address or multi-column address range, such as getZip(A1) or getZip(A1:C1)
getGender.js Script Add getGender(), getGenderCount(), getGenderProbability() to a Google Sheet. Paste the script into a Google Sheet > Tools > Script Editor. In this example, cell A1 contains firstname: getGender(A1)
getGeo.MD Documentation Detailed instructions on how to use getGeo.js in a Google Sheet