Home |
Search |
Today's Posts |
#16
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And if you wanted to find leap years in the 19th century, Rick?
In a worksheet? Using a worksheet formula? Well, I guess that question could be asked academically (given that none of those dates could be used within the worksheet); but, personally, I would probably use this UDF (which also works as a VB function as well)... Function IsLeapYear(YearIn As Long) As Boolean IsLeapYear = IsDate("2/29/" & YearIn) End Function Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Leap Year | Excel Discussion (Misc queries) | |||
leap year | Excel Discussion (Misc queries) | |||
Leap Year | Charts and Charting in Excel | |||
How to determine if year is a leap year | Excel Worksheet Functions | |||
Leap year indicator | Excel Worksheet Functions |