Know the last day of the month with a formula in an excel report
It may strange to say that I want to know the last day of the month, in fact, not really, if I need to do some prediction, for instance, I want to know which problem tickets will breach the SLA at the end of the month.
When I use the formula ?
When I need to know which data is overdue, it can be about SLA, configuration item status, etc.
How to use the formula ?
The formula in this topic is with "," so depending of the operating system of your PC, the formula should have ";" instead of ",".
How is/are the formula(s) ?
=EOMONTH()
For example, putting this formula in the cell A1, it will give you the last day of the current month.
=EOMONTH(NOW(),0)
If I change the 0 with 1, it will give me the last day of the next month and if I change the 0 with -1, the last day of the previous month. Don't forget to format the cell into date.
Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...