I have started to use VBA and I have the following problem. I want to calculate the variance of the 6th and 9th row. Then, 6th and 12th row (yellow).
The loop should then calculate the 7th and 10th and 7th and 13th row (beige) Finally, the loop should then calculate the 8th and 11th row, 8th and 14th row (orange). Then the first block ends.
The next block should be calculated according to the same principle (red). The Variance should be calculated for columns from a-o. In the end I'll receive the results.
I do not know how to go through it column by column and combined row by row. I would be very grateful for any advice.
The loop should then calculate the 7th and 10th and 7th and 13th row (beige) Finally, the loop should then calculate the 8th and 11th row, 8th and 14th row (orange). Then the first block ends.
The next block should be calculated according to the same principle (red). The Variance should be calculated for columns from a-o. In the end I'll receive the results.
I do not know how to go through it column by column and combined row by row. I would be very grateful for any advice.