将一张纸上的列转置到另一张纸上的行,并带有链接 [英] Transpose column on one sheet to row on another, with linking

查看:19
本文介绍了将一张纸上的列转置到另一张纸上的行,并带有链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在工作表 A 中的 A1:A10 中有一个数据列.在工作表 B 中,我有一个来自 A1:J1 的数据范围.我需要将工作表 A 中列中的数据转置到工作表 B 中的数据范围中.我可以粘贴特殊并粘贴值,但我需要工作表 A 中的信息自动更新工作表 B 中的信息.

I have a column of data in say A1:A10 in worksheet A. In worksheet B I have a range for data from A1:J1. I need the data from the column in worksheet A to be transposed into the data range in worksheet B. I can Paste Special and paste in the values but I need the information in worksheet A to update automatically that in worksheet B.

感谢任何帮助或建议.

推荐答案

请在工作表B中选择A1:J1并输入:

Please select A1:J1 in worksheet B and enter:

=TRANSPOSE('worksheet A'!A1:A10)  

使用 Ctrl+Shift+Enter.

这篇关于将一张纸上的列转置到另一张纸上的行,并带有链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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