ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel formulas/cells (https://www.excelbanter.com/excel-discussion-misc-queries/186373-excel-formulas-cells.html)

Wingate

Excel formulas/cells
 
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"


JE McGimpsey

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"


Gord Dibben

Excel formulas/cells
 
Maybe some of the cells have text that looks like a number.

Test by =ISNUMBER(cellref)

If you get some that return FALSE then you will have to Format all to General.

Copy an empty cell.

Select the range to change and EditSpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 10:08:02 -0700, 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"




All times are GMT +1. The time now is 08:41 PM.

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