+ Reply to Thread
Results 1 to 8 of 8

Due date calculation

  1. #1
    Registered User
    Join Date
    07-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    5

    Due date calculation

    Hi, I am making just a simple monthly repetitive payment spreadsheet. The date a payment is received will be entered manually, and the next cell needs to have a formula which will calculate the due date which is one month later. Also, conditional format required for the cell with the formula to change colour 3 days before the due date. All help is greatly appreciated......Cheers!!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: Due date calculation

    Next date .. Payment date in A1

    in B1

    =EDATE(A1,1)

    CF

    formula.....

    =B1>=TODAY()-3

  3. #3
    Registered User
    Join Date
    07-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    5

    Re: Due date calculation

    Thanks John. The date formula is working fine, but I seem to be doing something wrong with the CF to change colour of the cell 3 days before due date. See attached sheet. It has changed colour even though it's one month away from the due date.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    05-06-2016
    Location
    Cluj, Romania
    MS-Off Ver
    2007-2010
    Posts
    220

    Re: Due date calculation

    in CF use this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    5

    Re: Due date calculation

    That works. Thanks John and Tudy.

  6. #6
    Registered User
    Join Date
    07-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    5

    Re: Due date calculation

    Further question. When I use the Copy-Paste Special option and choose Formula in following cells where the Start Date is not yet entered then I get a random date in the Due Date cell. How do I keep these cells blank? Sheet attached again.
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: Due date calculation

    Try

    =IF(E2="","",EDATE(E2,1))

  8. #8
    Registered User
    Join Date
    07-06-2016
    Location
    India
    MS-Off Ver
    2007
    Posts
    5

    Re: Due date calculation

    Quote Originally Posted by JohnTopley View Post
    Try

    =IF(E2="","",EDATE(E2,1))
    I'm afraid I don't understand. Do I enter this Formula in CF? If so it doesn't work. The target cell changes colour irrespective of the date and where the Start Date is not yet entered then I still get a random date in the Due Date cell.

+ 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. RE: date calculation, no date displays for blank adjacent cell
    By kittycrickett in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-11-2015, 10:55 AM
  2. Long date/short date conversion and cycle time calculation
    By COGICPENNY in forum Excel General
    Replies: 1
    Last Post: 02-14-2014, 05:17 PM
  3. [SOLVED] If Statement with today's date minus due date for a delay calculation
    By RDFUC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2013, 02:58 PM
  4. [SOLVED] Need Calculation - If A1=Annual, Anniv. Date for Current Year, else Biennial Date
    By TaxAnnihilator in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2013, 06:06 PM
  5. Replies: 4
    Last Post: 06-02-2012, 11:26 AM
  6. Replies: 1
    Last Post: 04-18-2012, 05:49 PM
  7. [SOLVED] subtract a delivery date:Date Calculation to exclude weekends
    By Vim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2006, 11:00 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