"low tech is fine with me."
Good to hear because there is more of it in this proposal.
Cells XEV1:XEZ1 are populated with Sheet1, Sheet2 ...
Cells XEV2:XEZ5 are populated using*:
Formula:
=IFERROR(INDEX(INDIRECT(XEV$1&"!J2:J20"), MATCH(0, IF(ISBLANK(INDIRECT(XEV$1&"!J2:J20")), 1, COUNTIF(XEV$1:XEV1, INDIRECT(XEV$1&"!J2:J20"))), 0)),"")
Cells XFD2:XFD20 are populated using*:
Formula:
=IFERROR(INDEX(XEV$2:XEZ$5,IF(MOD(ROW(A1),5)=0,5,MOD(ROW(A1),5)),ROUNDUP(ROW(A1)/5,0)),"")
Cells A2:A20 are populated using*:
Formula:
=IFERROR(INDEX(XFD$2:XFD$20,SMALL(IF(XFD$2:XFD$20<>"",ROW($2:$20)-1),ROW(1:1))),"")
*Denotes array entered formula as discussed in post #15.
Let us know if you have any questions.
Bookmarks