Thread: Formula Mystery
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default Formula Mystery

Excel is trying to be more clever than you (as usual), and it supposes that
you forgot to involve cells H5 and I5 in your SUM formula. Use absolute
references [SUM($E5:$G5)] to avoid it!

Regards,
Stefi


pch2004 ezt *rta:

Hi. I have a spreadsheet where I enter numbers in columns E to I.

I have some simple sums that are calculated in columns J and K. Cell J5's
formula is for example SUM(E5:G5). Cell K5's formula is for example
SUM(E5:I5).

So here is the really strange issue: as I enter data into cells E5, F5, G5,
H5, I5 (in that order), my formula in cell J5 changes magically to SUM(E5:I5)
-- with no warning whatsoever. What the heck is going on??