Hello everybody,
Here is my original code, which goes down column F, from F4 on-wards. It averages 5 cells at a time, the result of which it places in column G, from G4 on-wards.
It uses relative values, so cell G14 will have the value of F14:18/5 and so on.
Range("g4", "g250").Formula =...