Creating a New Table
Adding a table to your document is quick and easy across all platforms.- macOS
- iOS
- Web
- Slash Command
Working with Table Structure
Once your table is created, you can easily modify its structure. Adding Rows and Columns- Right-click any cell (Mac) or tap the three-dot menu (mobile)
- Choose to insert rows above/below or columns left/right
- Add as many as you need
- Right-click the row or column you want to remove
- Select “Delete Row” or “Delete Column”
- You can also delete the entire table from the block menu
- Hover over column borders (Mac/Web)
- Drag to adjust width
- Each column can have its own width
Cell Formatting
Make your data more meaningful by applying the right format to your cells.- All Platforms
Available Formats
- Plain Text: Default format for text content
- Number: Formats numbers with proper alignment
- Percent: Displays values as percentages (0.5 becomes 50%)
- Currency: Adds currency symbols and formatting

When you apply a format to a column header, new cells added to that column automatically inherit the same format.
Using Formulas
Formulas bring calculation power to your tables, perfect for budgets, tracking metrics, or any data analysis.Starting a Formula
Alternatively, you can right-click a cell and choose “Insert Formula” from the three-dot menu.

Available Functions
Craft supports many standard spreadsheet formulas: Statistical FunctionsSUM(range)- Add up numbersAVG(range)- Calculate averageCOUNT(range)- Count non-empty cellsMIN(range)- Find minimum valueMAX(range)- Find maximum value
ROUND(number, decimals)- Round to specified decimalsABS(number)- Absolute valueSQRT(number)- Square root
IF(condition, true_value, false_value)- Conditional logic
Referencing Cells
Use standard spreadsheet notation:A1- Single cell referenceA1:A5- Range of cells (rows 1-5 in column A)B2:D2- Range across columns
=SUM(A1:A10)- Sum all values in column A, rows 1-10=AVG(B2:B20)- Average of column B, rows 2-20=IF(C1>100, "Over Budget", "On Track")- Conditional text=ROUND(SUM(A1:A5)/5, 2)- Average rounded to 2 decimals
Formulas automatically recalculate when referenced cells change, keeping your data always up to date.
Sorting Data
Organize your table data by sorting any column in ascending or descending order. To Sort a Table
- Numbers sort numerically (1, 2, 10, not 1, 10, 2)
- Text sorts alphabetically
- Empty cells move to the bottom
- Formulas maintain their references even after sorting
Keyboard Navigation in Tables
Work efficiently within tables using these shortcuts: macOSTab- Move to next cell (creates new column at end)Shift+Tab- Move to previous cellEnter- Move down one row (creates new row at bottom)Cmd+Arrow Keys- Jump to edge of table
Tab- Move to next cellShift+Tab- Move to previous cellEnter- Move down one rowCtrl+Arrow Keys- Jump to edge of table
Pressing Tab at the last cell of a row automatically adds a new column. Pressing Enter at the bottom row adds a new row. This makes expanding your table seamless as you work.
Tables vs Collections
While tables are great for organizing data, consider using Collections when you need:- Database-like views (gallery, board, list)
- Multiple views of the same data
- Rich content within cells (nested pages, images)
- Filtering and grouping
- Relations between items
- You need simple rows and columns
- Formulas and calculations are important
- You want a traditional spreadsheet feel
- Data is primarily text and numbers
- Each row represents a rich item (project, person, task)
- You want multiple ways to view the same data
- You need to filter, group, or relate items
- Visual organization (cards, boards) is helpful


