MS Excel - 复制一系列单元格 [英] MS Excel - replicating a series of cells

查看:105
本文介绍了MS Excel - 复制一系列单元格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在电子表格中有以下数据:





我需要一个公式/解决方法,这将给我以下内容:





谢谢, p>

解决方案

您可以使用 INDEX 函数引用并重复数据。 p>

放置公式 = INDEX(A:A,FLOOR((ROW()+ 4)/ 5,1),1)到第一行的单元格( B1 C1 等)和复制将重复所有在A列5次。


I have the following data in a spreadsheet:

I

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

Thanks,

解决方案

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.

这篇关于MS Excel - 复制一系列单元格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