Difference between revisions of "NL/Documentation/How Tos/Calc: functie ISSCHRIKKELJAAR"
From Apache OpenOffice Wiki
< NL | Documentation | How Tos
m (→Problemen:) |
m (→Problemen:) |
||
Line 19: | Line 19: | ||
* Probeer <tt>'''=MAAND(DATUM(JAAR(datum);2;29))=2'''</tt> als u compatibiliteit met Excel nodig hebt. | * Probeer <tt>'''=MAAND(DATUM(JAAR(datum);2;29))=2'''</tt> als u compatibiliteit met Excel nodig hebt. | ||
− | {{Documentation | + | {{NL/Documentation/ZieOok| |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie DAGENINMAAND|DAGENINMAAND]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie DAGENINJAAR|DAGENINJAAR]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Informatie-functies|Informatie-functies]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Datum- & tijdfuncties#Overzicht datum en tijd|Overzicht datum en tijd]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Datum- & tijdfuncties|Datum- & tijdfuncties]] |
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | ||
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}} |
[[Category: NL/Documentation/Reference/Calc]] | [[Category: NL/Documentation/Reference/Calc]] |
Latest revision as of 09:45, 28 January 2024
ISSCHRIKKELJAAR
Test of een datum in een schrikkeljaar ligt.
Deze functie is alleen beschikbaar als de Analysis AddIn is geïnstalleerd.
Syntaxis:
ISSCHRIKKELJAAR(datum)
- Geeft 1 terug als datum in een schrikkeljaar ligt en anders 0.
Voorbeeld:
ISSCHRIKKELJAAR("24-05-2012")
- geeft 1 terug; 2012 is een schrikkeljaar.
Problemen:
- Deze functie is niet beschikbaar in Excel.
- Probeer =MAAND(DATUM(JAAR(datum);2;29))=2 als u compatibiliteit met Excel nodig hebt.
Zie ook