Thread: cummulative sum
View Single Post
  #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