Cells spreadsheet

Type to start · F2 or double-click edits in place · Esc cancels · Delete clears

⚠ CLEAR ALL

This erases every cell in the sheet. This cannot be undone.

IMPORT CSV

Choose a .csv file or paste CSV text below. Import starts at A1.

⌨ KEYBOARD & FORMULAS

Navigate
Arrows move · Tab → right · Enter ↓ down · Ctrl/Cmd+Home → A1
Edit
Type to start · F2 or double-click edits in place · Esc cancels · Delete clears
Select
Shift+arrows extend · Ctrl/Cmd+C copy · Ctrl/Cmd+X cut · Ctrl/Cmd+V paste
Formulas
Start with = · refs A1, ranges A1:B10 · + − × ÷ ^ % · comparisons · "text"
Functions
SUM AVERAGE MIN MAX COUNT IF ROUND ABS SQRT POWER CONCAT LEN AND OR NOT TODAY
Try
=SUM(A1:A5) · =IF(B1>10,"high","low") · =ROUND(A1/B1,2) · =A$1*B2