+ Reply to Thread
Results 1 to 3 of 3

Fill series of dates with a difference of days upto a specific date

  1. #1
    Registered User
    Join Date
    12-19-2012
    Location
    india
    MS-Off Ver
    MS 365
    Posts
    31

    Smile Fill series of dates with a difference of days upto a specific date

    Hi,

    Friends

    i need some help i want to fill series of dates with specific difference that is if cell a1 is having 15/10/2017 date and cell B1 is having 15/01/2018 in cell C1 i want to add 15 days from A1 cell that is in C1 it should reflect 31/10/2017,C2 cell 15/11/2017,C3 cell 30/11/2017 and fill the series as 15 days increment and should not cross the date in cell B1 that is 15/01/2018 date

    kindly help me to sort out this thing



    thanks in advance

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,182

    Re: Fill series of dates with a difference of days upto a specific date

    Try in C1:

    =IF(IF(DAY($A$1)>=15,EOMONTH($A$1,0),$A$1-DAY($A$1)+15)<=$B$1,IF(DAY($A$1)>=15,EOMONTH($A$1,0),$A$1-DAY($A$1)+15),"")

    in C2:

    =IF(C1="","",IF(IF(DAY(C1)>15,C1+15,EOMONTH(C1,0))<=$B$1,IF(DAY(C1)>15,C1+15,EOMONTH(C1,0)),""))

  3. #3
    Registered User
    Join Date
    04-29-2014
    Location
    ......
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Fill series of dates with a difference of days upto a specific date

    c1 formula shows value

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 05-17-2017, 12:28 PM
  2. Replies: 4
    Last Post: 04-24-2014, 04:34 AM
  3. Replies: 5
    Last Post: 11-04-2012, 07:59 PM
  4. Extract dates for specific days in a date range
    By Ricker090 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-13-2011, 09:36 PM
  5. days, months and years between todays date and a series of dates
    By jonathanpalmer in forum Excel General
    Replies: 4
    Last Post: 09-22-2010, 03:04 AM
  6. counting unique entries for a specific date period in a series of dates
    By woody382 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 05-16-2010, 01:57 PM
  7. difference between dates in no. of days
    By JAYLOTT in forum Excel General
    Replies: 4
    Last Post: 06-07-2007, 04:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1