+ Reply to Thread
Results 1 to 5 of 5

Billing Date Calculator Template

  1. #1
    Registered User
    Join Date
    12-12-2018
    Location
    Chicago
    MS-Off Ver
    2016
    Posts
    10

    Billing Date Calculator Template

    Hoping someone can help me with a 'Billing Date Calculator' template I want to create.

    I attached the excel file where I got most of the way there but need help, please see the attached file and the info below.


    "Logic:

    If a contract is signed between the 1st and the 15th of any month, then we begin billing on the 15th of the immediately following month.

    If a contract is signed between the 16th and the end of any month, then we begin billing on the 1st of the month following the immediate month.

    This means that the most we can go without billing is ~45 days and the shortest non billing period is ~30 days

    Issue:

    1) I've built the formula to work for 1 month, but I need it to account for the other date ranges highlighted in yellow so that I can enter any date throughout the year and it calculate for me. I believe I need and IFS statement instead of and IF statement, please help!"
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Billing Date Calculator Template

    Hi
    Try This formula for a date in A3
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-12-2018
    Location
    Chicago
    MS-Off Ver
    2016
    Posts
    10

    Re: Billing Date Calculator Template

    Hi!

    Thank you for your reply!

    The formula that you gave appears to be working for the first piece of logic "If a contract is signed between the 1st and the 15th of any month, then we begin billing on the 15th of the immediately following month."

    However it doesn't seem to work for the second piece of logic, " If a contract is signed between the 16th and the end of any month, then we begin billing on the 1st of the month following the immediate month (basically immediate month +1)."

    For the second piece of logic, if the contract date is Jan 16th, it should bring back March 1st (currently the formula is bringing back Feb 1st like the first logic).

    Would you mind helping to revise the formula to take into account the second piece of logic?

    Thanks so much I wish I had these excel skills!

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

    Re: Billing Date Calculator Template

    Try this:

    =DATE(YEAR(A3),MONTH(A3)+1+(DAY(A3)>15),IF(DAY(A3)<=15,15,1))

    Or:

    =EOMONTH(A3,0+(DAY(A3)>15))+IF(DAY(A3)>15,1,15)
    Last edited by Phuocam; 02-11-2019 at 12:18 AM.

  5. #5
    Registered User
    Join Date
    12-12-2018
    Location
    Chicago
    MS-Off Ver
    2016
    Posts
    10

    Re: Billing Date Calculator Template

    Thank you so much, this worked!

+ 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. Billing Month Date
    By kchan128 in forum Excel General
    Replies: 4
    Last Post: 01-03-2019, 07:37 PM
  2. [SOLVED] SLN depreciation calculator vba template
    By Manish_Gupta in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 08-01-2016, 06:06 AM
  3. Billing Due Date IF Statement
    By trosasco23 in forum Excel General
    Replies: 1
    Last Post: 01-13-2015, 05:45 PM
  4. Multi year invoicing schedule on the basis of billing term and billing period.
    By ca.ashishagrawal in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-29-2013, 05:19 PM
  5. Is there a billing legder template for excel
    By StevieDuzIt in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-13-2006, 08:00 PM
  6. Where can I find a Billing Statement Template for Word or Excel?
    By Iltid in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-31-2005, 10:05 AM
  7. a template for medical billing cpt codes
    By Randall Jones in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-21-2005, 06:06 AM

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