Forum Discussion

ecovonrein's avatar
ecovonrein
Iron Contributor
Mar 30, 2023
Solved

MAP x MAP

Can anyone tell me what is wrong with this formula? =MAP(C23:D23;C24:D24;LAMBDA(a;b;SUM(MAP(C5:G5;C6:G6;C7:G7;LAMBDA(c;d;e;1))))) I get #VALUE #VALUE. Thanks. PS: Works when you replace the SUM()...
  • PeterBartholomew1's avatar
    PeterBartholomew1
    Mar 31, 2023

    ecovonrein 

    Why don't you post something closer to your actual problem?  I am sure we can help and so, save you some pain!  For example, YEARFRAC tends to play better if you put a + sign in front of multi-cell range references to convert them to arrays.  If you are trying to return the results in a 2D grid, MAP has an annoying flaw in that it will not return a nested array / array-of-arrays (i.e. the correct answer to your problem).  Workarounds include MAKEARRAY and REDUCE combined with VSTACK.

Resources