PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Worksheet Functions basic question - how to calculate a cumulative percentage?

Reply

basic question - how to calculate a cumulative percentage?

 
Thread Tools Rate Thread
Old 04-04-2007, 01:14 PM   #1
=?Utf-8?B?UHJvc3BlY3Q=?=
Guest
 
Posts: n/a
Default basic question - how to calculate a cumulative percentage?


I have a column of data with percentages of the total in the next column. I
now want to add a third column that shows the cumulative percentage of the
total. Something like:
1 2 3
A 10 10% 10%
B 20 20% 30%
C 30 30% 60%
D 40 40% 100%

What formula should I use to calculate the values for the third column?

Thanks for your help.
--
David
  Reply With Quote
Old 04-04-2007, 02:12 PM   #2
Bob Phillips
Guest
 
Posts: n/a
Default Re: basic question - how to calculate a cumulative percentage?

=SUM($BE$1:$B1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Prospect" <Prospect@discussions.microsoft.com> wrote in message
news:0FEECA58-B552-42D4-B0D2-E7000AC68FAC@microsoft.com...
>I have a column of data with percentages of the total in the next column. I
> now want to add a third column that shows the cumulative percentage of the
> total. Something like:
> 1 2 3
> A 10 10% 10%
> B 20 20% 30%
> C 30 30% 60%
> D 40 40% 100%
>
> What formula should I use to calculate the values for the third column?
>
> Thanks for your help.
> --
> David



  Reply With Quote
Old 04-04-2007, 02:24 PM   #3
David Biddulph
Guest
 
Posts: n/a
Default Re: basic question - how to calculate a cumulative percentage?

If the numbers you are trying to accumulate are in column C, starting at C2,
try =SUM(C$2:C2) and copy down.
--
David Biddulph

"Prospect" <Prospect@discussions.microsoft.com> wrote in message
news:0FEECA58-B552-42D4-B0D2-E7000AC68FAC@microsoft.com...
>I have a column of data with percentages of the total in the next column. I
> now want to add a third column that shows the cumulative percentage of the
> total. Something like:
> 1 2 3
> A 10 10% 10%
> B 20 20% 30%
> C 30 30% 60%
> D 40 40% 100%
>
> What formula should I use to calculate the values for the third column?
>
> Thanks for your help.
> --
> David



  Reply With Quote
Old 04-04-2007, 02:59 PM   #4
Bob Phillips
Guest
 
Posts: n/a
Default Re: basic question - how to calculate a cumulative percentage?

Sorry, typo, that should be

=SUM($B$1:$B1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Bob Phillips" <bob.ngs@somewhere.com> wrote in message
news:%23xvTmJrdHHA.4340@TK2MSFTNGP06.phx.gbl...
> =SUM($BE$1:$B1)
>
> --
> HTH
>
> Bob
>
> (there's no email, no snail mail, but somewhere should be gmail in my
> addy)
>
> "Prospect" <Prospect@discussions.microsoft.com> wrote in message
> news:0FEECA58-B552-42D4-B0D2-E7000AC68FAC@microsoft.com...
>>I have a column of data with percentages of the total in the next column.
>>I
>> now want to add a third column that shows the cumulative percentage of
>> the
>> total. Something like:
>> 1 2 3
>> A 10 10% 10%
>> B 20 20% 30%
>> C 30 30% 60%
>> D 40 40% 100%
>>
>> What formula should I use to calculate the values for the third column?
>>
>> Thanks for your help.
>> --
>> David

>
>
>



  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off