ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] §Q®§¤ÀÅu¸Õºâªí¤G°Ý

¦^´_ 1# paddyliu


    ¸Õ¬Ý¬Ý
  1. Function fl(amount, rate, start, year)
  2. If year = 1 Then '²Ä¤@¦~§Q®§­pºâ
  3. fl = amount * ((1 + rate) ^ year - (1 + rate) ^ (year - 1)) * (12 - Month(start)) / 12
  4. Else
  5. fl = amount * ((1 + rate) ^ year - (1 + rate) ^ (year - 1)) * Month(start) / 12 + amount * ((1 + rate) ^ (year - 1) - (1 + rate) ^ (year - 2)) * (12 - Month(start)) / 12

  6. '§Ú­Ó¤Hı±o¤½¦¡­n­×¥¿¦¨«á­±³o¤@­Ó...
  7. 'fl = amount * ((1 + rate) ^ year - (1 + rate) ^ (year - 1)) * (12 - Month(start)) / 12 + amount * ((1 + rate) ^ (year - 1) - (1 + rate) ^ (year - 2)) * Month(start) / 12
  8. End If
  9. End Function
½Æ»s¥N½X
¥Î¦Û©w¸q¨ç¼Æ ¥i¥H§â¨C¦~ªº§Q®§ºâ¥X¨Ó
§A»¡ªº§Q®§Åu¤ë §Ú´N¤£À´...§A¦Û¤v¦AÅܤƧa
§Q®§¤ÀÅu­pºâ.rar (15.17 KB)
50 ¦r¸`¥H¤º
¤£¤ä«ù¦Û©w¸q Discuz! ¥N½X

TOP

        ÀR«ä¦Û¦b : ¯¸¦b¥b¸ô¡A¤ñ¨«¨ì¥Ø¼Ð§ó¨¯­W¡C
ªð¦^¦Cªí ¤W¤@¥DÃD