+ Reply to Thread
Results 1 to 3 of 3

How to stop the update of "Days Outstanding" if the receivables is Paid.

  1. #1
    Registered User
    Join Date
    03-10-2016
    Location
    Quezon City, Manila
    MS-Off Ver
    MS 2016
    Posts
    2

    How to stop the update of "Days Outstanding" if the receivables is Paid.

    Untitled.png

    1.) I have this formula in "days outstanding" column =IF(ISBLANK(C2),"",IF(TODAY()<>C2,TODAY()-C2,1)). Now, if the receivables is already paid, how can I stop the updating the number of days outstanding in my aging of receivables.
    2.) How can I put a text "Cancelled" that will never give me the answer "#VALUE!" in formula in my other aging column.

    Thanks for the help.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.86 for Mac MS 365
    Posts
    8,525

    Re: How to stop the update of "Days Outstanding" if the receivables is Paid.

    It is difficult to solve a problem from a snapshot. To get better help please upload a sample sheet with your expected results.
    In the meantime, I will try to give you some helpful hints, first you can change this part from =IF(ISBLANK(C2),"" to =IF(C2="",""
    Next, wherever your "receivables" are located if you add that to the beginning part of your formula it will stop the formula at that point. So let's say that if the running balance in F9 and the number in O9 are equal then you want the formula to stop, then you could add this to the beginning =IF(F9=O9,"Cancelled",IF(C2="","",IF(TODAY()<>C2,TODAY()-C2,1)))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    03-10-2016
    Location
    Quezon City, Manila
    MS-Off Ver
    MS 2016
    Posts
    2

    Re: How to stop the update of "Days Outstanding" if the receivables is Paid.

    Thank you for the awesome reply. I already applied your formula,sir.

    Thanks!
    Last edited by njgogobusia1988; 03-22-2016 at 01:58 AM.

+ 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: 02-23-2015, 12:33 AM
  2. Replies: 4
    Last Post: 08-20-2014, 07:14 AM
  3. [SOLVED] Sum if ajacent cell is blank..."Outstanding Invoices"
    By Ticktockman in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-16-2014, 03:32 PM
  4. [SOLVED] Show (copy) data at "X" time and stop update.
    By Anka in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-06-2012, 05:09 PM
  5. Replies: 5
    Last Post: 06-02-2012, 06:30 AM
  6. [SOLVED] Invoice "Current" or "Overdue" (but need "Paid" option)
    By rwatson in forum Excel General
    Replies: 5
    Last Post: 04-05-2012, 12:16 PM
  7. [SOLVED] =IF(D13="PAID","YES","NO") Can I change fonts colour
    By Kev in forum Excel General
    Replies: 3
    Last Post: 02-17-2006, 12:30 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