I have done the reverse of this and it was a royal pain. Converted a matrix
into a format for uploading to a database earlier this year. It takes a
series of multi-leveled IF statements, and you need to be comfortable with
that. Let me know if you want more detail and I can send you my formulas.
-Esther
> OK here's the issue as best I can explain it:
>
[quoted text clipped - 18 lines]
> explained it well enough. I'm comfortable working with VBA code, just not
> quite sure how to set it up.
From your example, if I understand it correctly, it looks like you want to
copy across columns, along a row in this manner:
A1, B1, A2, B2, A3, B3, ... etc.
If that be the case, enter this formula *anywhere* and copy across as
needed:
=INDEX($A:$B,COLUMNS($A:B)/2,MOD(COLUMNS($A:A)-1,2)+1)
If I guessed wrong, post back with the order of the cells that you would
like.

Signature
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> OK here's the issue as best I can explain it:
>
[quoted text clipped - 21 lines]
> explained it well enough. I'm comfortable working with VBA code, just not
> quite sure how to set it up.