Anonymous Coward
My feedback
-
285 votes43 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Anonymous Coward supported this idea ·
An error occurred while saving the comment Anonymous Coward commented
Make UDFs
SUMCOLS(x) = MMULT(SEQUENCE(1,ROWS(x),1,0),x)
SUMROWS(x) = MMULT(x,SEQUENCE(COLUMNS(x),1,1,0))
-
17 votes4 comments · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Anonymous Coward commented
CombineArraysVertically=LAMBDA(x,y,LET(m,ROWS(x),n,ROWS(y),p,COLUMNS(x),i,SEQUENCE(m+n),j,SEQUENCE(1,p),IF(i<=m,INDEX(x,i,j),INDEX(y,i-m,j))))
CombineArraysHorizontally=LAMBDA(x,y,TRANSPOSE(CombineArraysVertically(TRANSPOSE(x),TRANSPOSE(y))))
-
3 votes1 comment · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
Anonymous Coward shared this idea ·
-
880 votes107 comments · Excel for Windows (Desktop Application) » Formatting · Flag idea as inappropriate… · Admin →
Thanks for supporting the suggestion to add the Center Across Selection option to the Merge & Center dropdown. We agree this is a nice idea. Please add your vote if you’d like to see this change.
Thanks – Steve K {Excel]
Anonymous Coward supported this idea ·
-
13 votes1 comment · Excel for Windows (Desktop Application) » Formulas and Functions · Flag idea as inappropriate… · Admin →
An error occurred while saving the comment Anonymous Coward commented
yes please!! even something like departments#
Apparently this has always been possible with CSE's
=MMULT(COLUMN(OFFSET($A$1,,,,ROWS(Matrix)))^0,Matrix)