Hello everyone.
I have spent 2 days trying to figure this one out but I feel like I'm at a dead end.
I need a VBA or Formula to fill down sequentially from every 15th row.
In this case I have a list of IP addresses I'm trying to generate and it looks like this:
Column E
Row 3 - 111.111.111.5
Rows 4 to 16 are blank
Row 17 - 222.444.555.81
Rows 18 to 30 are blank
Row 31 - 23.445.112.67
Etc.
(These ips are made up just for the example)
What I need to do is generate 13 sequential IPs based on each IP in column E. I'd like them in Column F and to start on row 4.
So I need to get :
Column F
Row 4 - 111.111.111.6
Row 5 - 111.111.111.7
Row 6 - 111.111.111.8
Row 7 - 111.111.111.9
Etc. Until row 16 - 111.111.111.18
Then on row 18 in Column F: 222.444.555.82
Row 19 - 222.444.555.83
Etc.
I have hundreds and hundreds of IPs so manually dragging them down and moving them over to column F would take forever.
I've tried numerous methods but I can't get it to work like I'm trying because when referencing it, because E4 is blank.
I have spent 2 days trying to figure this one out but I feel like I'm at a dead end.
I need a VBA or Formula to fill down sequentially from every 15th row.
In this case I have a list of IP addresses I'm trying to generate and it looks like this:
Column E
Row 3 - 111.111.111.5
Rows 4 to 16 are blank
Row 17 - 222.444.555.81
Rows 18 to 30 are blank
Row 31 - 23.445.112.67
Etc.
(These ips are made up just for the example)
What I need to do is generate 13 sequential IPs based on each IP in column E. I'd like them in Column F and to start on row 4.
So I need to get :
Column F
Row 4 - 111.111.111.6
Row 5 - 111.111.111.7
Row 6 - 111.111.111.8
Row 7 - 111.111.111.9
Etc. Until row 16 - 111.111.111.18
Then on row 18 in Column F: 222.444.555.82
Row 19 - 222.444.555.83
Etc.
I have hundreds and hundreds of IPs so manually dragging them down and moving them over to column F would take forever.
I've tried numerous methods but I can't get it to work like I'm trying because when referencing it, because E4 is blank.