链接同一 Excel 电子表格中的单元格

发布于 2024-09-10 05:38:15 字数 62 浏览 8 评论 0原文

在 Excel 中,如何设置电子表格,以便当我在一个单元格中键入内容时,它会填充同一电子表格中的另一个单元格?

In Excel, how can I set up a spreadsheet so when I type in one cell it will populate another cell in the same spreadsheet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

念﹏祤嫣 2024-09-17 05:38:15

我会派出这个。

例如,如果您希望 C1 的内容镜像单元格 A1 的内容,则只需将 C1 中的公式设置为 =A1 即可。从现在起,您在 A1 中键​​入的任何内容也将显示在 C1 中。

I'll field this one.

If you want the contents of, say, C1 to mirror the contents of cell A1, you just need to set the formula in C1 to =A1. From this point forward, anything you type in A1 will show up in C1 as well.

少跟Wǒ拽 2024-09-17 05:38:15

最简单的方法是在 Z99 =B4 中使用公式,这样当您输入 B4 时,Excel 会将值复制到 Z99。

但也许这不是您正在寻找的?

Well the simplest way is to have a formula in Z99 =B4 so that when you type in B4 Excel will copy the value to Z99.

But maybe thats not what you are looking for?

故事和酒 2024-09-17 05:38:15

如果您想在两个电子表格(从 Sheet1 到 Sheet2 的单元格)之间使用 Ben Hoffstein 的示例,您应该使用公式 =Sheet1!A1

If you want to use the example of Ben Hoffstein between two spreadsheets (cell from Sheet1 to Sheet2) you should use the formula =Sheet1!A1

梦初启 2024-09-17 05:38:15

=值(单击要匹配的单元格,假设它是数字)

沿列、行或数组复制、粘贴公式

=Value(Click on cell you want to match assuming it's a number)

Copy, Paste Formula along column or row or array

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文