
Signature
Gary''s Student - gsnu200713
Thank you for the formula it really helped. I have one more quick ?...now
that I have the data in the format that I want, how can I copy it to another
worksheet for sorting, moving, ect.? Since the cells are referencing the "A"
column, I am not able to work with the data. I really appreciate your help.
It's saving me a massive amount of time.
> If you data is in column A then in B1 enter:
> =INDIRECT("A" & ROW()*4-5+COLUMN())
>
> then copy this formula down columns B, C, and D
Gary''s Student - 04 Apr 2007 23:36 GMT
Select all the cels with the transposed data in them and do a copy.
Then go to the othre worksheet or workbook and:
Paste/Special/Values

Signature
Gary''s Student - gsnu200713