在汇总表中重复获取工作簿的连续工作表中的特定数据集的 MIN、MAX、AVERAGE
如何减少 Excel 中的手动工作,以在汇总表中获取工作簿的连续工作表中特定数据集的重复使用的 MIN、MAX、AVERAGE。每个工作表中的数据集都会有所不同,但是必须对每个 Excel 选项卡的列中的每个数据集执行这三个操作。该摘要表示随着时间的推移,工厂生产的橡胶批次的最小周期时间、最大周期时间和平均值。大约有 50 种不同的橡胶产品,因此工作簿中有 50 个工作表。带有控制图的周期时间 -查询。
我在链接中提供了示例数据。
How do I reduce manual work in excel to fetch in a summary table a recurring use of MIN, MAX, AVERAGE for a specific data set in consecutive worksheets of a workbook. The dataset will be different in each worksheet, but the three operations have to be performed on each of the dataset in the column of each excel tab. The summary represents the cycle time minimum, maximum and averages of rubber batches being produced in a factory over time. There are approximately 50 different rubber products, so 50 worksheets in the workbook.Cycle Time with Control charts - Query.
I have provided sample data in the link.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个脚本,它创建一个新工作表作为工作表 1,将其称为“摘要”,放入列标题并遍历所有工作表。
以及测试表的输出(我用“产品名称”命名了这些表。如果有的话,您也可以从表中的单元格中复制它。)
Here is a script which creates a new sheet as sheet 1, calls it Summary, puts in the column headings and runs through all the sheets.
and the output from the test sheets (I've named the sheets with 'product names'. You could also copy this from a cell in the sheet if there is one.)