Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

copying and pasting

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Copying and pasting

Copying and pasting

ResolvedVersion 2003

Ludovic has attended:
Excel Intermediate course

Copying and pasting

I want to copy a part of a block of data. ie. in a column of dates from 2000-2008. I only want to copy from 2006 to 2008. I know Ctrl-shift-8 selects everything amd ctrl down goes to the last occupied cell (but doesn't select anything). Is there a quicker way than dragging down to the bottom?

Also, when I want to drag down a formulaic cell is there a short cut to drag it down. ie. to cell B2200, for example.

Thank you. Much appreciated.

RE: copying and pasting

Hello Ludovic

Thank you for your question.

To select the data you require, you could try the following:
Click on the first cell you want to select, hold down the Shift key and while holding down Shift, click on the last cell you wish to select. This should select all the data between the first and last cells.

To copy down a formula, if you position your mouse on the bottom right corner of the cell, your cursor will change to a black cross. If you double-click when the black cross cursor shape appears, the formula should fill down the column, provided that there are no completely blank rows within your data.

I hope this helps.
Amanda

Excel tip:

Generating Random Numbers

To generate a random number in Excel use the = RAND() function.

The value returned will always be between 0 and 1. To convert this to some other random value, you will need to multiply the result by the highest number you want to consider. For example, if you wanted a random number between 1 and 25, you could use the following code line:
= INT(25 * RAND()+ 1)

Since RAND() will always returns a value between 0 and 1 (but never 1 itself), multiplying what it returns by 25 and then using the Integer function INT on that result will return a whole number between 0 and 24.

Finally, 1 is added to this result, so that x will be equal to a number between 1 and 25, inclusive

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.