Conditional Calculatoins

  • Thread starter Thread starter warneretal
  • Start date Start date
W

warneretal

I have an excel spreadsheet that I got from colleague. This spreadsheet
will automatically calculate cells if a value has been entered. The
thing I can not figure out is that there is no formula in the cell
until values are entered. At that point Excel will put the formula in
the cell and a calculation is made.

Example.
A B C D E F G H
I
57 Jul-05 1 12 8 5 28 0 37 17
58 Aug-05
59 Sep-05

The formula in cell H57 is =B57+D57+F57

The formula in cell H58, H59, H60 etc. is blank. However, as soon as I
enter a value in cells B, D and F then the formula in H58 would appear
=B58+D58+F58.

My question: How does this work. I have been trying to figure it out
so I could change as I need to in the future.
 
There might be a macro (event) running in the background.
Right click on the tab and select view code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

#VALUE! error 3
Conditional formatting in Excel 2010 2
Excel VBA 1
Multiple Criteria 4
Scrabble Value calculation for Welsh words 0
adding rows into the table 1
Dates not consistent 3
Formula problems 2

Back
Top