RosettaCodeData/Task/Leap-year/Excel/leap-year.excel

2 lines
88 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
=IF(OR(NOT(MOD(A1,400)),AND(NOT(MOD(A1,4)),MOD(A1,100))),"Leap Year","Not a Leap Year")