bit late, but how about this one? It uses a data table, for 'elegance'.
- make 5x5 array of leaves for 1 stem:
(=IF((A2-MOD(A2,10))/10=$G$2,MOD(A2,10),""))
(assuming original 5x5 starts in a2, stem is in G2)
- concatenate these 25 items: concatenate(h2, h3, etc)....assuming new array of leaves starts in h2)
- use data table to make table for other stems
(couldn't find the 'upload file' button....let me know if i won, then i'll send the .xls)
regards, roger
- make 5x5 array of leaves for 1 stem:
(=IF((A2-MOD(A2,10))/10=$G$2,MOD(A2,10),""))
(assuming original 5x5 starts in a2, stem is in G2)
- concatenate these 25 items: concatenate(h2, h3, etc)....assuming new array of leaves starts in h2)
- use data table to make table for other stems
(couldn't find the 'upload file' button....let me know if i won, then i'll send the .xls)
regards, roger