I'm basically looking to recreate 1 column of hostnames in Excel on another column but with 2 spaces between each hostname.
e.g. column A
A1: hostname1
A2: hostname2
I need a formula to have column c have all the data from column a but automatically put 2 blank cells between as below.
e.g. column c
A1: hostname1
A2:
A3:
A4: hostname2
A5:
A6:
A7: hostname3
I've tried macros and other methods but can't get excel to see the pattern in the spacing.