Curated entry sequences through the knowledge graph. Each step connects to the next via governed LEADS_TO edges. Click a path to begin. Click any step to expand it.
Converts a data range into a structured Excel Table, enabling auto-expanding ranges, structured references, built-in filtering, consistent formatting, and Power Query readiness.
Ensures that data ranges contain no empty rows or columns within the data boundary, preventing silent failures in tables, filters, sorts, pivot tables, and range detection.
Centers text visually across multiple columns without merging cells, preserving sorting, filtering, references, and copy-paste operations.
Retrieves a value from a range or array based on a lookup key, returning exact or approximate matches without requiring a column index number.
Evaluates a condition and returns one value if true and another if false. IFS extends this to multiple conditions without nesting, improving readability for multi-branch logic.
You’ve walked the foundation. The graph has 50 more entries waiting — and 130 edges connecting them.
Explore the Full Graph →Establishes a dedicated README sheet as the first tab in every governed workbook, documenting purpose, owner, schema, change log, and usage instructions — making the workbook self-describing.
Enforces that every row in a data table represents the same unit of measurement — one transaction, one period, one entity — preventing aggregation errors and ambiguous analysis.
Organizes workbook data into dimension tables (descriptive attributes) and fact tables (transactional measures), enabling scalable lookups, consistent grain, and pivot-ready architecture.
Generates a stable, system-assigned integer key for each row using ROW() offset or a counter column, decoupled from any business attribute — providing a reliable join key that survives source data changes.
Generates a dynamic grid of calculated values across two dimensions using MAKEARRAY with LAMBDA, building self-constructing matrices that eliminate manual cell-by-cell formulas.
You’ve walked the star schema path. This is the architecture behind every DDL analytical workbook.
Continue in the Graph →