View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
chieron
 
Posts: n/a
Default Continue formula but without showing last total

When I put this formula in and put in the next entry at line 26 I get #VALUE!

My last total on line 25 is 1200 and when I spend 50 in column E, I should
get 1150 (also when I put in 50 I should get 1250). Instead I get a run of
#VALUE! 's


"Bob Phillips" wrote:

=IF(SUM(C25:F25,G25)=0,"",SUM(H24,-C25:F25,G25))


--

HTH

RP
(remove nothere from the email address if mailing direct)


"chieron" wrote in message
...
I have a formula that totals a balance of columns C to F and I wish to

copy
this formula down to line 1000. I am currently upto line 25 and lines 26

to
1000 shows the last balance, ie 1200 all the way down to line 1000.

The formula I am using is =H24-SUM(C25:F25)+G25

What can I add to this formula to show lines 26 to 1000 as blank or 0, but
will change when figures are entered in columns C-F.