I want to repeat the range of items multiple times (Value provided).
e.g.
I have this in a sheet1!A
Detroit
Texas
Utah
California
Now I want to repeat them 3 times to get the output at Sheet2!A like:
Detroit
Texas
Utah
California
Detroit
Texas
Utah
California
Detroit
Texas
Utah
California
What should be the formula?
I got this formula:
https://www.excel-bytes.com/how-to-repeat-a-range-of-items-multiple-times-in-excel/
But it's not working in Google Sheets