Adding columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Enter this in F2, and copy down as needed:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top