T
Terry Regan
Hi everyone,
I have two columns of data (A and B) that go on for several thousand
rows. This is what my boss calls day to day data and he has asked me
to calculate the weekly totals and averages for him.
I can do the first one longhand
C2=SUM(A2:A8)/SUM(B2:B8)
But it's when I do the second and subsequent ones that I have a
problem. I could do them all longhand by adding 7 to the A and B
references but is there a quicker and more accurate way?
I've tried the offset command but this doesn't seem to allow me to do
OFFSET(SUM(...)) - can anyone help me out or tell me where I'm going
wrong with the switches and syntax? Thanks,
Terry
I have two columns of data (A and B) that go on for several thousand
rows. This is what my boss calls day to day data and he has asked me
to calculate the weekly totals and averages for him.
I can do the first one longhand
C2=SUM(A2:A8)/SUM(B2:B8)
But it's when I do the second and subsequent ones that I have a
problem. I could do them all longhand by adding 7 to the A and B
references but is there a quicker and more accurate way?
I've tried the offset command but this doesn't seem to allow me to do
OFFSET(SUM(...)) - can anyone help me out or tell me where I'm going
wrong with the switches and syntax? Thanks,
Terry