There's a lot of times when it's useful to know the end of the month problematically, especially when the start date can change. Some examples :
Note: Make sure that Tools -> Analysis Toolpack is ticked.
Where A1 = 05/01/2012
=EOMONTH(A1,0) = 31/01/2012
=EOMONTH(A36,5) = 30/06/2012 (adding 5 months to the end of the month)
=EOMONTH(A38,-1) = 31/12/2011 (minus works too)
No comments:
Post a Comment