Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default Excel does not calculate my formulas

This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc doesn't work)

--
Martin Verville
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Excel does not calculate my formulas

We might need a few more clues:
What is in A1? What is in A2?
--
David Biddulph

"Martin" wrote in message
...
This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc doesn't work)

--
Martin Verville



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default Excel does not calculate my formulas

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I've tried with a couple different excel file in the company and i'm at the
same point, always the same problem.

--
Martin Verville


"David Biddulph" wrote:

We might need a few more clues:
What is in A1? What is in A2?
--
David Biddulph

"Martin" wrote in message
...
This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc doesn't work)

--
Martin Verville



.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel does not calculate my formulas

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Thu, 4 Feb 2010 11:22:01 -0800, Martin
wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I've tried with a couple different excel file in the company and i'm at the
same point, always the same problem.


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default Excel does not calculate my formulas

sorry, I forgot to told you that I have tried this too, i'm stuck with my
problem maybe unistall and reinstall Ofiice will set the problem ?
--
Martin Verville


"Gord Dibben" wrote:

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Thu, 4 Feb 2010 11:22:01 -0800, Martin
wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I've tried with a couple different excel file in the company and i'm at the
same point, always the same problem.


.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Excel does not calculate my formulas

Try this first...
Confirm your calculation setting.
Create a new workbook.
Add a simple formula to the new book such as the one you have. If it calc's
correctly then it is not XL but a problem in the workbook.

If the cells were previously text and you just reformatted them to number
then the underlying value will still be Text. You need to force XL to convert
them. Gord posted a method to do that.
--
HTH...

Jim Thomlinson


"Martin" wrote:

sorry, I forgot to told you that I have tried this too, i'm stuck with my
problem maybe unistall and reinstall Ofiice will set the problem ?
--
Martin Verville


"Gord Dibben" wrote:

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Thu, 4 Feb 2010 11:22:01 -0800, Martin
wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I've tried with a couple different excel file in the company and i'm at the
same point, always the same problem.


.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Excel does not calculate my formulas

And of course if there is any doubt as to whether the contents are text,
ISNUMBER() and ISTEXT() will give a clue.
--
David Biddulph

"Jim Thomlinson" wrote in message
...
Try this first...
Confirm your calculation setting.
Create a new workbook.
Add a simple formula to the new book such as the one you have. If it
calc's
correctly then it is not XL but a problem in the workbook.

If the cells were previously text and you just reformatted them to number
then the underlying value will still be Text. You need to force XL to
convert
them. Gord posted a method to do that.
--
HTH...

Jim Thomlinson


"Martin" wrote:

sorry, I forgot to told you that I have tried this too, i'm stuck with my
problem maybe unistall and reinstall Ofiice will set the problem ?
--
Martin Verville


"Gord Dibben" wrote:

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

On Thu, 4 Feb 2010 11:22:01 -0800, Martin

wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return
zero
onstead of tree.

I've tried with a couple different excel file in the company and i'm
at the
same point, always the same problem.

.



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Excel does not calculate my formulas

On Thu, 04 Feb 2010 12:12:51 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP


Do the older versions work differently, Gord?

In 2007, if I, with a new workbook
Format Column A as TEXT
A1: 1
A2: 2
B1: =A1+A2
-- 3

The same occurs if I enter '1 and '2 in cells pre-formatted as General.

--ron
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel does not calculate my formulas

Ron

Tested in my 2007 with new workbook.

Format A1:A2 as Text

A1 1
A2 2

A3 =A1+A2 results in 0

Same for '1 and '2


Gord



On Fri, 05 Feb 2010 07:03:01 -0500, Ron Rosenfeld
wrote:

On Thu, 04 Feb 2010 12:12:51 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP


Do the older versions work differently, Gord?

In 2007, if I, with a new workbook
Format Column A as TEXT
A1: 1
A2: 2
B1: =A1+A2
-- 3

The same occurs if I enter '1 and '2 in cells pre-formatted as General.

--ron


  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Excel does not calculate my formulas

On Fri, 05 Feb 2010 09:30:00 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Ron

Tested in my 2007 with new workbook.

Format A1:A2 as Text

A1 1
A2 2

A3 =A1+A2 results in 0

Same for '1 and '2


Gord


Interesting.

I just did it again, but this time on a different computer.

Same results as I posted initially.

Computer 1 is running W7x64; computer 2 is running XP SP3 (32 bit)

XL version on computer 2 is Excel 2007 (12.0.6514.5000) SP2 MSO
(12.0.6425.1000)

I assume the version on my W7 machine is the same, but it's now a few hundred
miles away, so I can't be sure.

