View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Calculating values...

Hi Cathy,

A bit more info might do:

What exactly are your formulas? Are any macros involved?
What do you mean by "then changes the formulas"? How do you do that?
Do you see results in the cells which "doesn't perform the formula" or do
you see the formula?
etc....

--
Kind regards,

Niek Otten

"Cathy W" wrote in message
...
Hi. I have a template that takes cell contents from another workbook and
then changes the formulas to get those contents into values on a save. I
then have formulas inside the spreadsheet that need to be performed based
on
what is put in the cells it populates from the other workbook. If I just
say
=sum(H26/G26), it doesn't perform the formula when H26 and G26 are
populated.


Any ideas?

Cathy