Hello, I use this formula
and this one too
to retrieve the start date and the end date of the month.
How can i make it start on day 25 and go till day 26 of the next month since the formula hides the days if the months has one day less or more like february?
Best regards,
eLy
Code:
=DATA(M2;D2;1)
and this one too
Code:
=SE(H6<>"";SE(MÊS(H6)<>MÊS(H6+1);"";H6+1);"")
to retrieve the start date and the end date of the month.
How can i make it start on day 25 and go till day 26 of the next month since the formula hides the days if the months has one day less or more like february?
Best regards,
eLy
Last edited: