I have this formula:
X6=SUM($BC$2:$BC$5000)/SUM($BA$2:$BA$5000)
When I copy it to Y6 I would like it to read:
=SUM($BF$2:$BF$5000)/SUM($BH$2:$BH$5000)
So the culumn number should change 5 from BA to BF and BC to BH.
I have tried with indirect but can't get that to work. Any ideas?
X6=SUM($BC$2:$BC$5000)/SUM($BA$2:$BA$5000)
When I copy it to Y6 I would like it to read:
=SUM($BF$2:$BF$5000)/SUM($BH$2:$BH$5000)
So the culumn number should change 5 from BA to BF and BC to BH.
I have tried with indirect but can't get that to work. Any ideas?