FormulaCraft

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 pages

Every 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 pages

XLOOKUP — the modern VLOOKUP replacement. Bidirectional, exact-match by default, built-in not-found handling. Every XLOOKUP recipe and fix here.

INDEX / MATCH

5 pages

INDEX/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 pages

Conditional sums — total only the rows that match one or more criteria. Every SUMIF / SUMIFS recipe, gotcha, and error fix.

COUNTIF & COUNTIFS

8 pages

Counting cells that meet a condition — or many conditions — with COUNTIF and COUNTIFS. Every recipe and fix collected here.

Lookups (any direction)

13 pages

Every 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 pages

Group-by, distinct count, running totals, crosstabs — every pivot-style summary built with formulas, without ever touching the pivot dialog.

LAMBDA (reusable formulas)

8 pages

LAMBDA lets you define your own reusable functions inside the spreadsheet. Every LAMBDA recipe — BYROW, BYCOL, MAKEARRAY, named LAMBDA — collected here.

LET (readable formulas)

2 pages

LET introduces local variables inside a formula so long expressions become readable and faster to recalculate. Every LET pattern here.

QUERY (Google Sheets SQL)

12 pages

QUERY brings SQL-style data wrangling to Google Sheets — filter, group, pivot, join. Every QUERY recipe and pattern collected here.

ARRAYFORMULA (Google Sheets)

4 pages

ARRAYFORMULA applies a formula across a whole column without dragging. Every Google Sheets ARRAYFORMULA pattern here.

IMPORTRANGE (cross-sheet)

4 pages

IMPORTRANGE pulls live data from one Google Sheet into another. Setup, gotchas, and the common combinations with QUERY and VLOOKUP.

Percentages

17 pages

Every percentage recipe — calculate, increase, decrease, percent of total, year-over-year, market share, percent of target achieved.

Date arithmetic

20 pages

Working 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 pages

MRR, 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 pages

Conditional logic with IF — single condition, AND/OR combinations, nested ladders, IFS for multi-branch, IFERROR/IFNA for safe defaults.

Text manipulation

57 pages

Split, join, extract, replace, clean — every text-handling pattern from name splitting to building URL slugs to normalizing phone numbers.

SUM & aggregation

35 pages

Totals at every shape — SUM, SUMPRODUCT, SUBTOTAL, running totals, cumulative sums, conditional and multi-criteria sums.

COUNT & counting patterns

3 pages

Count cells by every condition — COUNT, COUNTA, COUNTBLANK, distinct counts, conditional counts, counts within ranges, and overlap counts.

Rounding & number formatting

1 page

ROUND, ROUNDUP, ROUNDDOWN, MROUND, CEILING, FLOOR, INT, TRUNC — every way to round, plus padding zeros and clean number formatting.

RANK & statistical aggregates

26 pages

Ranking, percentiles, leaderboards, weighted scores, z-scores, normalization — every statistical aggregate beyond AVERAGE.

AVERAGE & central tendency

9 pages

AVERAGE, AVERAGEIF/AVERAGEIFS, MEDIAN, MODE, moving averages, weighted averages — every way to summarize a set to one number.

Duplicates & uniqueness

9 pages

Find duplicates, remove duplicates, build sorted-unique lists, flag repeats, compare two lists for overlap or differences.

Conditional formatting

12 pages

Highlight 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 pages

Transpose, fill blanks, merge columns, split a cell into rows, auto-number, build sequences and frequency distributions — the data-prep toolkit.

Finance basics

38 pages

Loans, interest, depreciation, amortization, tax, margin, ROI, CAGR, break-even — every classic finance formula as a verified recipe.

Unit conversion

8 pages

Convert between inches/cm, kg/lb, celsius/fahrenheit, miles/km, feet/m, bytes/KB/MB, minutes/hours — every common unit conversion.