Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理 OpenOffice 中的家庭预算,我想计算一个纪元以来的星期五数(以便计算支付期数)。
有没有可以做到这一点的功能?
哦,我们开始;我只需要做
=FLOOR((X-X0)/7;1)
其中 X 是对所需日期单元格的引用,而 X0 是一个常量日期等效项,它位于星期五,因为 OpenOffice 似乎将日期转换为缩放因子为 1.0 = 1 天的浮点数。