After a Google search, I learned that the following function (or rather, blending of functions) stacks existing columns: =OFFSET($A$1,MOD(ROW()-ROW($CL$1),ROWS($A$1:$A$281)),TRUNC((ROW()-ROW($CL$1))/ROWS($A$1:$A$281)),1,1)
I'd like to know what each part of that formula does. For starters, I've never seen MOD used like that, and I can't tell if the "-" indicates a minus sign or range. The formula works though so clearly whoever wrote it knew what they were doing.