Thread
:
Solve 1st of month after specified number of days elapsed
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
Posts: 15,768
Solve 1st of month after specified number of days elapsed
Or, for the 1st of the month for the *next* month:
=DATE(YEAR(Date + n),MONTH(Date + n)+1,1)
Biff
"T. Valko" wrote in message
...
Date + n - DAY(Date + n) + 1
Biff
"MH" wrote in message
...
Reply With Quote
T. Valko
View Public Profile
Find all posts by T. Valko