Jump to content
  • 0

PMT calculation for college savings


Arundhati

Question

I am trying to calculate monthly savings needed for college given the following inputs:

- Remaining amount needed for college -> "RemainingCollegeAmountKid1"

- Interest Rate: 6% per year

- Time to college (in months) - > "Kid1TimetocollegeinMonths"

 

I used this formula in the calculated field but I get 'Calculation error'. can someone help please? Thanks in advance

 

IsNull([@field:RemainingCollegeAmountKid1] * (6/1200)*POWER(1+(6/1200), [@field:Kid1TimetoCollegeinMonths])/(POWER(1+(6/1200), [@field:Kid1TimetoCollegeinMonths])-1),0)

 

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hi @Arundhati- If you are using this formula, please do check the DataTypes of each fields that are included on your formula. There might be instances that they are not compatible and you may need to CAST or CONVERT them. On the other hand, I see that you have the 'POWER' to the raised number. You may try to insert the field after the power,

(for example:  'Power([@field:Number], 2)' ) The two is the number raised.

You can remove the single quotation in there. For more information, feel free to use this link for your reference: https://howto.caspio.com/function-reference/

In addition, if you are trying to calculate the monthly savings, you can try the Date and time functions that is also in that documentation. 

Helpful links that are related: https://howto.caspio.com/faq/reports-datapages/calculated-fields-and-datediff-function/ and https://howto.caspio.com/datapages/reports/advanced-reporting/calculations-in-forms-and-reports/

I hope this helps you out though! :) 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...