View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Running total in blank cells

As always, post YOUR formula for comments.
probably
=if(a2="","", dddd

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"RAZielinski" wrote in message
...
I put a formula into a sheet that is suppose to maintain a running total.
It
works fine but it shows the last total in all the blank cells where I have
not yet put any numbers in. It is confusing to see the last total to show
up
all the way down the column. They should be blank until I make a row
entry.
How do I correct that?