Thread
:
Date = first day of next month
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Glenn
external usenet poster
Posts: 1,240
Date = first day of next month
Dylan @ UAFC wrote:
in
A B
1/19/2088 2/1/2008
2/20/2008 3/1/2008
1/23/2008 2/1/2008
What formula can I use in the B column to make this
happen
There are several options. Try this one:
=DATE(Year(A1),MONTH(A1)+1,1)
Reply With Quote
Glenn
View Public Profile
Find all posts by Glenn