E
Eddie
I have two list of data. eg
1 A
2 B
3 C
I want to create two list of data like following
1 A
1 B
1 C
2 A
2 B
2 C
3 A
3 B
3 C
the number of cells in each list maybe vary and I don't care about the
location of cells. I am looking for a method to do that other than copy
and past. Thank you very much
1 A
2 B
3 C
I want to create two list of data like following
1 A
1 B
1 C
2 A
2 B
2 C
3 A
3 B
3 C
the number of cells in each list maybe vary and I don't care about the
location of cells. I am looking for a method to do that other than copy
and past. Thank you very much