我想计算两个日期之间的完成%,并根据今天的日期
我想根据当天的日期计算两个日期之间计划完成的百分比。
我使用了这个公式,当结束日期晚于当前日期时,它效果很好。
=(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)
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.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论