DIGIPIN, Plus Codes & GeoHash — custom functions for Excel. Free during beta.
Works on any device with a Microsoft 365 subscription. No IT setup, no permissions, no folders. The most reliable install path.
manifest.xml file you downloaded above. Click Upload.For Excel 2019 and later on Windows, the simple "Upload My Add-in" path works. Older versions need the Trusted Catalog method.
manifest.xml → Upload.C:\addins\, and place manifest.xml in it.Excel for Mac M365 (build 16.90+) has known issues with sideload UI discovery. If the steps below don't surface gridcode, use the Excel for the Web path above — it's just as fast and always works.
mkdir -p ~/Library/Containers/com.microsoft.Excel/Data/Documents/wef curl -o ~/Library/Containers/com.microsoft.Excel/Data/Documents/wef/manifest.xml https://gridcode-mvp.pages.dev/manifest.xml
=G.DIGIPIN(28.622788, 77.213033) → "39J-49L-L8T4" (Dak Bhawan)=G.DIGIPIN(12.9716, 77.5946, 6) → "4P3-JK8" (1 km cell, Bangalore)=G.PLUSCODE(12.9716, 77.5946) → "7J4VXHCV+JR"=G.GEOHASH(12.9716, 77.5946, 8) → "tdr1v9qt"=G.RECODE("39J-49L-L8T4", "digipin", "pluscode") → cross-conversion=G.CHECKSUM("39J-49L-L8T4") → "39J-49L-L8T4-T" (Luhn-mod-16)=G.VERIFY("39J-49L-L8T4-T") → TRUE=G.DISTANCE(A1, A2, "digipin", "digipin") → metresPut 1000 lat/lng pairs in columns A and B, then drop =G.DIGIPIN(A1, B1) in C1 and fill down. Bulk-tag in seconds.
If your browser shows a security warning visiting this page, run:
cd excel-addin && npx office-addin-dev-certs install --machine
Then restart Excel and your browser.