Excel drama
•
9 Nov 2009, 19:32
•
Journals
Ok so I have to smth like this for school:
I got 2 different excel files and I need to copy some cells from one excel file to another. Ofcourse I just can't do copy paste but I have to do it with some kind of formule wich will take those cells out the 1st excel file and put them in the 2nd.. What formule do I need =)?
Grtz
I got 2 different excel files and I need to copy some cells from one excel file to another. Ofcourse I just can't do copy paste but I have to do it with some kind of formule wich will take those cells out the 1st excel file and put them in the 2nd.. What formule do I need =)?
Grtz
(stupid tomatfuck kid :DDDDDDDD)
1. Select the cell that contains the formula that you want to move.
2. On the Home tab, in the Clipboard group, click Cut.
You can also move formulas by dragging the border of the selected cell to the upper-left cell of the paste area. Any existing data is replaced.
3. Do one of the following:
* To paste the formula and any formatting, on the Home tab, in the Clipboard group, click Paste.
* To paste the formula only, on the Home tab, in the Clipboard group, click Paste, click Paste Special, and then click Formulas.
Top of Page Top of Page
Copy a formula
1. Select the cell that contains the formula that you want to copy.
2. On the Home tab, in the Clipboard group, click Copy.
3. Do one of the following:
* To paste the formula and any formatting, on the Home tab, in the Clipboard group, click Paste.
* To paste the formula only, on the Home tab, in the Clipboard group, click Paste, click Paste Special, and then click Formulas.
Note You can paste only the formula results. On the Home tab, in the Clipboard group, click Paste, click Paste Special, and then click Values.
4. Verify that the cell references in the formula produce the result that you want. If necessary, switch the type of reference by doing the following:
5.
1. Select the cell that contains the formula.
2. In the formula bar (formula bar: A bar at the top of the Excel window that you use to enter or edit values or formulas in cells or charts. Displays the constant value or formula stored in the active cell.) Formula bar, select the reference that you want to change.
3. Press F4 to switch between the combinations.
The following table summarizes how a reference type updates if a formula that contains the reference is copied two cells down and two cells to the right.
ask tom cruise?
=[Book1]Sheet1!$B$2
Where Book1 is the name of the first spreadsheet and Sheet1 is the name of the Sheet in Book 1 that the data appear on.
Or something like that anyway.