MilaMila.gg

Get Started

Core

REST API

Agents

Pricing

Back to Mila
Core

Working with Sheets

Sheets in Mila provide spreadsheet functionality for data analysis, financial modeling, and more.

Creating a Sheet

Create sheets from the docs page by clicking Create → Sheet, or use AI prompts like:

Create a DCF model for a tech startup
Build a monthly budget tracker

Basic Operations

Entering Data

Click on any cell and start typing. Press Enter to confirm and move down, or Tab to move right.

Selecting Cells

  • Click a single cell to select it
  • Click and drag to select a range
  • Hold Shift and click to extend selection

Formulas

Mila sheets support common spreadsheet formulas:

FormulaDescriptionExample
SUMAdd values=SUM(A1:A10)
AVERAGECalculate mean=AVERAGE(B1:B5)
COUNTCount cells=COUNT(A:A)
IFConditional=IF(A1>10,"Yes","No")
MAXMaximum value=MAX(A1:A10)
MINMinimum value=MIN(A1:A10)