PC Review


Reply
Thread Tools Rate Thread

Calculating cumulative percentage

 
 
=?Utf-8?B?UHJvc3BlY3Q=?=
Guest
Posts: n/a
 
      4th Apr 2007
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
 
 
 
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      4th Apr 2007
One way ..
In C1: =SUM($B$1:B1)
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Prospect" wrote:
> 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
 
=?Utf-8?B?UHJvc3BlY3Q=?=
Guest
Posts: n/a
 
      4th Apr 2007
oh, of course!
Now I'm curious...what if I hadn't already calculated each percentage and
only wanted the cumulative figure?
--
David


"Max" wrote:

> One way ..
> In C1: =SUM($B$1:B1)
> Copy down
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> xdemechanik
> ---
> "Prospect" wrote:
> > 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
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      4th Apr 2007
In B1 and dragged down

=(A1/(SUM(A$1:A$4)/100))

Mike

"Prospect" wrote:

> oh, of course!
> Now I'm curious...what if I hadn't already calculated each percentage and
> only wanted the cumulative figure?
> --
> David
>
>
> "Max" wrote:
>
> > One way ..
> > In C1: =SUM($B$1:B1)
> > Copy down
> > --
> > Max
> > Singapore
> > http://savefile.com/projects/236895
> > xdemechanik
> > ---
> > "Prospect" wrote:
> > > 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
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      5th Apr 2007
In B1:
=SUM(A$1:A1)/SUM(A:A)
Format B1 as percentage, copy down.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Prospect" wrote:
> oh, of course!
> Now I'm curious...what if I hadn't already calculated each percentage and
> only wanted the cumulative figure?
> --
> 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

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
PUZZLED - Daily Percentage Change and Cumulative Stuart Microsoft Excel Discussion 7 12th Nov 2008 12:01 AM
cumulative percentage Cory Microsoft Access Form Coding 4 21st Dec 2007 02:54 PM
basic question - how to calculate a cumulative percentage? =?Utf-8?B?UHJvc3BlY3Q=?= Microsoft Excel Worksheet Functions 3 4th Apr 2007 01:59 PM
Basic question - how to calculate a cumulative percentage =?Utf-8?B?UHJvc3BlY3Q=?= Microsoft Excel Misc 2 4th Apr 2007 12:24 PM
Cumulative percentage in subform BruceM Microsoft Access Forms 0 29th Jan 2007 04:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:47 AM.