Date = first day of next month

  • Thread starter Thread starter Dylan @ UAFC
  • Start date Start date
D

Dylan @ UAFC

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
 
Dylan said:
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)
 
Try one of these.

If you have the Analysis ToolPak add-in installed...

=EOMONTH(A1,0)+1

Format as Date

Or:

=DATE(YEAR(A1),MONTH(A1)+1,1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top