Hi,
i have a data set I.e.
a1 50 XX
a2 62 XXX
a3 6
a4 67
a5 69
a6 68
a7 84
a8 51
using VBA, i am wanting to take the Max value of Range(a1:a4) insert the value into XX then take the next set of 4 cells [Range(a5:a8)] and insert the value into XXX. this sequence needs looping till the end of the data set.
Could anybody be of assistance?
Cheers
Luke
i have a data set I.e.
a1 50 XX
a2 62 XXX
a3 6
a4 67
a5 69
a6 68
a7 84
a8 51
using VBA, i am wanting to take the Max value of Range(a1:a4) insert the value into XX then take the next set of 4 cells [Range(a5:a8)] and insert the value into XXX. this sequence needs looping till the end of the data set.
Could anybody be of assistance?
Cheers
Luke