Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
REDUCE processes an array element by element, maintaining a running accumulator value that is updated by a LAMBDA function at each step, and returns the final accumulated result. It is used to compute custom aggregations — such as products, string joins, or running totals — that cannot be expressed with standard aggregate functions.
=REDUCE(0,A2:A5,LAMBDA(acc,x,acc+x))=REDUCE(0,A2:A5,LAMBDA(acc,x,acc+x))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Compute the running product of all values in a range using a custom accumulator”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: