Excel 变量字段公式

发布于 2024-08-26 17:31:46 字数 124 浏览 6 评论 0原文

我正在寻找一个简单的公式来对两个可变字段进行计算, 例如,c1 有 100,c3 有 150,我想计算增加/减少百分比,但诀窍是单元格值每月都会变化。我如何使用公式来满足这种变化。

感谢您的帮助。

问候

I am looking for a simple formula to do the calculation on two fields that are variable,
for e.g., c1 has 100 and c3 has 150 and I want to calculate an increase/decrease percentage, but the trick is the cell values change every month. How do I put the formula to cater for such variation.

Appreciate your help.

Regards

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

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

发布评论

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

评论(1

み零 2024-09-02 17:31:46

也许,我错过了一些东西,但从字面上看你的问题,答案是以下公式

=(C3-C1)/C3

如果需要,您可以将包含此公式的单元格格式设置为百分比。

Perhaps, I'm missing something, but taking your question literally, the answer is the following formula

=(C3-C1)/C3

You can format the cell containing this formula as a percentage if required.

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