Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lax_fan
 
Posts: n/a
Default how do an @if formula to meet criteria where x is divisible by 12

Trying to compound interest earned every 12 months, so setting up an @if
formula based on month equally divisible by 12.
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

Take a look at the FV function

=FV(i/12, n*12, pmt, PV)

where i = the annual interest rate, and n = the number of years. PV =
the present value of the investment/loan, and pmt is any periodic
payment (or 0, if none).

Note: if pmt = 0, FV and PV will be of opposite signs. Think of negative
numbers as outflows of cash, and positive numbers as inflows.

You could also use (assuming pmt = 0)

=PV*(1+i/12)^(n*12)



In article ,
"lax_fan" wrote:

Trying to compound interest earned every 12 months, so setting up an @if
formula based on month equally divisible by 12.

  #3   Report Post  
lax_fan
 
Posts: n/a
Default

Thanks. I really did not post question correctly, so have done a new one.

"JE McGimpsey" wrote:

One way:

Take a look at the FV function

=FV(i/12, n*12, pmt, PV)

where i = the annual interest rate, and n = the number of years. PV =
the present value of the investment/loan, and pmt is any periodic
payment (or 0, if none).

Note: if pmt = 0, FV and PV will be of opposite signs. Think of negative
numbers as outflows of cash, and positive numbers as inflows.

You could also use (assuming pmt = 0)

=PV*(1+i/12)^(n*12)



In article ,
"lax_fan" wrote:

Trying to compound interest earned every 12 months, so setting up an @if
formula based on month equally divisible by 12.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Howdo U copy a formula down a column, that uses data in another w. brantty Excel Worksheet Functions 0 February 25th 05 10:11 AM
Adding the sum of figures in one column if they meet 2 criteria Justine Burn via OfficeKB.com Excel Worksheet Functions 4 February 22nd 05 02:36 AM
Countif formula with multiple criteria ie >30 and <60? Dali Excel Worksheet Functions 2 January 7th 05 04:49 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 10:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"