You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `NOMINAL` function is related to the `EFFECT` function, which calculates the effective annual interest rate based on the nominal rate and the number of compounding periods.
775
773
776
774
777
775
778
776
## MDURATION
779
777
780
-
The function `MDURATION` returns the modified Macaulay duration for a security with an assumed par value of $100.
778
+
The `MDURATION` function returns the modified Macaulay duration for a security with an assumed par value of $100.
*`MDURATION`adjusts the Macaulay duration to account for changes in interest rates.
823
821
824
822
825
823
826
824
## PDURATION
827
825
828
-
The function `PDURATION` returns the number of periods required by an investment to reach a specified value.
826
+
The `PDURATION` function returns the number of periods required by an investment to reach a specified value.
829
827
830
828
**Syntax:**
831
829
@@ -841,19 +839,17 @@ _PDURATION(rate, pv, fv)_
841
839
842
840
**Remarks:**
843
841
844
-
* If rate is less than or equal to 0, or if pv or fv is less than or equal to 0, `PDURATION` returns the `#NUM!` error value.
845
-
846
-
* If any argument is non numeric, `PDURATION` returns the `#VALUE!` error value.
842
+
* If rate is less than or equal to 0, or if pv or fv is less than or equal to 0, `PDURATION` returns the `#NUM!` error.
847
843
848
-
*The `PDURATION` function calculates the number of periods required using the following equation:
844
+
*If any argument is non-numeric, `PDURATION` returns the `#VALUE!` error.
849
845
850
-
`PDURATION = LOG(fv / pv) / LOG(1 + rate)`
846
+
*`PDURATION` calculates how many periods are needed for an investment to grow from its present value to the desired future value, based on the specified interest rate.
851
847
852
848
853
849
854
850
## COUPDAYS
855
851
856
-
The function `COUPDAYS` returns the number of days in the coupon period that contains the settlement date.
852
+
The `COUPDAYS` function returns the number of days in the coupon period that contains the settlement date.
0 commit comments