Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
BYROW passes each row of a multi-column array to a LAMBDA function as an array argument, collecting the single value returned by LAMBDA for each row into a vertical results array. It is used to compute row-level aggregations — such as row sums, row maximums, or custom per-row scores — without helper columns.
=BYROW(A2:C5,LAMBDA(row,SUM(row)))=BYROW(A2:C5,LAMBDA(row,SUM(row)))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: “Sum each row across three score columns to get a total score per student”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: