Get the latest tech news
Mac Numbers now supports LAMBDA functions and MAP
MAP(array, array…, LAMBDA(element, calculation)) maps each value in an array to a new value determined by a LAMBDA function and forms a new array.
MAP( array, array…, LAMBDA(element, calculation)) element: An input that defines the value you are passing through the formula. calculation: The formula you want the function to execute and return.
Or read this on Hacker News