help Calculating Savings

K

Kim Jackson

I need help with a formula to do a calculation on a
form..
I have [Cst_Saving], [YrSaving]. What I need to do is
have a formula that will take [Cst_Saving]* months left
in year to equal [YrSaving]
Ex.
[Cst_Saving] * (current month being Nov) 150 * 2 =
300 [YrSaving]
[Cst_Saving] * (current month being Feb) 150 * 11 =
1650 [YrSaving]

Thanks for the help
 
J

John Vinson

I need help with a formula to do a calculation on a
form..
I have [Cst_Saving], [YrSaving]. What I need to do is
have a formula that will take [Cst_Saving]* months left
in year to equal [YrSaving]
Ex.
[Cst_Saving] * (current month being Nov) 150 * 2 =
300 [YrSaving]
[Cst_Saving] * (current month being Feb) 150 * 11 =
1650 [YrSaving]

Thanks for the help

Try

[Cst_Saving] * (13 - Month(Date())
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top