ARRAYTOTEXT function in Excel — showing a four-name column being converted into "Alice,Bob,Carol,Dave" in format 0 and "Alice", "Bob", "Carol", "Dave" in format 1, with key formula examples for FILTER, UNIQUE, SUBSTITUTE, and a full report sentence, plus ARRAYTOTEXT vs TEXTJOIN comparison.

ARRAYTOTEXT: Convert Arrays to Strings for Clean Outputs

Dynamic array formulas in Excel 365 return results that spill across multiple cells. That is powerful for analysis, but it creates a problem for display: how do you show all those values as a single readable sentence? ARRAYTOTEXT solves this. It converts any array, range, or dynamic expression into a single comma-separated string in one cell. This guide covers six practical examples: joining a column of names into a compact list, combining ARRAYTOTEXT with FILTER to produce a dynamic filtered list that updates as data changes, using SORT and UNIQUE to build a deduplicated string of categories, replacing the default comma delimiter with any character via SUBSTITUTE, building a full report sentence that combines COUNTIF, ARRAYTOTEXT, and TEXT(SUMIF()) in a single formula, and a direct comparison against TEXTJOIN showing when to use each. It also covers the three most common issues: the Excel 365 availability constraint, the blank-cell double-comma problem and its FILTER workaround, and why ARRAYTOTEXT output is always text and cannot be used in downstream arithmetic.

Free Excel GAP analysis template showing current state, end goal, gaps, implications, recommendations, and timelines for a timesheet tracking system upgrade project with three completed gap rows.

Project Gap Analysis

A free Excel GAP analysis template that structures current state, end goal, gaps, implications, recommendations, and timelines across up to six improvement areas.

Free Excel project decision document template showing project name, status, priority, description, recommendations, effects, and decision sections for a cloud migration vendor selection.

Project Decision Document

A free Excel project decision document template that captures the description, recommendations, effects, and approved outcome for any project decision — with dual sign-off blocks.

Iteration burndown chart Excel template showing the actual effort line dipping below then rising above the planned baseline line during a Social Media App Update sprint, with variance commentary.

Iteration Burndown Chart

A free Excel iteration burndown chart that compares planned and actual daily effort across a sprint, helping agile teams spot schedule slippage before it becomes a problem.

Free editable Excel construction purchase order template showing Billed To and Shipped To panels, categorised line items for cement, hammer, and glass, with subtotal, tax, shipping, and discount totals.

Construction Purchase Order

A free editable Excel construction purchase order template with categorised line items, tax, shipping, discount, payment method selection, and shipping tracking — print-ready for any job.

Free Excel construction proposal template showing company info panel, client details, a line item table with quantity, description, unit price and auto-calculated amounts, plus subtotal, tax, and total.

Construction Proposal

A free Excel construction proposal template that calculates subtotals, tax, and payment due dates automatically — professional, print-ready quotes in minutes.

AGGREGATE function in Excel — showing a table where SUM fails on a #DIV/0! error but AGGREGATE(9,6,...) returns 7,850 by skipping the error cell, with the 8-option reference table, AGGREGATE-only functions list (MEDIAN, LARGE, PERCENTILE), and five key formula examples.

AGGREGATE: The Swiss Army Knife of Excel Functions

SUBTOTAL handles 11 aggregation types. AGGREGATE handles 19 — and it ignores errors. It does everything SUBTOTAL does, then adds MEDIAN, LARGE, SMALL, PERCENTILE, and QUARTILE to the same filter-aware framework. When a #DIV/0! in one cell breaks your SUBTOTAL total, AGGREGATE skips it. When you need the median of filtered data — which SUBTOTAL cannot compute — AGGREGATE delivers it with a single formula. This guide covers both syntax forms, all 19 function numbers, all 8 option codes, and six practical examples: error-tolerant SUM and AVERAGE, filter-aware MEDIAN and five-number summary, k-th LARGE and SMALL on filtered data, PERCENTILE and IQR outlier bounds, a trimmed mean that removes extreme outliers before averaging, and visible-row RANK. It also explains the most important option choice: use option 5 for most filtered tables, option 7 when data also contains errors, and options 0–3 in grouped reports to prevent grand totals from double-counting group subtotals.

Subtotal Function in Excel with full tutorial and blogpost

SUBTOTAL: The Ultimate Function for Filtered & Hidden Data

Filter a table and SUM keeps counting every row — including the hidden ones. SUBTOTAL fixes this. It is the only native Excel function that automatically ignores filtered-out rows, updating the moment a filter is applied or removed. This guide covers all 11 aggregation types across both function number ranges (1–11 and 101–111), with eight practical examples: filter-aware SUM, COUNT, AVERAGE, MAX and MIN; group subtotals with a grand total that avoids double-counting; the difference between function 9 and 109 when rows are hidden manually; using SUBTOTAL(103) as a per-row visibility indicator for filter-aware conditional sums; Excel Table Total Row integration; AGGREGATE for median, LARGE, and error-tolerant totals; a live KPI dashboard with a “Showing N of M deals” label; and why SUMIF fails on filtered data — and how to fix it.