View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Excel formulas/cells

Not sure what you mean by "take" and "revert" - do the formulae not show
up in the formula bar?

There's no reason to be using SUM(). This is equivalent:

E1: = A1 - B1 + C1 - D1

Copying down should adjust the row numbers to suit.





In article ,
Wingate wrote:

What to do when a formula is entered correctly (and works in some cells),
however, it does not work in others.

Example:
5 columns; Year 1 Budget (a), Year 1 Expenditures (b), Year 2 Budget (c),
Year 2 Expenditures (d), Total (e) (assuming this is line 1)

the equation in column e should be:

=sum(a1-b1+c1-d1)
This works in most of the cells - others will not "take" the equation and
revert to "0"