Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default formulas not auto calculating and will not calculate

an excel spreadsheet created by fox pro 9.0 will not calculate the formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the formula
some where else in the spread sheet will not calculate. if i copy the lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting set
or changed or what? to prevent formulas from calculating?

--
tazatha
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default formulas not auto calculating and will not calculate

What do you see in the cell (not the Formula Bar)? What is the Cell Format
of the cell containing the formula?

--
Rick (MVP - Excel)


"tazatha" wrote in message
...
an excel spreadsheet created by fox pro 9.0 will not calculate the
formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the
formula
some where else in the spread sheet will not calculate. if i copy the
lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting
set
or changed or what? to prevent formulas from calculating?

--
tazatha


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default formulas not auto calculating and will not calculate

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the formula
some where else in the spread sheet will not calculate. if i copy the lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting set
or changed or what? to prevent formulas from calculating?

--
tazatha


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default formulas not auto calculating and will not calculate

Partially answered the question for my circumstances. I did not have
formulas checked to be shown, even formulas that evaluated to text are not
working. I did not have to change the type - number, text, general, but what
i did have to do was your suggestion to click on cell and hit F2, then enter.
that made the value show up instead of the formula.

The spreadsheet created by the fox pro program previously created the sheet
with values showing automatically. There are too many cells to have to ht f2
and enter on each one.

Any ideas on what i can do to the whole spreadsheet to get it to show values
inistead of formula?

--
tazatha


"Dave Peterson" wrote:

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the formula
some where else in the spread sheet will not calculate. if i copy the lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting set
or changed or what? to prevent formulas from calculating?

--
tazatha


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default formulas not auto calculating and will not calculate

i see the formula format both in the cell and in the formula bar. if i hit
F2 then enter, as dave p recommended, the calculation takes place as it
should. there are too many cells to do this on each spread sheet generated.
--
tazatha


"Rick Rothstein" wrote:

What do you see in the cell (not the Formula Bar)? What is the Cell Format
of the cell containing the formula?

--
Rick (MVP - Excel)


"tazatha" wrote in message
...
an excel spreadsheet created by fox pro 9.0 will not calculate the
formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the
formula
some where else in the spread sheet will not calculate. if i copy the
lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting
set
or changed or what? to prevent formulas from calculating?

--
tazatha





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default formulas not auto calculating and will not calculate

Select the range to fix
Change the range's format to Gneral (or whatever you want)
Edit|replace
what: = (equal sign)
with: =
replace all

Excel will see that each is a formula and reevaluate each formula.

tazatha wrote:

Partially answered the question for my circumstances. I did not have
formulas checked to be shown, even formulas that evaluated to text are not
working. I did not have to change the type - number, text, general, but what
i did have to do was your suggestion to click on cell and hit F2, then enter.
that made the value show up instead of the formula.

The spreadsheet created by the fox pro program previously created the sheet
with values showing automatically. There are too many cells to have to ht f2
and enter on each one.

Any ideas on what i can do to the whole spreadsheet to get it to show values
inistead of formula?

--
tazatha

"Dave Peterson" wrote:

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the formula
some where else in the spread sheet will not calculate. if i copy the lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting set
or changed or what? to prevent formulas from calculating?

--
tazatha


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default formulas not auto calculating and will not calculate

You can convert all the cells to real formula very quickly using VB. First,
select all cells with the problem, change the Cell Format to General and,
with the selection still active, do the following... right click the tab at
the bottom of the worksheet, select View Code from the popup menu that
appears to get into the VB editor, then copy/paste the following into the
Immediate window (press Ctrl+G if it is not displayed by default)...

Selection.Formula = Selection.Value

then, with you text cursor in the above line, hit the Enter key. Now, when
you go back to the worksheet, all the selected cells should now be active
formulas.

--
Rick (MVP - Excel)


"tazatha" wrote in message
...
Partially answered the question for my circumstances. I did not have
formulas checked to be shown, even formulas that evaluated to text are
not
working. I did not have to change the type - number, text, general, but
what
i did have to do was your suggestion to click on cell and hit F2, then
enter.
that made the value show up instead of the formula.

The spreadsheet created by the fox pro program previously created the
sheet
with values showing automatically. There are too many cells to have to ht
f2
and enter on each one.

Any ideas on what i can do to the whole spreadsheet to get it to show
values
inistead of formula?

--
tazatha


"Dave Peterson" wrote:

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA
keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the
formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the
formula
some where else in the spread sheet will not calculate. if i copy the
lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the
new
spreadsheet and hit enter. the formula will calculate. what is
getting set
or changed or what? to prevent formulas from calculating?

