Topics
Every guide, recipe, and error fix grouped by topic — 384 pages across 27 topics. Pick a topic to see everything FormulaCraft has on it.
VLOOKUP
17 pagesEvery VLOOKUP guide, error fix, and modern alternative in one place — basic syntax, multi-criteria, cross-sheet lookups, and the #N/A failures everyone hits.
XLOOKUP
4 pagesXLOOKUP — the modern VLOOKUP replacement. Bidirectional, exact-match by default, built-in not-found handling. Every XLOOKUP recipe and fix here.
INDEX / MATCH
5 pagesINDEX/MATCH is the most flexible lookup combo in Excel — works left, right, two-way, and multi-criteria. Every recipe, two-way lookup, and fix collected here.
SUMIF & SUMIFS
10 pagesConditional sums — total only the rows that match one or more criteria. Every SUMIF / SUMIFS recipe, gotcha, and error fix.
COUNTIF & COUNTIFS
8 pagesCounting cells that meet a condition — or many conditions — with COUNTIF and COUNTIFS. Every recipe and fix collected here.
Lookups (any direction)
13 pagesEvery lookup variant beyond VLOOKUP / XLOOKUP / INDEX-MATCH — HLOOKUP, LOOKUP, two-way, case-sensitive, nth-match. The full lookup toolkit.
Pivot-style summaries (formula approach)
11 pagesGroup-by, distinct count, running totals, crosstabs — every pivot-style summary built with formulas, without ever touching the pivot dialog.
LAMBDA (reusable formulas)
8 pagesLAMBDA lets you define your own reusable functions inside the spreadsheet. Every LAMBDA recipe — BYROW, BYCOL, MAKEARRAY, named LAMBDA — collected here.
LET (readable formulas)
2 pagesLET introduces local variables inside a formula so long expressions become readable and faster to recalculate. Every LET pattern here.
QUERY (Google Sheets SQL)
12 pagesQUERY brings SQL-style data wrangling to Google Sheets — filter, group, pivot, join. Every QUERY recipe and pattern collected here.
ARRAYFORMULA (Google Sheets)
4 pagesARRAYFORMULA applies a formula across a whole column without dragging. Every Google Sheets ARRAYFORMULA pattern here.
IMPORTRANGE (cross-sheet)
4 pagesIMPORTRANGE pulls live data from one Google Sheet into another. Setup, gotchas, and the common combinations with QUERY and VLOOKUP.
Percentages
17 pagesEvery percentage recipe — calculate, increase, decrease, percent of total, year-over-year, market share, percent of target achieved.
Date arithmetic
20 pagesWorking with dates and times — calculate age, days/months/years between, business days, fiscal quarters, overdue flags. Every date recipe and DATEDIF gotcha.
SaaS metrics
20 pagesMRR, ARR, CAC, LTV, NRR, GRR, churn, runway, magic number, rule of 40 — every SaaS metric as a verified formula you can drop in and own.
IF, IFS & nested conditions
14 pagesConditional logic with IF — single condition, AND/OR combinations, nested ladders, IFS for multi-branch, IFERROR/IFNA for safe defaults.
Text manipulation
57 pagesSplit, join, extract, replace, clean — every text-handling pattern from name splitting to building URL slugs to normalizing phone numbers.
SUM & aggregation
35 pagesTotals at every shape — SUM, SUMPRODUCT, SUBTOTAL, running totals, cumulative sums, conditional and multi-criteria sums.
COUNT & counting patterns
3 pagesCount cells by every condition — COUNT, COUNTA, COUNTBLANK, distinct counts, conditional counts, counts within ranges, and overlap counts.
Rounding & number formatting
1 pageROUND, ROUNDUP, ROUNDDOWN, MROUND, CEILING, FLOOR, INT, TRUNC — every way to round, plus padding zeros and clean number formatting.
RANK & statistical aggregates
26 pagesRanking, percentiles, leaderboards, weighted scores, z-scores, normalization — every statistical aggregate beyond AVERAGE.
AVERAGE & central tendency
9 pagesAVERAGE, AVERAGEIF/AVERAGEIFS, MEDIAN, MODE, moving averages, weighted averages — every way to summarize a set to one number.
Duplicates & uniqueness
9 pagesFind duplicates, remove duplicates, build sorted-unique lists, flag repeats, compare two lists for overlap or differences.
Conditional formatting
12 pagesHighlight cells that match a rule — duplicates, dates, thresholds, top N, blank rows. Every formula you can use as a Conditional Formatting rule.
Data cleaning & shaping
17 pagesTranspose, fill blanks, merge columns, split a cell into rows, auto-number, build sequences and frequency distributions — the data-prep toolkit.
Finance basics
38 pagesLoans, interest, depreciation, amortization, tax, margin, ROI, CAGR, break-even — every classic finance formula as a verified recipe.
Unit conversion
8 pagesConvert between inches/cm, kg/lb, celsius/fahrenheit, miles/km, feet/m, bytes/KB/MB, minutes/hours — every common unit conversion.