+ Reply to Thread
Results 1 to 6 of 6

Can Excel Remind Me of Items Not Paid after x number of days?

  1. #1
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    494

    Can Excel Remind Me of Items Not Paid after x number of days?

    I have large spreadsheet with colums which reflect Names, Amount Due (Column A), Dates of Invoice Sent(Column B) and Date of Request For Service ( Column C) .
    Can excel remind me on the following:
    1) When date of each invoice is more than 45 days old
    2) When date of Request for Service is more than 30 days old

    Thank you

  2. #2
    Forum Contributor
    Join Date
    06-08-2012
    Location
    Panama City, FL
    MS-Off Ver
    Excel 2016
    Posts
    175

    Re: Can Excel Remind Me of Items Not Paid after x number of days?

    What kind of reminder are you wanting? E-mail, a bright red cell stating REMINDER, a phone call?

  3. #3
    Registered User
    Join Date
    11-27-2017
    Location
    Surrey, England
    MS-Off Ver
    Office 365
    Posts
    65

    Re: Can Excel Remind Me of Items Not Paid after x number of days?

    Quote Originally Posted by GregM56 View Post
    a phone call?
    hahah that would be useful.

    There are definitely ways to 'remind' you if you mean a highlighted cell or a note on the cell adjacent etc. You would probably need to think about adding a column which states if that invoice has been dealt with, to prevent all old invoices flagging up (unless you plan to delete them).

    To do it as a formula for a cell adjacent, you could do something such as
    Please Login or Register  to view this content.
    . If D39 was your cell with the date in, and it was over 30 days you needed reminding from.
    To do it as a colour conditioning, you could select the cells with the dates in, select Conditional Formatting > New Rule > Use Formula. Then put
    Please Login or Register  to view this content.
    as the formula. Make sure the $D25 is the first cell in the list of dates, and that it ISN'T locked on both column and row (i.e., $D$25), as this will cause the formula to only look at that 1 cell rather than the column.

    Does this help? Might be easier if you have an example book we can download.

  4. #4
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    494

    Re: Can Excel Remind Me of Items Not Paid after x number of days?

    I have attached a small sample of what I keep in excel. Color coding would be okay for any unpaid invoice over 45 days and
    color coding would be okay for any request not completed after 30 days. If a column(s) for these two things could have number of days since
    Invoiced date and number of days from date of request that are not completed, that would work for me.

    no phone calls please.. lol
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: Can Excel Remind Me of Items Not Paid after x number of days?

    Try using the following formulas as conditional formatting rules
    For the Request Complete column: =AND(B4<>"",C4="",TODAY()>=B4+30)
    For the Date Paid column: =AND(D4<>"",E4="",TODAY()>=D4+45)
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    494

    Re: Can Excel Remind Me of Items Not Paid after x number of days?

    thanks. I will try the ones mentioned and let you know.

+ 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. [SOLVED] If Present days are Zero then = Zero paid days (which is not working)
    By pipsmultan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-13-2019, 06:07 AM
  2. Replies: 8
    Last Post: 02-10-2018, 02:25 AM
  3. [SOLVED] Counting the number items based on number of days
    By Ltat42a in forum Excel General
    Replies: 6
    Last Post: 10-29-2014, 07:11 PM
  4. Replies: 8
    Last Post: 06-21-2013, 04:35 PM
  5. Replies: 4
    Last Post: 11-04-2012, 12:43 PM
  6. [SOLVED] calculation for leaves paid but not more then days of month and not more then balance leav
    By dinesh4you in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2012, 04:27 AM
  7. [SOLVED] Days to be paid at different rates
    By Pat Savage in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-09-2012, 11:38 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