A1 — Playground
Click any cell, type a value or formula in the bar below, and press Enter. Formulas start with = — just like real Excel.
=
=SUM(B2:B7)
=AVERAGE(B2:B7)
=IF(B2>5000,"Great!","Below target")
=MAX(B2:B7)
=MIN(C2:C7)
=COUNT(B2:B7)
=ROUND(AVERAGE(B2:B7),0)
=CONCATENATE("Total: $",B8)