A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I was aware of that, but I don't expect to be alive by then... ;-)
Here is a formula that should work for starting dates on or after March 1, 1900:
=IF(A1="",OFFSET(A2,-2,0)+1,IF(AND(DAY(A1)=28,MONTH(A1)=2,MONTH(A1+1)=3),"",A1+1))
(As you may know, Excel contains a deliberate error - it counts 1900 as a leap year)