← Back to Game 📊 Spreadsheet Maker
Tutorial

About This Game

A Google Sheets-style spreadsheet editor where you can enter data, write formulas, format cells, and export to CSV. Features a formula bar, cell formatting (bold, italic, colors, alignment), and functions like SUM, AVG, MIN, MAX, COUNT, and IF.

How to Play

  1. Click a cell to select it, then type to enter data
  2. Press Enter to confirm and move down, Tab to move right
  3. Start a formula with = (e.g. =A1+B1 or =SUM(A1:A10))
  4. Use the formula bar at the top to see and edit the full cell contents
  5. Format cells with the toolbar: bold, italic, colors, alignment, font size
  6. Add or delete rows and columns with the +Row, +Col, -Row, -Col buttons
  7. Click Save to save your spreadsheet, Open to load a saved one
  8. Export CSV to download your data as a spreadsheet file

Controls

📊

Arrow keys to navigate, Enter to edit, Tab to move right, type to start editing

Tips & Tricks

  • Ctrl+B for bold, Ctrl+I for italic, Ctrl+U for underline
  • Ctrl+S saves your spreadsheet instantly
  • Formulas: =SUM(A1:A10), =AVG(B1:B5), =MIN(C1:C3), =MAX(D1:D3)
  • Use =IF(A1>10, "big", "small") for conditional values
  • Delete or Backspace clears the selected cell
  • Arrow keys navigate between cells when not editing
  • Your spreadsheet auto-saves every 30 seconds
  • Type the cell name (like B5) in the cell reference box and press Enter to jump there