--
tazatha


--

Dave Peterson


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default formulas not auto calculating and will not calculate

thanks so much. that is much simpler way to get it to calculate. I can get
this to my users now so they can get the data to calculate quickly. Now the
programmer just has to figure out what he did in fox pro to make the program
set up the excel spread sheet like this since it just started happening on
his last version of the export.
--
tazatha


"Dave Peterson" wrote:

Select the range to fix
Change the range's format to Gneral (or whatever you want)
Edit|replace
what: = (equal sign)
with: =
replace all

Excel will see that each is a formula and reevaluate each formula.

tazatha wrote:

Partially answered the question for my circumstances. I did not have
formulas checked to be shown, even formulas that evaluated to text are not
working. I did not have to change the type - number, text, general, but what
i did have to do was your suggestion to click on cell and hit F2, then enter.
that made the value show up instead of the formula.

The spreadsheet created by the fox pro program previously created the sheet
with values showing automatically. There are too many cells to have to ht f2
and enter on each one.

Any ideas on what i can do to the whole spreadsheet to get it to show values
inistead of formula?

--
tazatha

"Dave Peterson" wrote:

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the formula
some where else in the spread sheet will not calculate. if i copy the lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the new
spreadsheet and hit enter. the formula will calculate. what is getting set
or changed or what? to prevent formulas from calculating?

--
tazatha

--

Dave Peterson


--

Dave Peterson

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default formulas not auto calculating and will not calculate

what do i do to return and have it work? when i hit enter on the vb editor
then go back to spread sheet. still the same. if i close the editor and
return same ugly formula. thnx for the help.
--
tazatha


"Rick Rothstein" wrote:

You can convert all the cells to real formula very quickly using VB. First,
select all cells with the problem, change the Cell Format to General and,
with the selection still active, do the following... right click the tab at
the bottom of the worksheet, select View Code from the popup menu that
appears to get into the VB editor, then copy/paste the following into the
Immediate window (press Ctrl+G if it is not displayed by default)...

Selection.Formula = Selection.Value

then, with you text cursor in the above line, hit the Enter key. Now, when
you go back to the worksheet, all the selected cells should now be active
formulas.

--
Rick (MVP - Excel)


"tazatha" wrote in message
...
Partially answered the question for my circumstances. I did not have
formulas checked to be shown, even formulas that evaluated to text are
not
working. I did not have to change the type - number, text, general, but
what
i did have to do was your suggestion to click on cell and hit F2, then
enter.
that made the value show up instead of the formula.

The spreadsheet created by the fox pro program previously created the
sheet
with values showing automatically. There are too many cells to have to ht
f2
and enter on each one.

Any ideas on what i can do to the whole spreadsheet to get it to show
values
inistead of formula?

--
tazatha


"Dave Peterson" wrote:

It sounds like the cell may be formatted as Text

In xl2003 menus:
Select the cell(s)
Format|Cells|Number tab
choose General or number (or anything but Text)
Then select the cell, hit F2 (edit key), and hit enter (done editing)

Or you could be looking at formulas--instead of the results:
Tools|options|view tab|uncheck Formulas
(ctrl-` (ctrl-backquote, the key to the left of the 1/! on my USA
keyboard)
is the shortcut key

tazatha wrote:

an excel spreadsheet created by fox pro 9.0 will not calculate the
formulas.
They appear as the formula such at =H2*(100+O2)/100
clicking on the cell will not allow it to recalculate. rekeying the
formula
some where else in the spread sheet will not calculate. if i copy the
lines
from the spreadsheet and put them in a blank spread sheet it will not
calculate. if i retype the formula in another cell farther down the
new
spreadsheet and hit enter. the formula will calculate. what is
getting set
or changed or what? to prevent formulas from calculating?

--
tazatha

--

Dave Peterson



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
Calculate:Calculating Processor(s) Amit Patel Excel Discussion (Misc queries) 0 October 3rd 09 06:08 AM
ActiveSheet.Calculate not calculating Ananth Excel Discussion (Misc queries) 3 April 14th 09 06:38 AM
Auto calculate formulas when new data is entered Cam1234 Excel Discussion (Misc queries) 6 February 15th 07 05:30 PM
Waiting for "Calculating Cells" when there is little to calculate v-deocke Excel Discussion (Misc queries) 3 May 12th 05 08:22 PM
Turning off auto unhide when calculating formulas Pedro Jimenez Excel Worksheet Functions 11 December 14th 04 11:41 AM


All times are GMT +1. The time now is 03:16 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"