I have two tables. One has document numbers in a single column (doc1, doc2, doc3...). The other has one column of dates a year long (1/1/2016, 2/1/2016...until 12/1/2016). I need to merge the two tables so I get each document number repeated for each month in the other table. So merged together the first column has document numbers and the second column has dates. In the first column I would have doc1 repeated down and in the second column I would have the months all the way down until I ran out of months. Then Doc2 would start and be repeated as a new line for each of the months again.
Right now I am doing this by hand but it is a lot of copying and pasting. Is there an easier way to do this?
Bookmarks