+ Reply to Thread
Results 1 to 6 of 6

Invoice "Current" or "Overdue" (but need "Paid" option)

  1. #1
    Registered User
    Join Date
    04-05-2012
    Location
    SA
    MS-Off Ver
    Excel 2010
    Posts
    24

    Invoice "Current" or "Overdue" (but need "Paid" option)

    This is the formula I have which works with invoice due date compared to todays date.

    =IF(J13="","",(IF((TODAY()-J13)>0,"Overdue","Current")))

    J13 is the payment due date.

    In cell K13 I have will input the actual payment date. Is there a way that one I have inputed data into K13 it will change the formula to say "Paid"

    ??

    R.

  2. #2
    Forum Contributor bonny24tycoon's Avatar
    Join Date
    04-02-2012
    Location
    Hell
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    405

    Re: Invoice "Current" or "Overdue" (but need "Paid" option)

    Hi rwatson,

    Try this

    Please Login or Register  to view this content.

    If I was able to help PLEASE DO NOT FORGET to click the small star icon at the bottom left of my post.
    Thanks,

    Bonny Tycoon


  3. #3
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Invoice "Current" or "Overdue" (but need "Paid" option)

    Try this

    =if(j13="","",if(k13="",(if(today()-j13)>0,"Overdue","Current")),"paid")

  4. #4
    Valued Forum Contributor
    Join Date
    03-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1,093

    Re: Invoice "Current" or "Overdue" (but need "Paid" option)

    Hello rwatson,

    =IF(J13="","",IF(K13>0,"PAID",IF((TODAY()-J13)>0,"Overdue","Current")))

    Should work.

    Thanks!

  5. #5
    Registered User
    Join Date
    04-05-2012
    Location
    SA
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Invoice "Current" or "Overdue" (but need "Paid" option)

    Thanks guys, tried bonny's one first and it worked a treat.

  6. #6
    Forum Contributor bonny24tycoon's Avatar
    Join Date
    04-02-2012
    Location
    Hell
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    405

    Re: Invoice "Current" or "Overdue" (but need "Paid" option)

    Np rwatson.

    Dont forget to mark this thread as complete.

    Have a nice day ahead. Adios..

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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