Leap Year

realsaggi

New Member
Joined
Aug 21, 2007
Messages
11
Hi! All.

Kindly provide me the formula to calculate like 2007 is a leap year or not

Thanks & Regards
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi

Using the Gregorian calendar, that formula need to be modified to take account of centennial years not being evenly divisible by 400 (eg 2000 is a leap year, but 1900 is not):

Excel Workbook
ABCDEFG
12004200018001900190221001988
2Leap YearLeap YearNot a Leap YearNot a Leap YearNot a Leap YearNot a Leap YearLeap Year
Sheet1


I'm sure there is a slicker way of writing this, but this should be fully functional.
 
Upvote 0
Try this where A1 holds the year.

=IF(DAY(DATE(A1,2,29))=1,"Not a leap year", "Yep, it's a leaping!!")
 
Upvote 0

Forum statistics

Threads
1,214,886
Messages
6,122,093
Members
449,064
Latest member
Danger_SF

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top