Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I want to set up a column of numbers
at the bottom I want to show a total of the numbers in column b I want to show what % column a is of the total That's easy enough, but when I copy and paste the total tries to move down a row skewing my calculations. In other words in the formula in cell b1 =a1/sum(a1:a10) when I copy and paste it to cell b2 it becomes =a2/sum(a2:a11) and I want the sum portion to remain constant - in other words =a2/sum(a1:a10) Please help. Thank you Vivian |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() =A1/SUM($A$1:$A$10) =A2/SUM($A$1:$A$10) You need absolute value, when you select the range press F4 -- davesexcel ------------------------------------------------------------------------ davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708 View this thread: http://www.excelforum.com/showthread...hreadid=523353 |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=A1/SUM($A$1:$A$10)
and with the above entered in B1, to copy B1 down, we could simply drag the fill handle (i.e. the "black square" at the bottom right-hand corner of cell B1) instead of: .. I copy and paste it to cell b2 ... -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks a lot. That was the help I needed.
"Max" wrote: =A1/SUM($A$1:$A$10) and with the above entered in B1, to copy B1 down, we could simply drag the fill handle (i.e. the "black square" at the bottom right-hand corner of cell B1) instead of: .. I copy and paste it to cell b2 ... -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You're welcome, Viviank !
Thanks for feeding back .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Viviank" wrote in message ... Thanks a lot. That was the help I needed. |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Fri, 17 Mar 2006 21:19:23 +0800, "Max"
wrote: You're welcome, Viviank ! Thanks for feeding back .. of course, you have already calculate the sum so b1 = a1/$a$11 and then drag b1 down to b10 would save 10 extra calculations -- Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy & paste excel charts to Words as Windows Metafile | Charts and Charting in Excel | |||
Macro to find, copy, and paste until value change | Excel Worksheet Functions | |||
copy & paste spreadsheet cells from excel to outlook to excel | Excel Discussion (Misc queries) | |||
Copy and paste from one spreadsheet to another | Excel Worksheet Functions | |||
Issue with copy & paste? | Excel Discussion (Misc queries) |