In Excel, the MAP function “tracks” a custom LAMBDA function to each value in an array. To every value, the LAMBDA function is applied, and the Mapping result is an array of results with the same dimensions as the original array.
Syntax :
=MAP (array1, [array2], …, lambda)
Parameters :
Ask Your Query