Excel 公式..无法更改文本

发布于 2024-10-21 09:41:31 字数 294 浏览 1 评论 0原文

我正在使用这个公式为 AN 列中的路径创建一个超链接,

=IF(ISBLANK(AN5),"",HYPERLINK(AN5,"(resume)"))

每行 (AN1,AN2,AN3....) 将具有不同的路径,我想要 Am1,AM2,AM3 .....的超链接那些路径。这个公式对于整个专栏都运行良好,并且超链接也运行良好。

但唯一的事情是我无法将超链接文本“简历”更改为其他名称,例如“工作历史”。

当我更改公式中的名称时,它仅适用于我更改的一个单元格,但不适用于整个列。

I am using this formula to make an hyperlink for the path that is in AN column

=IF(ISBLANK(AN5),"",HYPERLINK(AN5,"(resume)"))

each row (AN1,AN2,AN3....) will have different paths and I want hyperlinks at Am1,AM2,AM3 .....for those paths. This formula worked fine for the whole column and the hyperlinks are working fine.

But the only thing is I could not change the hyperlink text "resume" to a different name like "Work history"..

When I change the name in the formula it is applying to only one cell that I changed but not to the whole column.

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

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

发布评论

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

评论(2

極樂鬼 2024-10-28 09:41:31

您必须单击单元格的右下角,然后将公式拖动到整个列(公式已经存在的位置),它将全部替换它们。

You have to click on the bottom right corner of the cell, and drag the formula through the entire column (where the formula already is) and it will replace them all.

極樂鬼 2024-10-28 09:41:31

工作表是否处于手动计算模式?您看到左下角的“计算”一词了吗?按 f9 重新计算工作表。

Is the worksheet in Manual calculation mode? DO you see the word "Calculate" in the lower left hand corner? Hit f9 to recalculate the worksheet.

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