Hi,
I have several applications where I keep monthly data on tabbed worksheets,
labled Jan07, Feb07, Mar07... I also add a worksheet I usually call RangeEnd
that acts to stop sums for ranges. It has been my practice to make a year
end worksheet that would have the same shape data structure and place in each
cell the formula "=sum(Jan07:RangeEnd!A1)" and copy it into all the
appropriate cells for which I want summed data. This seems to work just fine
so long as the sells I am summing are not themselves sums.
For example, if cell C1 holds a value, say 10. The C1 cell in the summary
worksheet contains the sum of all the C1 cells. If cell c3 = c3*b3, the
summary sheet correctly contains the sum of all the C3 cells. However, if C5
for example holds =sum(C1:C4), the value I find in the summary worksheet for
C5 is 0 (zero).
I wonder if anyone else has seen this, has a correction for it, or an
explaination why it occurs.
I appreciate your help.
Bill

Signature
Bill Wehrmacher
Bernard Liengme - 18 Apr 2008 01:10 GMT
I cannot reproduce this. What happens with =Jan07!C5
Be aware in Excel 2007 you will need ='Jan07'!C5 since JAN7 is a valid cell
reference
best wishes

Signature
www.stfx.ca/people/bliengme
> Hi,
>
[quoted text clipped - 18 lines]
>
> Bill
Wehrmacher - 18 Apr 2008 14:47 GMT
Hi,
Thanks for the helpful thoughts and, in particular, the caution for when we
move to Excel 2007. After considerable study, I found that there came to be
a couple of circular references in the spreadsheet that caused very peculiar
symptoms, one of which was my problem.
Again, I appreciate your thoughts and efforts on my behalf.

Signature
Bill Wehrmacher
> I cannot reproduce this. What happens with =Jan07!C5
> Be aware in Excel 2007 you will need ='Jan07'!C5 since JAN7 is a valid cell
[quoted text clipped - 23 lines]
> >
> > Bill