#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chiapas77
 
Posts: n/a
Default cummulative sum


Hi everyone...

I need to figure out how to create a new variable that is a cumulative
sum of an existing variable with conditions. an example is below where
sumnumber is what i am trying to create. any help would be appreciated.
thanks.



subject visit number sumnumber
1000 1 5 5
1000 3 6 11
1000 4 2 13
1000 7 4 17
2000 1 0 0
2000 2 2 2
2000 3 0 2
3000 4 5 5
4000 1 2 2
4000 4 2 4


--
chiapas77
------------------------------------------------------------------------
chiapas77's Profile: http://www.excelforum.com/member.php...o&userid=30568
View this thread: http://www.excelforum.com/showthread...hreadid=502153

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vito
 
Posts: n/a
Default cummulative sum


Try

=IF(A1=A2,D1+C2,C2) copied down

Where A1=Subject title, A2=first entry
C1=Number title, C2=first entry

And D2 is where you star entering your data.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=502153

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default cummulative sum

Assuming that subject is sorted as your example shows:

D2: =C2
D3: =IF(A3=A2,D2+C3,C3)

copy D2 down as far as necessary.

In article ,
chiapas77
wrote:

Hi everyone...

I need to figure out how to create a new variable that is a cumulative
sum of an existing variable with conditions. an example is below where
sumnumber is what i am trying to create. any help would be appreciated.
thanks.



subject visit number sumnumber
1000 1 5 5
1000 3 6 11
1000 4 2 13
1000 7 4 17
2000 1 0 0
2000 2 2 2
2000 3 0 2
3000 4 5 5
4000 1 2 2
4000 4 2 4

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chiapas77
 
Posts: n/a
Default cummulative sum


seemed to work pretty good. thanks.


--
chiapas77
------------------------------------------------------------------------
chiapas77's Profile: http://www.excelforum.com/member.php...o&userid=30568
View this thread: http://www.excelforum.com/showthread...hreadid=502153

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Circular reference leon Excel Worksheet Functions 1 November 1st 04 12:45 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"