DocsVauSheetFormula Basics

Formula Basics

VauSheet · 41–60 · Formulas & Data

Learning level

58/100

Product version

1.0.1

Guide status

Stable

Sections

3

Formula Basics

Implementation-backed

Write VauSheet formulas with =, A1 references, ranges, operators and supported functions.

What this guide covers

Formula syntax
Function calls
Recompute

Quick facts

Version1.0.1
SurfaceWeb browser
StorageCloud + local checkpoint
ThemeLight · white/orange
Documentation rule: this VauSheet section describes the current implemented product behavior. It avoids claiming full Microsoft Excel parity or live-cursor collaboration where the current build does not provide it.
01

Formula syntax

A formula starts with =. Cell references use A1 notation, for example =A1+B1 or =SUM(A1:A10).

02

Function calls

Function names are parsed by the VauSheet formula runtime. Unsupported names are not silently treated as Excel-compatible functions.

03

Recompute

When workbook cells change, formula results are recomputed. Larger cell sets can use the worker-based recompute path to keep the UI responsive.

Updated 2 Sep 2026VauSheet 1.0.1
Last updated 2 Sep 2026