Ctrl + C / Cmd + C
Browse / Airtable Essentials Cheatsheet
Airtable Essentials Cheatsheet
Master your Airtable workflow with this cheat sheet covering essential keyboard shortcuts, data entry tips, formulas, view management, and collaboration features.
Basic Navigation & Editing
General Shortcuts
|
Copy selected cell(s) |
|
Paste into selected cell(s) |
|
Cut selected cell(s) |
|
Undo last action |
|
Redo action |
|
Find in current view |
|
Select all records in view |
|
Exit cell/record/dialog |
Record Interaction Shortcuts
|
Open selected record/cell for editing |
|
Add new line within a long text cell |
|
Open selected record in expanded view |
|
Duplicate selected record(s) |
|
Delete selected record(s) |
|
Navigate between cells |
|
Select multiple rows |
|
Select multiple columns (cells across rows) |
|
Scroll up/down a page |
Basic Field Types
Single line text |
Short text strings. |
Long text |
Multiple lines of text. Supports rich text formatting. |
Number |
Numeric values. Can set precision. |
Checkbox |
Simple boolean (Yes/No) field. |
Single select |
Select one option from a predefined list. |
Multiple select |
Select multiple options from a predefined list. |
Date |
A calendar date. Can include time. |
Attachment |
Upload files (images, documents, etc.). |
Formula |
Calculates a value based on other fields. |
Basic Filtering & Sorting
Filtering: |
Common Filter Conditions: |
Sorting: |
Grouping: |
Hidden Fields: |
Data Entry & Formulas
Data Entry & Filling
Fill Handle |
Click and drag the square at the bottom-right corner of a selected cell/range to copy content or extend series. |
Paste Options |
When pasting, |
Pasting from Spreadsheet |
You can paste entire tables or ranges from Excel/Google Sheets directly into an Airtable view. |
Bulk Editing |
Select multiple cells in the same field (or records). |
Rich Text |
Long Text fields support bold, italics, lists, links. Use the editor or markdown syntax. |
@mentions |
In Long Text or comments, type |
Adding Attachments |
Drag and drop files directly into an Attachment cell or the expanded record view. |
Common Formula Functions (Date/Time)
|
Current date and time (updates frequently). |
|
Current date (updates daily). |
|
Difference between two dates in specified unit ( |
|
Add a specified amount of time to a date. |
|
Formats a date into a string. |
|
Returns the day of the week as a number (0=Sunday, 6=Saturday). |
|
Returns the month as a number (1-12). |
|
Returns the year. |
Common Formula Functions (Text)
|
Joins multiple text strings together. |
|
Shorthand for concatenating text. |
|
Extracts characters from the beginning of a string. |
|
Extracts characters from the end of a string. |
|
Extracts characters from the middle of a string. |
|
Returns the length of a text string. |
|
Converts text to lowercase. |
|
Converts text to uppercase. |
|
Removes leading and trailing spaces. |
Common Formula Functions (Logic & Numbers)
|
Returns one value if a condition is true, another if false. |
|
Returns true if all conditions are true. |
|
Returns true if any condition is true. |
|
Returns the opposite of a condition. |
|
Returns an empty value. |
|
Returns true if a field is empty. |
|
Converts a text string to a number. |
|
Adds numbers. Also works on arrays/rollup values. |
|
Calculates the average of numbers. Also works on arrays/rollup values. |
View Management & Collaboration
Managing Views
Create New Views: Click the |
Duplicate View: Hover over a view name in the sidebar, click the arrow, select |
Rename/Delete View: Hover over a view name, click the arrow, select |
Personal vs. Collaborative Views: |
Lock View: Click the lock icon next to the view name to prevent others from modifying its configuration (filters, sorts, grouping, hidden fields). |
Sharing Views: Click the |
View Configuration: Each view can have its own independent filters, sorts, grouping, hidden fields, row height, and field order. |
Collaboration Features
Comments: Open a record in expanded view ( |
Collaborator Field: Add a Collaborator field type to assign records to specific users with base access. Users receive notifications. |
Base Sharing: Click the |
Permissions: Control what collaborators can do. Creators can build/modify bases, Editors can add/edit records, Commenters can only add comments, Read-only can only view. |
Activity Feed: Click the clock icon in the top right or inside an expanded record view to see a history of changes made to the base or record. |
Snapshots: Airtable automatically saves base snapshots, allowing you to restore previous versions (feature availability depends on plan). |
Linking Records & Rollups
Linked Record Field |
Connects a record in one table to one or more records in another table. |
Lookup Field |
Pulls values from a specific field in the linked record(s) into the current table. |
Count Field |
Counts the number of linked records for each record. |
Rollup Field |
Aggregates values from a specific field in the linked record(s). |
Creating Links |
Add a ‘Link to another record’ field. Choose the target table. |
Dependency: |
Lookup, Count, and Rollup fields depend on a Linked Record field. |
Automation Basics
What are Automations? |
Structure: |
Common Triggers: |
Common Actions: |
Testing: Always test your automations thoroughly before turning them on. |
History: View a run history for each automation to troubleshoot failures. |
Advanced Features & Tips
Interface Designer Basics
Purpose: Create custom interfaces on top of your base data for specific workflows or user groups (e.g., dashboards, project trackers, data entry forms). |
Access: Click the |
Layouts: Build interfaces using pre-built layouts or start from scratch. |
Elements: Drag and drop elements onto your interface, such as text, data fields, grids, lists, charts, buttons, and forms. |
Data Connection: Connect elements to your base tables and records. |
Buttons: Configure buttons to trigger actions (e.g., open URL, run automation, update record, create record). |
Sharing: Share interfaces with base collaborators, controlling their access and permissions within the interface. |
Extensions (Apps) Overview
Purpose: Add extra functionality to your base. |
Types:
|
Adding Extensions: Browse the Extensions Marketplace and add them to your base. |
Custom Extensions: Developers can build their own extensions using the Airtable Extensions SDK. |
Running Scripts: Use the Scripting extension to write and run JavaScript code directly in your base to automate tasks or manipulate data. |
Syncing Bases
Purpose: Share data between different Airtable bases. |
Sync Source: The base containing the original data to be shared. |
Sync Destination: The base receiving the data. The synced table appears read-only in the destination base. |
Configuration: Set up sync by choosing the source base, table, and view. |
Updates: Changes in the source base are automatically (or manually, depending on settings) reflected in the destination base. |
Use Cases: Centralized master lists (Products, Clients), sharing project data, data warehousing. |
Performance & Optimization Tips
Limit Views: Create only necessary views. Excessive views can slow down loading. |
Optimize Formulas: Complex formulas or lookups/rollups over very large linked tables can impact performance. Simplify where possible. |
Reduce Fields: Only include essential fields in your tables. More fields mean more data to load. |
Archive Old Data: Move inactive records to a separate table or base to keep active tables smaller. |
Use Filters & Hidden Fields: Use view configurations to show only the data you need at any given time. |
Check Attachment Sizes: Very large attachments can consume storage and potentially affect loading times. |