View Single Post
  #1   Report Post  
ElizabethWells ElizabethWells is offline
Junior Member
 
Posts: 5
Default Next January 1 or July 1

Hi, I was looking for a cell formula that returns the next January 1 or July 1 after a given date.

Examples:

3/8/2013 would return 7/1/2013

or

8/21/2014 would return 1/1/2015

Here is a formula for returning the first day of the next quarter (provided by "Bernd P") - but I wasn't able to tweak it to return the next Jan. 1 or July 1:

=DATE(YEAR(A1),1+FLOOR(MONTH(A1)+2,3),1)

Thanks.

Last edited by ElizabethWells : September 24th 14 at 01:36 AM Reason: I changed the title and added a similar function to the post.