I want to copy a cell's data to the 4 cells below it.
ex: If I have 'apple', I need
apple
apple
apple
apple
apple
Please suggest to me a short cut that will do this.
|
I want to copy a cell's data to the 4 cells below it. ex: If I have 'apple', I need apple Please suggest to me a short cut that will do this. | |||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Or you can just click+drag the lower-right corner of the cell, 4 cells down, the old-fashioned way. | |||
|
feedback
|
|
Select "apple", hold shift, push down arrow a bunch, push ctrl-d. If you want the same amount of rows of "apples" as there are in a neighboring column: click on the apple, shift+right arrow, ctrl + shift + down arrow (now two columns are highlighted), shift + left arrow (now just the empty column with apple on top is highlighted), ctrl+d | |||
|
feedback
|
|
Why can't you just CTRL+C the apple cell and select what ever cells you want and CTRL+V ? This should be the faster method, no? You can select other cells by:
Use any of the above combination and you can select any cell you want. | |||
|
feedback
|