Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PDURATION #62

Closed
jcoliz opened this issue Dec 8, 2021 · 0 comments · Fixed by #63
Closed

Implement PDURATION #62

jcoliz opened this issue Dec 8, 2021 · 0 comments · Fixed by #63
Labels
enhancement ready Fix is ready in a feature branch

Comments

@jcoliz
Copy link
Member

jcoliz commented Dec 8, 2021

As described here https://support.microsoft.com/en-us/office/pduration-function-44f33460-5be5-4c90-b857-22308892adaf

Description

Returns the number of periods required by an investment to reach a specified value.

Syntax

PDURATION(rate, pv, fv)

The PDURATION function syntax has the following arguments.

  • Rate Required. Rate is the interest rate per period.
  • Pv Required. Pv is the present value of the investment.
  • Fv Required. Fv is the desired future value of the investment.
jcoliz added a commit that referenced this issue Dec 8, 2021
jcoliz added a commit that referenced this issue Dec 8, 2021
@jcoliz jcoliz added enhancement ready Fix is ready in a feature branch labels Dec 8, 2021
@jcoliz jcoliz mentioned this issue Dec 8, 2021
jcoliz added a commit that referenced this issue Dec 16, 2021
jcoliz added a commit that referenced this issue Dec 16, 2021
@jcoliz jcoliz mentioned this issue Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ready Fix is ready in a feature branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant