Non-volatile and perhaps easier to revise:
=INDEX($A$1:$A$100,4*ROWS($1:1)-4+COLUMNS($A:A))
To change the original data location, just revise the range following the
Index*() function - *don't* change anything else!
This formula can be entered *anywhere*, then copied across 4 columns, and
down as needed.

Signature
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
If your data begins in D10 instead, then put this formula in E10:
=INDIRECT("D" & ROWS($A$1:A1)*4-4+COLUMNS($A$1:A1)+9)
Copy across and down as required. Note that I've changed the first A
to D, as that is the column where your data is, and I've added +9 as
your data is 9 rows further down than the original data. Hopefully you
can see how to amend it further if you need to.
Hope ths helps.
Pete
On Apr 18, 8:41 pm, "Robert E. Leonard Sr" <rleon...@mich.com> wrote:
> Say your data in column A looks like:
>
[quoted text clipped - 26 lines]
> bob leonard
> rleon...@mich.com