Skip to content

Adding Columns to Your Sheet

Now that you’ve created your first workbook and sheet, it’s time to define your data structure by adding columns. Columns in Sheety App are like fields in a database table - each column has a name, description, and data type that determines what kind of information it can store.

  • How to quickly add columns using right-click
  • Creating columns with different data types
  • Understanding the Add Column dialog
  • Alternative ways to manage columns

Before we start adding columns, let’s understand what they are:

  • Columns define the structure of your data (like “Name”, “Email”, “Department”)
  • Each column has a data type that determines what values it can store
  • Column names should be descriptive and easy to understand
  • You can add, edit, or remove columns at any time
Section titled “Step 1: Adding Columns with Right-Click (Recommended)”

The fastest way to add columns is by right-clicking directly on the data grid. This method works whether your sheet is empty or already contains data.

When you first create a sheet, it has no columns. You’ll see an empty sheet view with a helpful message:

Empty Sheet

  1. Right-click anywhere on the data grid area (the center area of the sheet)
    • This works on empty sheets or on sheets with existing data
    • You can right-click on any empty space in the grid

Right-Click Context Menu

  1. Select “Add Column” from the context menu

  2. The “Add Column” dialog will open directly

Add Column Dialog

Let’s add a “Full Name” column to store employee names.

In the “Add Column” dialog that appeared, you’ll see four tabs:

  • Definition - Basic column information
  • Validation - Rules for data validation
  • Restriction - Access and permission settings
  • Value Suggestion - Auto-complete options

Add Column Form

Fill in the column details on the Definition tab:

  • Name: Full Name
  • Description: Employee's full name
  • Data Type: Select Text (already selected by default)

Add Column Filled

Click “SAVE” to create the column.

You’ll see a success message, and your new column will appear in your sheet!

To add more columns, simply right-click on the data grid again and select “Add Column”. Let’s add a few more columns to demonstrate different data types.

  1. Right-click on the data grid
  2. Select “Add Column”
  3. Enter:
    • Name: Email
    • Description: Employee's email address
    • Data Type: Text
  4. Click “SAVE”

The Option data type creates a dropdown list of predefined choices - perfect for department selections!

  1. Right-click on the data grid
  2. Select “Add Column”
  3. Enter:
    • Name: Department
    • Description: Employee's department
    • Data Type: Select Option

Option Type Column

  1. When you select “Option”, additional fields appear:

    • Allow Multi Selection - checkbox to allow selecting multiple options
    • Options grid - where you define the available options
  2. Click ”+ ADD OPTION” to add department options:

    • Type Engineering in the first option
    • Click ”+ ADD OPTION” again to add more departments (like “Sales”, “Marketing”, “HR”)
  3. Click “SAVE”

Sheety App offers various data types to match your data needs:

Data TypeDescriptionExample Use Case
TextPlain text or rich text (markdown)Names, descriptions, notes
NumberNumeric values (integers or decimals)Age, salary, quantity
Check boxTrue/false or yes/no valuesActive status, completed tasks
DateDate and optionally timeBirth date, hire date, deadline
OptionSingle or multiple choice from predefined listDepartment, status, category
Row ReferenceLink to another row in a different sheetManager reference, related items
MemberReference to workspace membersAssigned to, created by
Sealed OptionOnce a user selects an option, only they can change itPersonal assignments, claimed items
VoteAllow users to vote on optionsSurvey responses, polls

After adding your columns, your sheet now displays them as column headers!

Sheet with Columns

Your sheet now has:

  • Full Name column (Text)
  • Email column (Text)
  • Department column (Option)
  • Changed At (system column added automatically)

You’re now ready to start adding data to your sheet!

Once you’ve created columns, you can quickly edit them by right-clicking on the column header. This is much faster than navigating to the Column Management Page when you just need to make a quick change.

  1. Right-click on any column header in the data grid
    • For example, right-click on the “Department” column header

Right-Click Column Header

  1. From the context menu, you’ll see options:

    • Edit [Column Name] - Opens the Edit Column dialog
    • Delete [Column Name] - Removes the column (with confirmation)
    • Add Column - Adds a new column
    • Add Compute Column - Adds a computed column
  2. Select “Edit Department” (or whichever column you’re editing)

  3. The “Edit Column” dialog opens with the same four tabs as when creating:

Edit Column Dialog

  1. Make your changes:

    • Update the Name or Description
    • Modify settings on any of the tabs
    • For Option columns, add or remove options from the list
    • Note: The Data Type cannot be changed after creation (it’s disabled)
  2. Click “SAVE” to apply your changes

Alternative: Using the Column Management Page

Section titled “Alternative: Using the Column Management Page”

While right-clicking is the fastest way to add columns, you can also use the Column Management Page for more comprehensive column management. This is useful when you need to:

  • View all columns at once
  • Create multiple columns in succession
  • Edit or delete existing columns
  • Search for specific columns
  • Organize your data structure

To access the Column Management Page:

  1. Click the three dots menu (⋯) next to the sheet name
  2. Select “Columns”

Learn more about the Column Management Page and its features in our Column Management guide.

When creating columns, follow these best practices:

  1. Use descriptive names - Make column names clear and self-explanatory
  2. Add descriptions - Help team members understand what data goes in each column
  3. Choose the right data type - Select the most appropriate type for your data
  4. Start simple - Begin with essential columns and add more as needed
  5. Plan your structure - Think about relationships between data before creating columns

Now that you know how to add columns, you can:

In this tutorial, you learned how to:

  • ✅ Quickly add columns by right-clicking on the data grid
  • ✅ Create columns with different data types (Text, Option)
  • ✅ Understand the Add Column dialog and its tabs
  • ✅ View your columns in the sheet
  • ✅ Use the Column Management Page as an alternative

Your sheet now has a solid data structure and is ready for data entry!

If you encounter any issues or have questions: