#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 82
Default Adding formula

I am trying to complete a formula that will enable me to do the following.

D4 = C3 + C4
D5 = C4 + C5

So the total in the D columnis the addition of the new C column total.

example:

B C D
10+10 20 20 <--
20+10 30 50 <-- these is a running totals
5+15 20 70 <--
etc

The formula would be placed in the D column and would remain empty if the C
column is empty.


Thanks in advance.

Scoober
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Adding formula

Enter this formula in D3 and copy down as needed:

=IF(C3="","",SUM(C$3:C3))

--
Biff
Microsoft Excel MVP


"Scoober" wrote in message
...
I am trying to complete a formula that will enable me to do the following.

D4 = C3 + C4
D5 = C4 + C5

So the total in the D columnis the addition of the new C column total.

example:

B C D
10+10 20 20 <--
20+10 30 50 <-- these is a running totals
5+15 20 70 <--
etc

The formula would be placed in the D column and would remain empty if the
C
column is empty.


Thanks in advance.

Scoober



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
Adding to formula Canon Excel Discussion (Misc queries) 2 September 3rd 09 01:46 PM
Adding to a formula Jooles Excel Discussion (Misc queries) 4 March 13th 08 11:33 PM
Adding on to a formula Joe Gieder Excel Worksheet Functions 2 November 22nd 06 09:53 PM
adding a formula Pam Coleman Excel Discussion (Misc queries) 1 September 26th 06 06:52 PM
Formula help : adding Niki New Users to Excel 3 March 24th 05 06:43 AM


All times are GMT +1. The time now is 09:57 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"