I have a column of about 1000 IP addresses that I need to print 5 times in a single column.
For example
10.10.10.1
10.10.10.2
10.10.10.3
10.10.10.4
should become
10.10.10.1
10.10.10.1
10.10.10.1
10.10.10.1
10.10.10.1
10.10.10.2
10.10.10.2
10.10.10.2
10.10.10.2
10.10.10.2
etc, etc
Can this be done in Excel? What functions should I research?