The other interesting phenomenon, that does occur on both machines, is that
AFTER I enter =a1+a2 and see "3" as a result (without the quotes)
the "3" is left justified
the cell is formatted as TEXT
=ISTEXT(B1) -- FALSE
=ISNUMBER(B1) -- TRUE
Selecting B1, then EDIT (F2) and <enter displays just the formula, as
one would expect in a text formatted cell.

Very weird. But it's occurring on two different machines, two different OS's,
same Excel 2007.

--ron


  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel does not calculate my formulas

OK.

A1 & A2 formatted as text or preceded by apostrophe.

In A3 =A1+A2 returns 3

=SUM(A1,A2) returns 0 which it should if A1 and A2 are text.

In both cases =ISNUMBER(A1) and A2 and A3 returns

FALSE, FALSE, TRUE

I give up<g


Gord

On Fri, 05 Feb 2010 20:50:17 -0500, Ron Rosenfeld
wrote:

On Fri, 05 Feb 2010 09:30:00 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Ron

Tested in my 2007 with new workbook.

Format A1:A2 as Text

A1 1
A2 2

A3 =A1+A2 results in 0

Same for '1 and '2


Gord


Interesting.

I just did it again, but this time on a different computer.

Same results as I posted initially.

Computer 1 is running W7x64; computer 2 is running XP SP3 (32 bit)

XL version on computer 2 is Excel 2007 (12.0.6514.5000) SP2 MSO
(12.0.6425.1000)

I assume the version on my W7 machine is the same, but it's now a few hundred
miles away, so I can't be sure.

The other interesting phenomenon, that does occur on both machines, is that
AFTER I enter =a1+a2 and see "3" as a result (without the quotes)
the "3" is left justified
the cell is formatted as TEXT
=ISTEXT(B1) -- FALSE
=ISNUMBER(B1) -- TRUE
Selecting B1, then EDIT (F2) and <enter displays just the formula, as
one would expect in a text formatted cell.

Very weird. But it's occurring on two different machines, two different OS's,
same Excel 2007.

--ron


  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Excel does not calculate my formulas

On Sat, 06 Feb 2010 08:05:47 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

OK.

A1 & A2 formatted as text or preceded by apostrophe.

In A3 =A1+A2 returns 3

=SUM(A1,A2) returns 0 which it should if A1 and A2 are text.

In both cases =ISNUMBER(A1) and A2 and A3 returns

FALSE, FALSE, TRUE

I give up<g


Gord


So we do both have Excel's that work alike. (I agree that SUM(a1,a2)-- 0 and
the =a1+a2 -- 3)

And yet, the OP's does not, apparently. Unless there is something he has
omitted.
--ron
  #13   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel does not claculate

Hi

Had same problem but found solution on-line

Check your options. Auto Calc may be switched off

Tools Options Calcualtion Tab then click Auto Calc.

Hope this helps




Ron Rosenfeld wrote:

So we do both have Excel's that work alike.
06-Feb-10

So we do both have Excel's that work alike. (I agree that SUM(a1,a2)-- 0 and
the =a1+a2 -- 3)

And yet, the OP's does not, apparently. Unless there is something he has
omitted.
--ron

Previous Posts In This Thread:

On Thursday, February 04, 2010 1:17 PM
Martin wrote:

Excel does not calculate my formulas
This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc does not work)

--
Martin Verville

On Thursday, February 04, 2010 1:29 PM
David Biddulph wrote:

We might need a few more clues:What is in A1? What is in A2?--David Biddulph
We might need a few more clues:
What is in A1? What is in A2?
--
David Biddulph

On Thursday, February 04, 2010 2:22 PM
Martin wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zeroonstead
Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I have tried with a couple different excel file in the company and i'm at the
same point, always the same problem.

--
Martin Verville


"David Biddulph" wrote:

On Thursday, February 04, 2010 3:12 PM
Gord Dibben wrote:

Sounds like your numbers are Text.
Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

wrote:

On Thursday, February 04, 2010 3:53 PM
Martin wrote:

sorry, I forgot to told you that I have tried this too, i'm stuck with
sorry, I forgot to told you that I have tried this too, i'm stuck with my
problem maybe unistall and reinstall Ofiice will set the problem ?
--
Martin Verville


"Gord Dibben" wrote:

On Thursday, February 04, 2010 5:06 PM
Jim Thomlinson wrote:

Try this first...Confirm your calculation setting.Create a new workbook.
Try this first...
Confirm your calculation setting.
Create a new workbook.
Add a simple formula to the new book such as the one you have. If it calc's
correctly then it is not XL but a problem in the workbook.

If the cells were previously text and you just reformatted them to number
then the underlying value will still be Text. You need to force XL to convert
them. Gord posted a method to do that.
--
HTH...

Jim Thomlinson


"Martin" wrote:

