hey guys,
This has been driving me crazy for the last 2 hours. I need to have a formula to increment columns. But I should be able to reference another sheet as well.
For instance on sheet1, I have A5=4, F5=5, K5=443 etc. As you can see, these are multiples of 5 (the columns), now on sheet2 how do I add up these values by referencing the increment of 5?
Ideally I could have used the following on sheet2: =Sheet1!A5+Sheet1!F5, however I want to go beyond this and have the ability of incrementing the column letter by 5.
I try using the =Sheet1!address(1,column(sheet1!A5)+5) +Sheet1!address(1,column(sheet1!F5)+5) but this generates errors?
Any help appreciated.
This has been driving me crazy for the last 2 hours. I need to have a formula to increment columns. But I should be able to reference another sheet as well.
For instance on sheet1, I have A5=4, F5=5, K5=443 etc. As you can see, these are multiples of 5 (the columns), now on sheet2 how do I add up these values by referencing the increment of 5?
Ideally I could have used the following on sheet2: =Sheet1!A5+Sheet1!F5, however I want to go beyond this and have the ability of incrementing the column letter by 5.
I try using the =Sheet1!address(1,column(sheet1!A5)+5) +Sheet1!address(1,column(sheet1!F5)+5) but this generates errors?
Any help appreciated.