Quidest?

Excel flatten table

ยท Lorenzo Drumond

Flatten 2D table into 1D array, where:

=INDEX($A$1:$B$2, MOD(SEQUENCE(COUNTA($A$1:$B$2))-1, COUNTA($A$1:$A$2))+1,ROUNDUP(SEQUENCE(COUNTA($A$1:$B$2))/COUNTA($A$1:$A$2),0))

References

#microsoft #excel #table #office #formula #snippets