On Friday, February 05, 2010 6:00 AM
David Biddulph wrote:

And of course if there is any doubt as to whether the contents are
And of course if there is any doubt as to whether the contents are text,
ISNUMBER() and ISTEXT() will give a clue.
--
David Biddulph

On Friday, February 05, 2010 7:03 AM
Ron Rosenfeld wrote:

Do the older versions work differently, Gord?
Do the older versions work differently, Gord?

In 2007, if I, with a new workbook
Format Column A as TEXT
A1: 1
A2: 2
B1: =A1+A2
-- 3

The same occurs if I enter '1 and '2 in cells pre-formatted as General.

--ron

On Friday, February 05, 2010 12:30 PM
Gord Dibben wrote:

RonTested in my 2007 with new workbook.
Ron

Tested in my 2007 with new workbook.

Format A1:A2 as Text

A1 1
A2 2

A3 =A1+A2 results in 0

Same for '1 and '2


Gord



wrote:

On Friday, February 05, 2010 8:50 PM
Ron Rosenfeld wrote:

Interesting.I just did it again, but this time on a different computer.
Interesting.

I just did it again, but this time on a different computer.

Same results as I posted initially.

Computer 1 is running W7x64; computer 2 is running XP SP3 (32 bit)

XL version on computer 2 is Excel 2007 (12.0.6514.5000) SP2 MSO
(12.0.6425.1000)

I assume the version on my W7 machine is the same, but it is now a few hundred
miles away, so I cannot be sure.

The other interesting phenomenon, that does occur on both machines, is that
AFTER I enter =a1+a2 and see "3" as a result (without the quotes)
the "3" is left justified
the cell is formatted as TEXT
=ISTEXT(B1) -- FALSE
=ISNUMBER(B1) -- TRUE
Selecting B1, then EDIT (F2) and <enter displays just the formula, as
one would expect in a text formatted cell.

Very weird. But it is occurring on two different machines, two different OS's,
same Excel 2007.

--ron

On Saturday, February 06, 2010 11:05 AM
Gord Dibben wrote:

OK.A1 & A2 formatted as text or preceded by apostrophe.
OK.

A1 & A2 formatted as text or preceded by apostrophe.

In A3 =A1+A2 returns 3

=SUM(A1,A2) returns 0 which it should if A1 and A2 are text.

In both cases =ISNUMBER(A1) and A2 and A3 returns

FALSE, FALSE, TRUE

I give up<g


Gord

wrote:

On Saturday, February 06, 2010 3:13 PM
Ron Rosenfeld wrote:

So we do both have Excel's that work alike.
So we do both have Excel's that work alike. (I agree that SUM(a1,a2)-- 0 and
the =a1+a2 -- 3)

And yet, the OP's does not, apparently. Unless there is something he has
omitted.
--ron


Submitted via EggHeadCafe - Software Developer Portal of Choice
IIS 7.0 Extensionless UrlRewriting (Short urls)
http://www.eggheadcafe.com/tutorials...nless-url.aspx
  #14   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel does not calculate

check your options. Auto Calc maybe switch off

Tools Options Calcualtion Tab then click Auto Calc




Martin wrote:

Excel does not calculate my formulas
04-Feb-10

This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc does not work)

--
Martin Verville

Previous Posts In This Thread:

On Thursday, February 04, 2010 1:17 PM
Martin wrote:

Excel does not calculate my formulas
This is very strange...Excel does not calculate any formula. I can do a
simple =A1+A2, and it just return a zero value.

I made sure of the following:
- Cell is set to General (tried it with different cell settings too)
- Autocalc is on in settings (even a manual F9 calc does not work)

--
Martin Verville

On Thursday, February 04, 2010 1:29 PM
David Biddulph wrote:

We might need a few more clues:What is in A1? What is in A2?--David Biddulph
We might need a few more clues:
What is in A1? What is in A2?
--
David Biddulph

On Thursday, February 04, 2010 2:22 PM
Martin wrote:

Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zeroonstead
Does'nt matter A1 can be as simple as 1 and A2 as 2, and it return zero
onstead of tree.

I have tried with a couple different excel file in the company and i'm at the
same point, always the same problem.

--
Martin Verville


"David Biddulph" wrote:

On Thursday, February 04, 2010 3:12 PM
Gord Dibben wrote:

Sounds like your numbers are Text.
Sounds like your numbers are Text.

Format to General or Number then copy an empty cell.

Select the range of "numbers" and EditPaste SpecialAddOKEsc.


Gord Dibben MS Excel MVP

wrote:

On Thursday, February 04, 2010 3:53 PM
Martin wrote:

