Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MAP iterates over one or more arrays and applies a LAMBDA function to corresponding elements, returning a new array of the same dimensions. It replaces the need for helper columns or array-entered formulas when you want to transform every value in a range using custom logic.
=MAP(A2:A5,LAMBDA(x,x*2))=MAP(A2:A5,LAMBDA(x,x*2))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: “Double every number in a column using a custom transformation formula”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: