ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Adding formula (https://www.excelbanter.com/excel-worksheet-functions/256630-adding-formula.html)

Scoober

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

T. Valko

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





All times are GMT +1. The time now is 03:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com