sorry, I forgot to told you that I have tried this too, i'm stuck with
sorry, I forgot to told you that I have tried this too, i'm stuck with my
problem maybe unistall and reinstall Ofiice will set the problem ?
--
Martin Verville


"Gord Dibben" wrote:

On Thursday, February 04, 2010 5:06 PM
Jim Thomlinson wrote:

Try this first...Confirm your calculation setting.Create a new workbook.
Try this first...
Confirm your calculation setting.
Create a new workbook.
Add a simple formula to the new book such as the one you have. If it calc's
correctly then it is not XL but a problem in the workbook.

If the cells were previously text and you just reformatted them to number
then the underlying value will still be Text. You need to force XL to convert
them. Gord posted a method to do that.
--
HTH...

Jim Thomlinson


"Martin" wrote:

On Friday, February 05, 2010 6:00 AM
David Biddulph wrote:

And of course if there is any doubt as to whether the contents are
And of course if there is any doubt as to whether the contents are text,
ISNUMBER() and ISTEXT() will give a clue.
--
David Biddulph

On Friday, February 05, 2010 7:03 AM
Ron Rosenfeld wrote:

Do the older versions work differently, Gord?
Do the older versions work differently, Gord?

In 2007, if I, with a new workbook
Format Column A as TEXT
A1: 1
A2: 2
B1: =A1+A2
-- 3

The same occurs if I enter '1 and '2 in cells pre-formatted as General.

--ron

On Friday, February 05, 2010 12:30 PM
Gord Dibben wrote:

RonTested in my 2007 with new workbook.
Ron

Tested in my 2007 with new workbook.

Format A1:A2 as Text

A1 1
A2 2

A3 =A1+A2 results in 0

Same for '1 and '2


Gord



wrote:

On Friday, February 05, 2010 8:50 PM
Ron Rosenfeld wrote:

Interesting.I just did it again, but this time on a different computer.
Interesting.

I just did it again, but this time on a different computer.

Same results as I posted initially.

Computer 1 is running W7x64; computer 2 is running XP SP3 (32 bit)

XL version on computer 2 is Excel 2007 (12.0.6514.5000) SP2 MSO
(12.0.6425.1000)

I assume the version on my W7 machine is the same, but it is now a few hundred
miles away, so I cannot be sure.

The other interesting phenomenon, that does occur on both machines, is that
AFTER I enter =a1+a2 and see "3" as a result (without the quotes)
the "3" is left justified
the cell is formatted as TEXT
=ISTEXT(B1) -- FALSE
=ISNUMBER(B1) -- TRUE
Selecting B1, then EDIT (F2) and <enter displays just the formula, as
one would expect in a text formatted cell.

Very weird. But it is occurring on two different machines, two different OS's,
same Excel 2007.

--ron

On Saturday, February 06, 2010 11:05 AM
Gord Dibben wrote:

OK.A1 & A2 formatted as text or preceded by apostrophe.
OK.

A1 & A2 formatted as text or preceded by apostrophe.

In A3 =A1+A2 returns 3

=SUM(A1,A2) returns 0 which it should if A1 and A2 are text.

In both cases =ISNUMBER(A1) and A2 and A3 returns

FALSE, FALSE, TRUE

I give up<g


Gord

wrote:

On Saturday, February 06, 2010 3:13 PM
Ron Rosenfeld wrote:

So we do both have Excel's that work alike.
So we do both have Excel's that work alike. (I agree that SUM(a1,a2)-- 0 and
the =a1+a2 -- 3)

And yet, the OP's does not, apparently. Unless there is something he has
omitted.
--ron

On Monday, May 10, 2010 5:25 AM
Charl de Winnaar wrote:

Excel does not claculate
Hi

Had same problem but found solution on-line

Check your options. Auto Calc may be switched off

Tools Options Calcualtion Tab then click Auto Calc.

Hope this helps


Submitted via EggHeadCafe - Software Developer Portal of Choice
BOOK REVIEW: Effective C#, Second Edition [Addison Wesley]
http://www.eggheadcafe.com/tutorials...fective-c.aspx
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My formulas do not calculate in some Excel applications - help! Mike Correll Excel Worksheet Functions 1 May 22nd 07 03:25 PM
Excel won't calculate formulas unless I press F9 - HELP!!! Larry_thornton Excel Worksheet Functions 1 November 1st 06 06:17 PM
Excel - formulas to no longer calculate. Newk Excel Discussion (Misc queries) 5 September 18th 06 10:40 PM
Excel won't calculate my formulas correctly. Shelfish Excel Worksheet Functions 2 March 18th 05 05:29 PM
How Excel & ACCPAC 6.1 calculate formulas???? Bass Mama1 Excel Worksheet Functions 1 February 9th 05 03:25 PM


All times are GMT +1. The time now is 10:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"