Simple Calculation Script
Hi! I'm pretty new to the idea of making calculation scripts in Adobe Acrobat, just to preface.
I'm trying to calculate the Time Value of Money and when I do the calculation with only the numbers it works out perfectly but as soon as I plug in my variables that equal those numbers my calculation no longer gives me the number it's supposed to. Here's the script I'm working with as a Simplified Field Notation.
c2 * ( 1 + 0.05 / 1 ) ^ 67 - Nn + a1 * c1 /0.05 ( ( 1 + 0.05 / 1 ) ^ 67 - Nn -1) * 1
Nn = 30
a1 = 50,000
c1 = 10%
c2 = 1,000
I appreciate any help, thanks!
