ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Adding columns (https://www.excelbanter.com/excel-discussion-misc-queries/38655-adding-columns.html)

bbc1

Adding columns
 
I have a spreadsheet with values in column E an I want to add them to column
F with the first f2=e2.So as I add a value to column E the value in F changes
to sum all with the blank cell showing 0.
ie
Column E2 Column F2
$1000 $1000
$500 $1500
$0

Anne Troy

Okay, so in F3, type: =if(isblank(E3),"",F2+E3)
*******************
~Anne Troy

www.OfficeArticles.com


"bbc1" wrote in message
...
I have a spreadsheet with values in column E an I want to add them to

column
F with the first f2=e2.So as I add a value to column E the value in F

changes
to sum all with the blank cell showing 0.
ie
Column E2 Column F2
$1000 $1000
$500 $1500
$0




Ragdyer

Enter this in F2, and copy down as needed:

=(E2<"")*(SUM($E$2:E2))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"bbc1" wrote in message
...
I have a spreadsheet with values in column E an I want to add them to

column
F with the first f2=e2.So as I add a value to column E the value in F

changes
to sum all with the blank cell showing 0.
ie
Column E2 Column F2
$1000 $1000
$500 $1500
$0




All times are GMT +1. The time now is 07:59 AM.

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