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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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