Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8593587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T00:01:30+00:00 2026-06-12T00:01:30+00:00

I’m trying to do an invoice date calculator in excel. What I have is

  • 0

I’m trying to do an invoice date calculator in excel. What I have is the date when the first invoice is due and when the invoice runs out. I then have a field which holds the number of months we invoice.

What I need to be able to do is dynamically generate a list which shows which months invoicing is due. For example:

  • Invoice Start Date = 1st Jan 2012
  • Invoice End Date = 1st Jan 2013
  • Invoice every 3 months

The list would then output:

  • 1st Jan 2012
  • 1st Apr 2012
  • 1st Jul 2012
  • 1st Oct 2012

Obviously depending on the start month, end month or invoice every X days number, this list would expand and change accordingly.

Does anyone know how I can do this? I can add 3 months onto a date no problem, but getting a list to dynamically expand etc I can’t do.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T00:01:31+00:00Added an answer on June 12, 2026 at 12:01 am

    One option could be to have the formula return only dates which are below the end date, and blank in the other cases.

    In your comments, you have a formula to calculate the next date based on the adjacent cell, which I assume goes into cell G11. The formula could first check to see if the new date will exceed the end date, and if so, return blank:

    =IF(OR(DATE(YEAR(F11),MONTH(F11)+$F$13,DAY(F11))>$F$12 , F11=""),
     "",
     DATE(YEAR(F11),MONTH(F11)+$F$13,DAY(F11)))
    

    In the first line, the formula checks to see if the value planned for G11 exceeds the maximum date, or the value on the left is blank.
    If this is the case, then blank will be returned, which signals the other cells to also return blank.
    If the date is valid, then the third line enter the date into the cell.

    Of course, you don’t have separate lines in excel formulas, so everything should be entered onto one line. The formula can then be copy & pasted into the adjacent cells, giving:

     F              G             H             I            J        K   L   M
    ------------+--------------+--------------+------------+------------+---+---+---+
    Jan 1, '12  +  Apr 1, '12  +  Jul 1, '12  + Oct 1 '12  +  Jan 1 '13 +   +   +   +
    ------------+--------------+--------------+------------+------------+---+---+---+
    Jan 1, '13  +              +              +            +            +   +   +   +
    ------------+--------------+--------------+------------+------------+---+---+---+
    3           +              +              +            +            +   +   +   +
    ------------+--------------+--------------+------------+------------+---+---+---+
    

    If you wanted this in the list, copy the formula for the maximum number of dates you envisage, and then the list will show the dates followed by blanks. There doesn’t seem a way around the list including the blanks, but at least it will contain only dates which are valid.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have an autohotkey script which looks up a word in a bilingual dictionary
I'm trying to select an H1 element which is the second-child in its group
I have an array which has BIG numbers and small numbers in it. I
I have a text area in my form which accepts all possible characters from
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I am trying to loop through a bunch of documents I have to put
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
Basically, what I'm trying to create is a page of div tags, each has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.