Thread
:
Maximum date in a Month
View Single Post
#
2
Posted to microsoft.public.excel.misc
TomPl
external usenet poster
Posts: 342
Maximum date in a Month
Assuming your input date is in cell A1, try this formula:
=DATE(YEAR(A1),MONTH(A1)+1,0)
tom
Reply With Quote
TomPl
View Public Profile
Find all posts by TomPl