I have been given an excel column with numbers and I want to create a new column with every cell content repeating 20 times and 20 dates sequentially next to it to another column.
How can I achieve this in excel or access?
For example I have a column with numbers as follows:
0491703316
0235361458
0380458968
0240510098
0169346827
0147826672
and I want to do this
0491703316 01/12/2016
0491703316 02/12/2016
0491703316 03/12/2016
0491703316 04/12/2016
......................
......................
0235361458 01/12/2016
0235361458 02/12/2016
0235361458 03/12/2016
0235361458 04/12/2016
........................
........................
........................
0380458968
0240510098
0169346827
0147826672