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

  1. Open your workbook at excel.office.com.
  2. Insert → Add-ins → My Add-ins → Upload My Add-in.
  3. Click Browse…, choose manifest.xml, then Upload.
  4. A WhichForecast button appears on the Home tab. Select date + value columns → Forecast selection.

Windows · Microsoft 365 / recent builds

  1. Insert tab → Add-ins (or More Add-ins).
  2. Open the My Add-ins tab, then click Upload My Add-in (top-right).
  3. Browse… to manifest.xmlUpload. 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.
  1. Put manifest.xml in a folder, e.g. C:\WhichForecast.
  2. Share the folder: right-click → Properties → Sharing → Share. You need the network path, e.g. \\YOUR-PC\WhichForecast — a local C:\… path will not work.
  3. Excel → File → Options → Trust Center → Trust Center Settings → Trusted Add-in Catalogs. Paste the \\ path, click Add catalog, tick Show in Menu, OK twice.
  4. Fully close and reopen Excel.
  5. Insert → My Add-insSHARED FOLDER tab → WhichForecast → Add.

Excel for Mac

  1. Copy manifest.xml into ~/Library/Containers/com.microsoft.Excel/Data/Documents/wef (create wef if needed).
  2. 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