If you have entries like these in a column which need to be repeated a certain number of times (for e.g. 4 times), try the formula given below the table -
The formula is =INDEX($A$2:$A$1000,CEILING(ROW(A1)/4,1))
Here the ceiling is shown as 4 because we want the value to be repeated 4 times.
This is how it will appear -
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.