Collabora Office 21.06 Help
根據利息計算中使用的一年 360 天傳回兩個日期之間的差異值。
DAYS360(Date1; Date2[; Type])
若 Date2 早於 Date1,則函式會傳回負數。
選擇性的參數 type 決定了差異型態的類型。如果 type = 0 或者是缺少參數,則會使用 US 方式 (NASD, National Association of Securities Dealers, Inc.)。如果 type <> 0,則會使用歐洲方式。
=DAYS360("2000-01-01";NOW()) returns the number of interest days from January 1, 2000 until today.