Download & install
WhichForecast runs on Excel 2016, 2019, 2021, 2024 and Microsoft 365 (Windows & Mac) and Excel on the web.
No coding needed — you install one small file (manifest.xml) and Excel does the rest.
Note: Excel 2013 and 2010 are not supported — Microsoft's web add-in platform (Office.js) requires Excel 2016 or later.
Install from the Insert tab — not File → Options.
WhichForecast is a modern Excel Add-in, so you add it via
Insert → Add-ins (browse to
manifest.xml).
The old File → Options → Add-ins → “Manage: Excel Add-ins” → Browse
dialog only accepts legacy .xlam/.xll files and will not load WhichForecast.
Step 1 · Download WhichForecast (manifest.xml)
Step 2 · Which Excel are you using?
Excel on the web — easiest
- Open your workbook at excel.office.com.
- Insert → Add-ins → My Add-ins → Upload My Add-in.
- Click Browse…, choose
manifest.xml, then Upload. - A WhichForecast button appears on the Home tab. Select date + value columns → Forecast selection.
Windows · Microsoft 365 / recent builds
- Insert tab → Add-ins (or More Add-ins).
- Open the My Add-ins tab, then click Upload My Add-in (top-right).
- Browse… to
manifest.xml→ Upload. WhichForecast appears on the Home tab.
No Upload My Add-in button? You have a perpetual build — switch to “Windows · 2021 / 2019 / 2016” above.
Windows · Office 2021 / 2019 / 2016 (perpetual)
No “Upload My Add-in” button — that’s expected. Use the Shared Folder catalog below.
- Put
manifest.xmlin a folder, e.g.C:\WhichForecast. - Share the folder: right-click → Properties → Sharing → Share. You need the network path, e.g.
\\YOUR-PC\WhichForecast— a localC:\…path will not work. - Excel → File → Options → Trust Center → Trust Center Settings → Trusted Add-in Catalogs. Paste the
\\path, click Add catalog, tick Show in Menu, OK twice. - Fully close and reopen Excel.
- Insert → My Add-ins → SHARED FOLDER tab → WhichForecast → Add.
Excel for Mac
- Copy
manifest.xmlinto~/Library/Containers/com.microsoft.Excel/Data/Documents/wef(createwefif needed). - Restart Excel → Insert → My Add-ins → WhichForecast.
Use Google Sheets? WhichForecast is a Microsoft Office add-in (Office.js), so it doesn’t install in Google Sheets. Use it free in Excel on the web instead.
Developer sideload (from source)
pnpm install pnpm --filter @whichforecast/forecast-engine build pnpm dev:addin # serves https://localhost:3000 # Then sideload apps/excel-addin/manifest.xml