问题
I have the following data in a spreadsheet:
I

I need a formula/workaround that would give me the following:

Thanks,
回答1:
You can reference and repeat data by using the INDEX
function.
Placing the formula =INDEX(A:A,FLOOR((ROW()+4)/5,1),1)
into a cell on the first row (B1
, C1
, etc.) and copying down will repeat everything in column A 5 times.
来源:https://stackoverflow.com/questions/21550279/ms-excel-replicating-a-series-of-cells