Learning level
58/100
Learning level
58/100
Product version
1.0.1
Guide status
Stable
Sections
3
Write VauSheet formulas with =, A1 references, ranges, operators and supported functions.
What this guide covers
Quick facts
A formula starts with =. Cell references use A1 notation, for example =A1+B1 or =SUM(A1:A10).
Function names are parsed by the VauSheet formula runtime. Unsupported names are not silently treated as Excel-compatible functions.
When workbook cells change, formula results are recomputed. Larger cell sets can use the worker-based recompute path to keep the UI responsive.