You can use a formula for that, assume the values start in A2 and you want
A3 to be in B2, A5 in B3. Use 2 columns as help, first in B2 put
=INDEX($A$2:$A$10000,ROW(1:1)*4/2-1)
copy down as long as needed
now in C2 put
=INDEX($A$2:$A$10000,ROW(1:1)*4/2)
copy down by moving the cursor to the lower right corner of C2 and double
click
Select both help column and do edit>copy
then do edit>paste special and select values
Now you can delete column A or better copy the 2 help columns to another
sheet or workbook
That way you would have the original data left
--
Regards,
Peo Sjoblom