I am making a large invoice. Qty x Unit Price = total price.
I am having to put in a formula for each line (A4*F4) (A5*B6) (A6*F6), etc.... This will be time consuming if I want 100 lines. Is there a way to do this more quickly than one formula at a time for each line?
2007-07-16
09:50:15
·
8 answers
·
asked by
pikachuflatulates
5
in
Science & Mathematics
➔ Mathematics
What ETB said is no help. I can't just paste the formula, because I have to go back and change each row number in the formula. That will take a long time also--it would be easier just to type in the formula 100 times than paste it and correct 2 numbers 100 times.
2007-07-16
09:56:11 ·
update #1
My apologies. I guess I can't give you both best answer. Thanks.
2007-07-16
10:01:35 ·
update #2
Copy and paste
Do the first row and validate the answer is accurate. Copy the cell where the answer is. Then highlight the equivalent cell in all the other rows and click paste and you are done!
2007-07-16 09:54:17
·
answer #1
·
answered by GTB 7
·
0⤊
1⤋
You need some spreadsheeting help. Find someone who is good and have them show you how formulas work.
That being said:
If you enter in a formula and hit enter, then select the cell again and copy it (hit ctrl + c), you can copy the formula AND IT WILL MAINTAIN the relative relationships. PROMISE.
You can also go to the bottom right hand column of hte cell and drag the plus sign down the column, and it fills with the formula with the correct references.
If you don't want the copy to use the relative reference scheme, you use $, this symbol gives ABSOLUTE reference.
You can use it before the row or column to keep these absolute, like this:
($A$4*$F$4) ($A$5*$B$6) ($A$6*$F$6)
Try these NOW until you see how they work. You need the equal sign or plus sine before an equation.
Good luck. Don't spend too much time spinning your wheels before getting a basics level excel refresher from people who are doing the tasks you need to do with excel.
2007-07-16 17:06:20
·
answer #2
·
answered by Shawn A 3
·
0⤊
0⤋
Like the first answerer said...copy and paste.
There is an even easier (if you can believe it) way in newer versions of Excel. After entering the formula in the first cell and pressing ENTER, select that cell. You will notice a little box in the bottom right hand corner of the cell. Grab that box and drag it as far down as you want and it will copy the formula.
2007-07-16 17:05:14
·
answer #3
·
answered by gebobs 6
·
0⤊
0⤋
Let Q be quantity , U be unit price and T be total price
In Excel worksheet, type
Q U T in adjacent horizontal cells
In cell under the T enter = then click the cell under Q, enter the sign *, click the cell under U, press ENTER button.
In the selected cell you now have a formula to calculate Q X U = T
To repeat this formula down the page, click on cell under T and drag down the page as required.
Formula is then repeated down the page.
2007-07-17 03:05:59
·
answer #4
·
answered by Como 7
·
0⤊
0⤋
Provided the second formula is A5*F5 and not A5*B6, you can:
Select the cell containing A5*F5.
Drag down to highlight as many rows as you need.
Press Ctrl and D to copy down.
The menu equivalent for the last line is:
Edit -> Fill -> Down.
If you have several formulae across one line, you can copy them all down together in the same way.
2007-07-16 17:04:54
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
What ETB said was precisely correct. In Excel, when you cut a formula and paste it into different cells, the references all update so that they are correct relative to the cell into which the formula is pasted. So if in cell G4 I have a formula =A4*F4, when I cut and paste to cell G5, the formula updates to =A5*F5. If you want to override that, use absolute addressing (=$A$4*$F$4).
2007-07-16 16:59:31
·
answer #6
·
answered by dansinger61 6
·
0⤊
0⤋
Click on the bottom right of the cell with the original answer. You will see a small black box in the bottom right corner of the cell. click on that and drag it as far down as you need this will copy the formula using the corresponding rows to get answer.
2007-07-16 17:01:01
·
answer #7
·
answered by Robert B 1
·
0⤊
0⤋
I'm not sure you understand the first answer. Excel will automatically change the row numbers in all the 'pasted' lines. Try it and see.
2007-07-16 16:58:52
·
answer #8
·
answered by Optimizer 3
·
0⤊
0⤋