Group:  Microsoft Excel » microsoft.public.excel
Thread: HELP!!! Not sure how to phrase this into a question ..

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

HELP!!! Not sure how to phrase this into a question ..
andy 23.08.2006 19:18:01
I'm working on a huge excel spreadsheet that has numbers in columns that must
be added. However, because this spreadsheet is constantly sorted by various
variables, I'm unable to use the Sum() function to add these - and thus have
resorted to looking at the taskbar to find the total and entering it in
manually. So for example I'll have a column of: 4, 5, 9... and rather than
using the sum function to add these ... I'm manually typing in 18 directly
below these #'s.

My question is ... is there a way to get the answer to the sum () function
to automatically paste itself into the cell directly below these #'s?
Re: HELP!!! Not sure how to phrase this into a question ..
Gord Dibben <gorddibbATshawDOTca> 23.08.2006 19:46:15
Why have it below the the numbers?

Have your SUM formula placed in the top row which does not sort because you have
selected "my data range has a header row"

=SUM(A:A) or similar.


Gord Dibben MS Excel MVP

On Wed, 23 Aug 2006 12:18:01 -0700, andy <andy[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>I'm working on a huge excel spreadsheet that has numbers in columns that must
>be added. However, because this spreadsheet is constantly sorted by various
>variables, I'm unable to use the Sum() function to add these - and thus have
>resorted to looking at the taskbar to find the total and entering it in
>manually. So for example I'll have a column of: 4, 5, 9... and rather than
>using the sum function to add these ... I'm manually typing in 18 directly
>below these #'s.
>
>My question is ... is there a way to get the answer to the sum () function
>to automatically paste itself into the cell directly below these #'s?

Re: HELP!!! Not sure how to phrase this into a question ..
andy 23.08.2006 20:01:01
It's just the way my workplace has it setup.... I can't really change it
since there are over 100,000 different cells on this thing. If I were to
sort the spreadsheet with the sum function attached to these #'s, the sum
would be incorrect - since the cells that make up the sum() would be
different numbers .... u know what I mean?

So how do I get the sum answer to be directly entered into the cell without
having to manually type it in?

"Gord Dibben" wrote:

[Quoted Text]
> Why have it below the the numbers?
>
> Have your SUM formula placed in the top row which does not sort because you have
> selected "my data range has a header row"
>
> =SUM(A:A) or similar.
>
>
> Gord Dibben MS Excel MVP
>
> On Wed, 23 Aug 2006 12:18:01 -0700, andy <andy[ at ]discussions.microsoft.com> wrote:
>
> >I'm working on a huge excel spreadsheet that has numbers in columns that must
> >be added. However, because this spreadsheet is constantly sorted by various
> >variables, I'm unable to use the Sum() function to add these - and thus have
> >resorted to looking at the taskbar to find the total and entering it in
> >manually. So for example I'll have a column of: 4, 5, 9... and rather than
> >using the sum function to add these ... I'm manually typing in 18 directly
> >below these #'s.
> >
> >My question is ... is there a way to get the answer to the sum () function
> >to automatically paste itself into the cell directly below these #'s?
>
>
Re: HELP!!! Not sure how to phrase this into a question ..
andy 23.08.2006 20:03:03
how about this ...

When I highlight these cells... the sum() function shows up with the answer
in the task bar ... how do I get this answer to be directly pasted below
these cells without using the sum (i.e. so that it's entered as "36" as
opposed to sum(E1:E7) )

"Gord Dibben" wrote:

[Quoted Text]
> Why have it below the the numbers?
>
> Have your SUM formula placed in the top row which does not sort because you have
> selected "my data range has a header row"
>
> =SUM(A:A) or similar.
>
>
> Gord Dibben MS Excel MVP
>
> On Wed, 23 Aug 2006 12:18:01 -0700, andy <andy[ at ]discussions.microsoft.com> wrote:
>
> >I'm working on a huge excel spreadsheet that has numbers in columns that must
> >be added. However, because this spreadsheet is constantly sorted by various
> >variables, I'm unable to use the Sum() function to add these - and thus have
> >resorted to looking at the taskbar to find the total and entering it in
> >manually. So for example I'll have a column of: 4, 5, 9... and rather than
> >using the sum function to add these ... I'm manually typing in 18 directly
> >below these #'s.
> >
> >My question is ... is there a way to get the answer to the sum () function
> >to automatically paste itself into the cell directly below these #'s?
>
>
Re: HELP!!! Not sure how to phrase this into a question ..
Gord Dibben <gorddibbATshawDOTca> 23.08.2006 20:58:41
=SUM(A:A) doesn't care how the cells are sorted.

You are summing a range of numbers, not individual numbers.

Without typing it in would require VBA.

Copying from the Sum on Status bar is not an option AFAIK


Gord Dibben MS Excel MVP

On Wed, 23 Aug 2006 13:01:01 -0700, andy <andy[ at ]discussions.microsoft.com> wrote:

[Quoted Text]
>It's just the way my workplace has it setup.... I can't really change it
>since there are over 100,000 different cells on this thing. If I were to
>sort the spreadsheet with the sum function attached to these #'s, the sum
>would be incorrect - since the cells that make up the sum() would be
>different numbers .... u know what I mean?
>
>So how do I get the sum answer to be directly entered into the cell without
>having to manually type it in?
>
>"Gord Dibben" wrote:
>
>> Why have it below the the numbers?
>>
>> Have your SUM formula placed in the top row which does not sort because you have
>> selected "my data range has a header row"
>>
>> =SUM(A:A) or similar.
>>
>>
>> Gord Dibben MS Excel MVP
>>
>> On Wed, 23 Aug 2006 12:18:01 -0700, andy <andy[ at ]discussions.microsoft.com> wrote:
>>
>> >I'm working on a huge excel spreadsheet that has numbers in columns that must
>> >be added. However, because this spreadsheet is constantly sorted by various
>> >variables, I'm unable to use the Sum() function to add these - and thus have
>> >resorted to looking at the taskbar to find the total and entering it in
>> >manually. So for example I'll have a column of: 4, 5, 9... and rather than
>> >using the sum function to add these ... I'm manually typing in 18 directly
>> >below these #'s.
>> >
>> >My question is ... is there a way to get the answer to the sum () function
>> >to automatically paste itself into the cell directly below these #'s?
>>
>>

Re: HELP!!! Not sure how to phrase this into a question ..
"Gloria Thrurk" <Gloria[ at ]Thrurk.net> 25.08.2006 14:51:34
Why not use a pivot table to sum the data?
Set up the pivot table to read your sheet as external data and when you save
it XL will ask you if you want to save it as an emty file.
If you reply Yes, then XL will re-read the external data (xl) file next time
you open the pivot table and read all the data even if the length of the
columns has changed.

G.




"Gord Dibben" <gorddibbATshawDOTca> a écrit dans le message de news:
13fpe2def3r66gf1rluj1ej4o3s8hbgjc3[ at ]4ax.com...
[Quoted Text]
> =SUM(A:A) doesn't care how the cells are sorted.
>
> You are summing a range of numbers, not individual numbers.
>
> Without typing it in would require VBA.
>
> Copying from the Sum on Status bar is not an option AFAIK
>
>
> Gord Dibben MS Excel MVP
>
> On Wed, 23 Aug 2006 13:01:01 -0700, andy <andy[ at ]discussions.microsoft.com>
> wrote:
>
>>It's just the way my workplace has it setup.... I can't really change it
>>since there are over 100,000 different cells on this thing. If I were to
>>sort the spreadsheet with the sum function attached to these #'s, the sum
>>would be incorrect - since the cells that make up the sum() would be
>>different numbers .... u know what I mean?
>>
>>So how do I get the sum answer to be directly entered into the cell
>>without
>>having to manually type it in?
>>
>>"Gord Dibben" wrote:
>>
>>> Why have it below the the numbers?
>>>
>>> Have your SUM formula placed in the top row which does not sort because
>>> you have
>>> selected "my data range has a header row"
>>>
>>> =SUM(A:A) or similar.
>>>
>>>
>>> Gord Dibben MS Excel MVP
>>>
>>> On Wed, 23 Aug 2006 12:18:01 -0700, andy
>>> <andy[ at ]discussions.microsoft.com> wrote:
>>>
>>> >I'm working on a huge excel spreadsheet that has numbers in columns
>>> >that must
>>> >be added. However, because this spreadsheet is constantly sorted by
>>> >various
>>> >variables, I'm unable to use the Sum() function to add these - and thus
>>> >have
>>> >resorted to looking at the taskbar to find the total and entering it in
>>> >manually. So for example I'll have a column of: 4, 5, 9... and rather
>>> >than
>>> >using the sum function to add these ... I'm manually typing in 18
>>> >directly
>>> >below these #'s.
>>> >
>>> >My question is ... is there a way to get the answer to the sum ()
>>> >function
>>> >to automatically paste itself into the cell directly below these #'s?
>>>
>>>
>


Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net