Array Transformation functions
ASTACK
Reference
» Reference, Discussion, & Example Applications:
About
Stacks an array for a certain width [w].
Calls AUNSTACK.
Code
  M.S. Excel
  
ASTACK = LAMBDA(a, [w], TRANSPOSE(AUNSTACK(TRANSPOSE(a), w)));
                        
                            
                        
                    Feedback
Submit and view feedback