Referencing other cells
The real magic of cells.
Last updated
The real magic of cells.
Last updated
You can query other cells in SQL just as easily as you can a database. Regardless of the cell type, under the hood each cell is a table with columns. Just use the same syntax to reference a cell by name:
Cells can have any name - remember to escape the cell name appropriately. Accepting a cell name using autocomplete will perform this step automatically.
If you are ever unsure what columns exist in a cell, search for the cell name in the data bar.