Is there a cell that you think is text, but in fact is a number?
Can you restrict your range of cells to a smaller range, hence see whether
the formula is correct or not? Do this continuously until you get the cell
that is causing the divergence. Perhaps merged cells could be a problem.
--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music
"Len" wrote:
> I have a formula in excell to count the amount of cells that contain numbers.
> I use this formula =COUNT(A1:A90) and if the count was 30 I would get 31. I
> have two other sheets in the same file where the calculations are correct.
>
> The only way I can get the correct calculation is to do this formula
> =COUNT(A1:A90)-1
>
> Any ideas?