andycapp28
Technical User
I have an excel sheet holding information in rows.
Some of the 21 rows need to become 21 columns. for example
cell I2 needs to become G1
cell I3 needs to become H1
The 21 row values in column j need to be kept in step. for example
cell J2 needs to become G2
cell J3 needs to become H2
columns a-f are repeated for each of the set of 21 rows. I need to know if such a thing is possible and how to write a macro to do it.
From this test data I hope you can understand what I need to try and do.
a b c d e f g h i j
60553 SY U103 12/7/99 SVY 11/30/99 1 8 Times 6 or more
60553 SY U103 12/7/99 SVY 11/30/99 2 8 Vacation Cruise
60555 SY W101 12/7/99 SVY 11/30/99 1 8 Times Twice
60555 SY W101 12/7/99 SVY 11/30/99 2 13 Vacation Factors
what I need is upon change of values in column a
a b c d e f Times Vacation
60553 SY U103 12/7/99 SVY 11/30/99 6 or more Cruise
60555 SY W101 12/7/99 SVY 11/30/99 Twice Factors
regards
AC
Some of the 21 rows need to become 21 columns. for example
cell I2 needs to become G1
cell I3 needs to become H1
The 21 row values in column j need to be kept in step. for example
cell J2 needs to become G2
cell J3 needs to become H2
columns a-f are repeated for each of the set of 21 rows. I need to know if such a thing is possible and how to write a macro to do it.
From this test data I hope you can understand what I need to try and do.
a b c d e f g h i j
60553 SY U103 12/7/99 SVY 11/30/99 1 8 Times 6 or more
60553 SY U103 12/7/99 SVY 11/30/99 2 8 Vacation Cruise
60555 SY W101 12/7/99 SVY 11/30/99 1 8 Times Twice
60555 SY W101 12/7/99 SVY 11/30/99 2 13 Vacation Factors
what I need is upon change of values in column a
a b c d e f Times Vacation
60553 SY U103 12/7/99 SVY 11/30/99 6 or more Cruise
60555 SY W101 12/7/99 SVY 11/30/99 Twice Factors
regards
AC