Forum Discussion

Lorenzo's avatar
Lorenzo
Silver Contributor
Jun 17, 2021
Solved

Excel 365 SUM dynamic array at row level

Hi (no LAMDBA here). I've been struggling with this for a moment, searched here & there for something similar to no avail. In the below pic. Dummy arr is the representation of an array that doesn't...
  • Detlef_Lewin's avatar
    Jun 17, 2021

    Lorenzo 

    That's a classic MMULT() solution.

     

    =MMULT(A2:C4,SEQUENCE(COLUMNS(A2:C4))^0)

     

Resources