https://bugs.documentfoundation.org/show_bug.cgi?id=100669

            Bug ID: 100669
           Summary: NPER function, PayType parameter
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

ODF specification: 6.12.29 NPER
Summary: Compute the number of payment periods for an investment.
Syntax: NPER( Number Rate ; Number Payment ; Number Pv [ ; [ Number Fv ] [ ;
Number PayType ] ] )
... PayType: the type of payment, defaults to 0. It is 0 if payments are due at
the end of the period; 1 if they are due at the beginning of the period.

=NPER(0,06/52; -175; 8000; 0 ;-1)
=NPER(0,06/52; -175; 8000; 0 ;2)
  return result, should return #error. Last parameter only 0 or 1 is allowed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to