Hello!
I have the following problem : in Sheet 2 i have from B6 all the way to B2885 in blocks of 4 rows, the following data inside the cell "=Prediction!$B$6" and so on until B2885 with "=Prediction!$B$725".
The problem is that i have to add in every single row, in Sheet 3, no matter what's inside the cell, a Divide by 4; it's should be looking like this : "=Prediction!$B$6/4" and so on all the way down B2885. So i have to add in every single cell, no matter inside, a "****/4".
I can't figured it out by myself, i don't have the knowledge. Can it be done with VBA macro?
From this
to that
I have the following problem : in Sheet 2 i have from B6 all the way to B2885 in blocks of 4 rows, the following data inside the cell "=Prediction!$B$6" and so on until B2885 with "=Prediction!$B$725".
The problem is that i have to add in every single row, in Sheet 3, no matter what's inside the cell, a Divide by 4; it's should be looking like this : "=Prediction!$B$6/4" and so on all the way down B2885. So i have to add in every single cell, no matter inside, a "****/4".
I can't figured it out by myself, i don't have the knowledge. Can it be done with VBA macro?
From this
to that