Program Excel to alert you to a deadline.Q. One of my tasks is to keep track of due dates for certain financial statements in Excel, and since the dates are embedded in the statements, I'd like to program Excel to alert me when a deadline is approaching. Do you have any suggestions? A. There are several ways to do that, but by far the easiest is to use the IF and TODAY functions. Here's how. Assume the due date is in cell A3 and you want an alert five days in advance. In column B add this formula: =IF(A3<(TODAY()+5)," ALERT: DUE DATE","") The formula checks A3, and if the current date is at least five days away, it will display the alert. To make it more prominent, consider coloring the alert cell red (see screenshot See screen shot. at right). To add a little pizzazz to the worksheet, you can program Excel to post the current date above the two columns. And so it's clear the posted date is today's date, and not some other due date, use a little Excel trick to combine both the current date and a brief text description, such as "Today is." To do that, we'll use a simple string formula: ="Today is" & TEXT(NOW()," dddd, mmm dd, yyyy") The final product looks like this: Key to Instructions To help readers follow the instructions in this article, we use two different typefaces This is a list of typefaces. Serif Here you can find a graphical version of this table.
* Boldface See boldface font. type is used to identify the names of icons, agendas and URLs. * Sans serif Short horizontal lines added to the tops and bottoms of traditional typefaces, such as Times Roman. Contrast with sans-serif. Boldface type is indicated with #. Sans serif is indicated with **. [ILLUSTRATIONS OMITTED] STANLEY ZAROWIN, a former JofA senior editor, is now a contributing editor A contributing editor is a magazine job title that varies in responsibilities. Most often, a contributing editor is a freelancer who has proven ability and readership draw. to the magazine. His e-mail address See Internet address. e-mail address - electronic mail address is zarowin@mindspring.com. |
|
||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion