I'm trying to determine if a year is a leap year based on the start of the month and we use the following date format: dd - mmm - yy.
For example, someone enters the start date in cells C5, D5 & E5. Whenever the starting month is February, I then need to determine if it's a leap year to calculate the end of month date for cells F5, G5, H5 & I5. How can I write a formula to perform the calculations for cells F - I.
C5 D5 E5 F5 G5 H5 I5
01 feb 08 true 29 feb 08
01 feb 09 false 28 feb 09
I found this post helpful, but couldn't get it to work using 'feb' as opposed to '02' for the month.
http://www.mrexcel.com/forum/showthread.php?t=307140
For example, someone enters the start date in cells C5, D5 & E5. Whenever the starting month is February, I then need to determine if it's a leap year to calculate the end of month date for cells F5, G5, H5 & I5. How can I write a formula to perform the calculations for cells F - I.
C5 D5 E5 F5 G5 H5 I5
01 feb 08 true 29 feb 08
01 feb 09 false 28 feb 09
I found this post helpful, but couldn't get it to work using 'feb' as opposed to '02' for the month.
http://www.mrexcel.com/forum/showthread.php?t=307140