I have a column that has dates and right next to it, I have another column that has a number. What I want to do is write formula in excel that will create a new list that has each date repeated the exact number of times. See below for example:
Column A Nov-22 Dec-22 Jan-23 Column B 2 2 1
New Column:
Nov-22 Nov-22 Dec-22 Dec-22 Jan-23
"&TEXTJOIN("",TRUE,REPT(A1:A3&"",B1:B3))&"