Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / December 2006

Tip: Looking for answers? Try searching our database.

Beginner question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jenny - 20 Dec 2006 16:43 GMT
Please forgive what might be a beginner question.
I have a spread sheet that is made up of 10 columns.
I would like to make it so that each time I change a
number in these columns, the sub-total at the bottom
of each column changes automatically AND so that
the sub-total in the far right column changes automatically.

Is there a template for this??

Thanks so much!!!
DS-NTE - 20 Dec 2006 17:25 GMT
You would use a function for that, lets say you have values in A1 to A10,
then in A11 place this =SUM(A1:A10), or =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10.
got the idea??
> Please forgive what might be a beginner question.
> I have a spread sheet that is made up of 10 columns.
[quoted text clipped - 6 lines]
>
> Thanks so much!!!
jenny - 21 Dec 2006 00:58 GMT
> You would use a function for that, lets say you have values in A1 to A10,
> then in A11 place this =SUM(A1:A10), or =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10.
> got the idea??

Could you walk me through the keystrokes??  Are you saying that I simply
type
A1+A2+A3+A4+A5+A6+A7+A8+A9+A10 and nothing else??  I tired that and
it didn't work.
Ragdyer - 21 Dec 2006 04:01 GMT
Perhaps you didn't notice that all formulas in XL start with an equal sign.

If you have a 10 column by 10 row array (A1 to J10), and you want to total
each individual column AND each individual row, start with this in A11:
=Sum(A1:A10)
And this in K1:
=Sum(A1:J1)

Now, XL allows you copy these formulas from cell to cell, and
*automatically* changes the cell references to accommodate for the new
location of the copied formula.
Copying the formula from A11 to B11 will result in the formula changing to:
=Sum(B1:B10)
And copying the formula in K1 to K2 will result in:
=Sum(A2:J2)

To copy a cell (formulas OR data), select the cell.
You'll notice a small square in the lower right hand corner of the
selection.
This is called the "Fill Handle".
Hover the cursor over this square until it changes from a fat white cross to
a skinny black cross.
Then click and drag this fill handle down a column or across a row as far as
you need to copy the original's contents.

In XL, there's always more then one way to accomplish any task.
Here are a few ways (formulas) that you could use to total the contents of
cells A1 to A10:

=Sum(A1:A10)
=A1+A2+A3+A4+A5+A6+A7+A8+A9+A10
=Sum(A1,A2,A3,A4,A5,A6,A7,A8,A9,A10)

Each syntax has it's own benefits which we won't get into here.

Post back with any further questions.
Signature

HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

> > You would use a function for that, lets say you have values in A1 to A10,
> > then in A11 place this =SUM(A1:A10), or =A1+A2+A3+A4+A5+A6+A7+A8+A9+A10.
[quoted text clipped - 4 lines]
> A1+A2+A3+A4+A5+A6+A7+A8+A9+A10 and nothing else??  I tired that and
> it didn't work.
Mickey Mouse - 21 Dec 2006 10:36 GMT
Jenny,
Suppose you have numbers in A1 to A10 and you want to add them up and
display the answer in A11
Select the cell where you want the answer to go, in this case A11
then type =sum to tell excel to calculate what follows and that is (A1:A10)
which means add the contents of A1 to A10.
Therefore  =sum(A1:A10) if placed in cell A11 means,
Add the contents of A1 to A10 and place the answer in A11.

Not that long ago I was in the same boat.

Mickey

> Please forgive what might be a beginner question.
> I have a spread sheet that is made up of 10 columns.
[quoted text clipped - 6 lines]
>
> Thanks so much!!!

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.