Hi all
I have sheets("data") with data from column E to last column. Now I want to have macro to do in each row i (with i from 4 to last row)
Ai.value = Max(Di:lastcolumn)
Bi.value = Min(Di:lastcolumn)
Ci.value = Average(Di:lastcolumn
Please help me to do that, thanks./.
I have sheets("data") with data from column E to last column. Now I want to have macro to do in each row i (with i from 4 to last row)
Ai.value = Max(Di:lastcolumn)
Bi.value = Min(Di:lastcolumn)
Ci.value = Average(Di:lastcolumn
Please help me to do that, thanks./.