View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cathy W[_2_] Cathy W[_2_] is offline
external usenet poster
 
Posts: 30
Default Calculating values...

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