X

2 Ways to Add Auto Reminders on Due Date in Excel

Working with the data in Excel spreadsheets often requires a reminder of the due date, such as the due date of receivable. In this post, I’ll introduce 2 methods to add a due date reminder in your Excel sheet. Hope it can be helpful to your work.

1. Functions

See the example below. I create 3 columns in the table and input =TODAY()” in A2, which refers to today’s date. It will be update automatically every time I open the file.

Press Enter or click anywhere outside the cell, the date will show.

Then input the due date in B2 directly since it’s fixed.

In my case, I want to be alerted when there are less than 10 days left before due date. So I input =IF(B2-A2<=10,”DUE”,””) in C2. It means when the result of B2-A2 is less than 10 or equals to 10, the text of “DUE” will show in the cell. Otherwise it shows as blank. So I can only see a blank cell in C2 for now.

In order to check the effect of the reminder. I change the due date in B2 to 2019/7/27, and then the text in C2 changes as well, which proves this method works.

2. Conditional Formatting

If you don’t want to add a new column as reminder in the sheet, you can try another method to make the cells change color when the expiration date approaches.

For example, I hope B2 can turn to red when the remaining time is less than 10 days.

Select this cell, click HomeConditional FormattingNew Rule.

Choose Use a formula to determine which cells to format as Rule Type. Input the formula “=B2-TODAY()<=10” in the textbox below. Then click Format.

Switch to Fill tab, choose the color you want and hit OK.

Now the color of B2 has changed into red since the result of the formula is less than 10.

Categories: Excel Tips
Cordelia:

View Comments (19)

  • Just wanna input that you have a very decent internet site, I like the layout it actually stands out.

  • There is noticeably a bundle to know about this. I assume you made certain nice points in features also.

  • Great, thanks for sharing this post.Really thank you! Cool.

  • How to copy & paste the formula conditioning format for the next column

    • Hi Eddy, I'm not sure what you refer to, but using the shortcuts [Ctrl+C], [Ctrl+V] can copy and paste not only the text in the cell but also the conditional formatting rule.

  • How would I format this for multiple cells? I used the second method suggested, but let's say I would like that same conditional formatting (=B2-TODAY()<=10) to apply not just to b2 but all the cells in the b column (or even columns b,c, and d). Would I have to go into each cell and rewrite the formula plugging in b3, b4, b5, etc? It seems very tedious to go cell by cell so I didnt know if there was another way! Thanks :)

  • Thanks for the article with simple examples. It's crystal clear & easy to absorb for beginners.

  • OMG, been looking mfor this on many sites and this one was the only that could help me. Thanks a mill. If anyone needs the template I'm happy to help

  • Very nice expansion. Is there a way out where a reminder or alarm will pop up on the due date.