ODF specification: 6.12.12 CUMPRINC Summary: Calculates a cumulative principal payment. Syntax: CUMPRINC( Number rate ; Number periods ; Number value ; Integer start ; Integer end ; Integer type ) Returns: Currency Constraints: type is one of the following values: 0, 1 =CUMPRINC(0,055/12;24;5000;4;6;-1) =CUMPRINC(0,055/12;24;5000;4;6;) should return error. Last parameter is mandatory and allowed 0 or 1. Checked in excel and excel return in both cases error.
Created attachment 126021 [details] extra use cases for CUMPRINC unit test (Document created by Excel Online.)
*** This bug has been marked as a duplicate of bug 100646 ***