我想计算两个日期之间的完成%,并根据今天的日期

发布于 2025-01-19 08:00:26 字数 389 浏览 1 评论 0原文

我想根据当天的日期计算两个日期之间计划完成的百分比。

我使用了这个公式,当结束日期晚于当前日期时,它效果很好。

=(MIN(Current_Date,I46)-H46+1)/(I46-H46+1)

在此处输入图像描述

但是当开始日期和结束日期在当前日期之后时,它会给我一个负结果。下图用于说明。

在此处输入图像描述

我希望公式在活动根据当前日期开始后开始计数。并且计算应基于开始日期、结束日期和今天日期。

感谢您的支持和感谢。

I want to calculate the % of planned completion between 2 dates and according to the current day date.

I used this formula and it worked well when the end date is after the current date.

=(MIN(Current_Date,I46)-H46+1)/(I46-H46+1)

enter image description here

But when the start date and the end date are after the current date, it gives me a result in Minus. below image for illustration.

enter image description here

where I want formula to start counting once the activity is to start according to the current day date. and the calculation should be based on Start Date, End Date, and Today Date.

appreciate your support and thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文