=WRAPCOLS()
=WRAPROWS(A1:H1,4)
23 10 10.xlsm | ||||
---|---|---|---|---|
A | B | |||
1 | a | b | ||
2 | c | d | ||
3 | e | f | ||
4 | g | h | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1:A8 | A1 | =INDEX(Sheet1!A:B,(ROWS(A$1:A1)+1)/2,1+ISEVEN(ROWS(A$1:A1))) |
B1:B8 | B1 | =INDEX(TOCOL(Sheet1!A$1:B$4),ROWS(B$1:B1)) |
Ok... I posted too soon. Still skips the next row. No matter what I do, as I fill down it skips. I get this:If you have Excel D365, you can use=WRAPCOLS()
Excel Formula:=WRAPROWS(A1:H1,4)
=WRAPROWS('Paste Report Here'!A1:'Paste Report Here'!N1,7)
=WRAPROWS('Paste Report Here'!A3:'Paste Report Here'!N3,7)
=WRAPROWS(TOCOL(A1:N3),7)