Office Design ROI Calculator

Office Design ROI Calculator

Insert your company data to estimate annual savings and investment returns from a high‑quality workspace redesign (JPY).

Company Inputs

Results & Financials

Productivity gains
Meetings efficiency
Absenteeism reduction
Turnover avoided
Space optimization
Energy savings
Total annual savings
Net annual benefit
NPV
Simple ROI (Y1)
Payback
IRR

Include in Report

Narrative notes (optional)

This calculator provides directional estimates only. Actual performance depends on execution quality, change management, and broader organisational factors.

Prepared by: MB‑AA — Workplace Strategy & Design | matteobelfiore.com

`; const w = window.open('', '_blank'); if (w){ w.document.write(html); w.document.close(); } }); document.querySelectorAll('[data-preset]').forEach(btn=>{ btn.addEventListener('click', ()=>{ const p = btn.getAttribute('data-preset'); if (p==='small'){ $('employees').value=20; $('area').value=280; $('capex').value=60000000; } if (p==='mid'){ $('employees').value=50; $('area').value=750; $('capex').value=150000000; } if (p==='large'){ $('employees').value=150; $('area').value=2100; $('capex').value=380000000; } compute(); }) }); inputs.basis.addEventListener('change', ()=>{ document.getElementById('revRow').style.display = (inputs.basis.value==='revenue')? 'block':'none'; }); } bind(); compute(); })();