One way ..
In C1: =SUM($B$1:B1)
Copy down

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> 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
[quoted text clipped - 8 lines]
>
> Thanks for your help.
oh, of course!
Now I'm curious...what if I hadn't already calculated each percentage and
only wanted the cumulative figure?

Signature
David
> One way ..
> In C1: =SUM($B$1:B1)
[quoted text clipped - 11 lines]
> >
> > Thanks for your help.
Mike - 04 Apr 2007 12:30 GMT
In B1 and dragged down
=(A1/(SUM(A$1:A$4)/100))
Mike
> oh, of course!
> Now I'm curious...what if I hadn't already calculated each percentage and
[quoted text clipped - 15 lines]
> > >
> > > Thanks for your help.
Max - 05 Apr 2007 04:12 GMT
In B1:
=SUM(A$1:A1)/SUM(A:A)
Format B1 as percentage, copy down.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> oh, of course!
> Now I'm curious...what if I hadn't already calculated each percentage and
> only wanted the cumulative figure?