Forum Discussion
Phani_Srikanth
Jun 20, 2022Copper Contributor
Auto repeat the set of data multiple number of times
Hello!! I have a set of 200 rows of data in excel, As I am making their sales from Jan'22 to May'22, I have to repeat the set of data every day. I am currently manually copying the data so I have...
mtarler
Jun 20, 2022Silver Contributor
I have to ask why? just enter the DATA and then report what you need. So in your example you have Employee_Table (columns A:C) then a Data_Table that has EMP ID, Date, value(s)
Then you can use a pivot table, power query, or cell functions like FILTER() to create your "report" or whatever you need.
That all said, you could use this for the date column:
=D2+1+QUOTIENT(SEQUENCE(89,1,0),ROWS(D2:D8))
then highlight the other cells and double click the small dot/box in the bottom right corner