I've tried to find a formula that would return the diagonal of an array A1:D4
as follows:
A1 B2 C3 D4
I found this one, which returns a column, but I can't find out how to order the values in a row instead.
=INDEX(A1:D1,,ROWS($1:1))
(paste in the columns below)
A TRANSPOSE
on the result would of course do the trick, but I'd appreciate something slightly more elegant. Thanks!