Difference between revisions of "FR/Documentation/Calc: fonction AMORDEGRC"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Syntaxe :)
m (Voir également :)
 
(6 intermediate revisions by 2 users not shown)
Line 38: Line 38:
 
:: période >= t : 0
 
:: période >= t : 0
  
=== Example: ===
+
=== Exemple: ===
<tt>'''AMORDEGRC(1000; ”2006-02-01”; ”2006-12-31”; 10; 0; 0.1; 1)'''</tt>
+
<tt>'''AMORDEGRC(1000; ”01-02-2006”; ”31-12-2006”; 10; 0; 0.1; 1)'''</tt>
returns <tt>'''228'''</tt>.  
+
renvoie <tt>'''228'''</tt>.
  
=== See also: ===
+
=== Voir également : ===
[[Documentation/How_Tos/Calc: AMORLINC function|'''AMORLINC''']]
+
[[FR/Documentation/Calc:_fonction_AMORLINC|'''AMORLINC''']]
  
[[Documentation/How_Tos/Calc: DB function|'''DB''']],
+
[[FR/Documentation/Calc:_fonction_DB|'''DB''']],
[[Documentation/How_Tos/Calc: DDB function|'''DDB''']],
+
[[FR/Documentation/Calc:_fonction_DDB|'''DDB''']],
[[Documentation/How_Tos/Calc: SLN function|'''SLN''']],
+
[[FR/Documentation/Calc:_fonction_AMORLIN|'''AMORLIN''']],
[[Documentation/How_Tos/Calc: SYD function|'''SYD''']],
+
[[FR/Documentation/Calc:_fonction_SYD|'''SYD''']],
[[Documentation/How_Tos/Calc: VDB function|'''VDB''']]
+
[[FR/Documentation/Calc:_fonction_VDB|'''VDB''']]
  
[[Documentation/How_Tos/Calc: YEARFRAC function|'''YEARFRAC''']]
+
[[FR/Documentation/Calc:_fonction_FRACTION.ANNEE|'''FRACTION.ANNEE''']]
  
[[Documentation/How_Tos/Calc: Date & Time functions#Financial date systems|'''Financial date systems''']]
+
[[FR/Documentation/Calc:_Fonctions_date_heure#Syst.C3.A8mes_de_date_financiers|'''Systèmes de date financiers''']]
  
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
+
[[FR/Documentation/Calc:_Fonctions_financieres_Financial_functions|'''Fonctions financières''']]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
[[FR/Documentation/Calc:_Fonctions_listees_alphabetiquement|'''Fonctions listées alphabétiquement''']],
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
[[FR/Documentation/Calc/Fonctions_listees_par_categories|'''Fonctions listées par catégories''']]
 +
 
 +
 
 +
{{PDL1}}
 +
[[Category: Calc/Fonctions/FR|AMORDEGRC]]

Latest revision as of 15:58, 30 May 2009


AMORDEGRC

Renvoie le montant de l'amortissement pour une période comptable en utilisant un amortissement dégressif (système français).

Cette fonction n'est disponible que si l'AddIn Analyse est installé.

Syntaxe :

AMORDEGRC(coût;date_achat;première_période;valeur_résiduelle;période;taux;base)

cooût: le coût d'acquisition.
date_achat: la date d'acquisition.
première_période: la date de fin de la première période du terme.
valeur_résiduelle: est la valeur résiduelle de l'actif immobilisé en fin de durée d'amortissement.
période: la période du terme à prendre en compte. 0 est la période initiale (à partir de la date_achat jusqu'à première_période.
taux: le taux d'amortissement.
base: est choisie dans une liste d'options et indique comment l'année doit être calculée. Par défaut est 0 si omis.
0 - méthode américaine (NASD), 12 mois de 30 jours chaque
1 - Nombre exact de jours dans le mois, nombre exact de jours dans l'année
2 - Nombre exact de jours dans le mois, l'année a 360 jours
3 - Nombre exact de jours dans le mois, l'année a 365 jours
4 - Méthode européenne, 12 mois de 30 jours chaque


Calcule le monte de l'amortissement pour une période comptable comme amortissement dégressif.
La durée de vie t de l'actif 1/taux. Un facteur d'amortissement f est donné par :
0 < = t < 3  : f=1,0
3 <= t < 5  : f=1,5
5 <= t < 6  : f=2,0
t >= 6     : f=2,5
L'amortissement pour une période est calculé comme :
période 0: coût*taux*FRACTION.ANNEE(date_achat;première_période;base)
période 1 à t-3 : taux * f * période_amortissement_précédente
période t-2 : 0.5 * période_amortissement_précédente
période t-1 : amortissement_dans_période_t-2
période >= t : 0

Exemple:

AMORDEGRC(1000; ”01-02-2006”; ”31-12-2006”; 10; 0; 0.1; 1)

renvoie 228.

Voir également :

AMORLINC

DB, DDB, AMORLIN, SYD, VDB

FRACTION.ANNEE

Systèmes de date financiers

Fonctions financières

Fonctions listées alphabétiquement, Fonctions listées par catégories


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools