wonder if there's an easy way to duplicate rows in excel. An example would be:
Before:
1
2
3
4
after:
1
1
2
2
3
3
4
4
I meet this issue way to often to cut/paste my way down.. Anyone have a trick or two?
|
wonder if there's an easy way to duplicate rows in excel. An example would be:
after:
I meet this issue way to often to cut/paste my way down.. Anyone have a trick or two? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Suggest you do an sorting your first result-set that includes each of your columns, e.g.
This might give you something like:
Then you can copy the result set and paste it immedately below your first:
Then you would sort it again
| |||||
feedback
|
|
Initial state, many rows, many columns :
| |||
|
feedback
|