W
Walter
I have two columns of data and want the first column in a certain row and the
second column in a few rows below the first but in the same column since the
information is related. For example:
Col A Col B
1xxxx 1yyyy
2xxxx 2yyyy
3xxxx 3yyyy
I want it like this
Col F Col G Col H
Row10 1xxxx 2xxxx 3xxxx
Row15 1yyyy 2yyyy 3yyyy
Does that make sense?
second column in a few rows below the first but in the same column since the
information is related. For example:
Col A Col B
1xxxx 1yyyy
2xxxx 2yyyy
3xxxx 3yyyy
I want it like this
Col F Col G Col H
Row10 1xxxx 2xxxx 3xxxx
Row15 1yyyy 2yyyy 3yyyy
Does that make sense?