Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
BYCOL iterates over each column of an array and passes it to a LAMBDA function, returning the results as a row array. It is ideal for computing column-level summaries (sums, averages, maximums) without writing separate formulas for each column.
=BYCOL(A2:C4, LAMBDA(col, SUM(col)))=BYCOL(A2:C4, LAMBDA(col, SUM(col)))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 column of my data table separately with a single formula”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: