PC Review


Reply
Thread Tools Rate Thread

Beginner question

 
 
jenny
Guest
Posts: n/a
 
      20th Dec 2006
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!!!


 
Reply With Quote
 
 
 
 
DS-NTE
Guest
Posts: n/a
 
      20th Dec 2006
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??
"jenny" <(E-Mail Removed)> skrev i melding
news:LKdih.2655$%(E-Mail Removed)...
> 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!!!
>



 
Reply With Quote
 
jenny
Guest
Posts: n/a
 
      21st Dec 2006

"DS-NTE" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.


 
Reply With Quote
 
Ragdyer
Guest
Posts: n/a
 
      21st Dec 2006
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.
--
HTH,

RD

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

"jenny" <(E-Mail Removed)> wrote in message
news:hWkih.3065$(E-Mail Removed)...
>
> "DS-NTE" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > 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.
>
>


 
Reply With Quote
 
Mickey Mouse
Guest
Posts: n/a
 
      21st Dec 2006
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








"jenny" <(E-Mail Removed)> wrote in message
news:LKdih.2655$%(E-Mail Removed)...
> 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!!!
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: beginner asp.net question James Microsoft ASP .NET 1 14th Sep 2007 09:12 PM
Beginner Question, G Microsoft C# .NET 1 15th Mar 2007 05:51 PM
ASP.NET - Beginner question Marc Llenas Microsoft ASP .NET 1 16th Feb 2006 05:56 PM
No Class at ALL!!! beginner/beginner question =?Utf-8?B?S3VydCBTY2hyb2VkZXI=?= Microsoft ASP .NET 7 3rd Feb 2005 02:47 PM
Re: C# Beginner question Christian Microsoft C# .NET 0 5th Sep 2003 10:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:05 AM.