meeting calculator

Calculate the real cost of a meeting including attendees, hourly rates, prep/travel time, overhead and recurrence. Get cost per minute, per attendee, annualized cost, and a clear pie chart breakdown.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\]
C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \
Formula (extracted text)
Meeting cost (one-off): \\[ C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\] Where annualized cost is \\( C_{annual} = C \times f \\).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • PMI = private mortgage insurance (monthly) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\]
C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \
Formula (extracted text)
Meeting cost (one-off): \\[ C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\] Where annualized cost is \\( C_{annual} = C \times f \\).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • PMI = private mortgage insurance (monthly) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\]
C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \
Formula (extracted text)
Meeting cost (one-off): \\[ C = \sum_{i=1}^{n}\Big( h_i \cdot \underbrace{r_i \cdot (1+\frac{o}{100})}_{\\text{loaded hourly}} \cdot \underbrace{\frac{t + p + v}{60}}_{\\text{hours per attendee}} \Big) \\] Where annualized cost is \\( C_{annual} = C \times f \\).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • PMI = private mortgage insurance (monthly) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).