MS Excel - replicating a series of cells [closed]

痞子三分冷 提交于 2019-12-13 04:39:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!