Display days left before task needs completion

In the To-Do List or Task List, I can see when a specific task is due. However, for planning purposes, I'd much rather want to know how many days I've got left before the task needs to be completed.

Is there any way to add a "Days Left" column?

Outlook doesn't offer a “Days Left” column by default but it is actually really easy to add this column as a custom column.

Adding a custom column

You can add a custom column to your Tasks view in the following way:

  1. Open the Columns section in your View Settings.
    • Outlook 2007 and previous
      View-> Arrange By-> Custom…-> button: Fields…
    • Outlook 2010 and Outlook 2013
      tab View-> tab: View Settings-> button: Columns…
  2. Press: New Column…
  3. Name the column. For instance: Days Left
  4. Set the type to: Formula
  5. Type or copy & paste the following formula:
    DateDiff('d',Date(),[Due Date])
  6. Press OK.
  7. Optionally: Move the column up or down in your list of already selected columns.
  8. Press OK until you’ve returned back to your Tasks folder.

Defining a custom “Days Left” column.
Defining a custom “Days Left” column.

Note 1: If you are using a view with a Compact Layout, then the column might not be visible. To disable or configure Compact Layout, press the “Other Settings” button in the Views Settings dialog.

Note 2: Tasks without a Due Date set will obviously not show anything in the column.

Editing the formula and not showing negative numbers

If you do not like to see negative numbers for overdue tasks (as these tasks are highlighted in read already by default), you can use the following formula instead:
Abs(DateDiff('d',Date(),[Due Date]))

To customize the formula if you’ve already defined and added the column:

  1. Go back to the Columns or Fields section as mentioned above.
  2. Select the “Days Left” column and press: Remove
  3. If you are not taken back to the field on the left side, set the “Selected available columns from” list to: User-defined fields in folder
  4. Select: Days Left
  5. Press: Properties
  6. Modify the Formula value directly or press the Edit… button for a larger editor.
  7. Press OK.
  8. Add the column back to your list of columns.
  9. OK yourself out of the opened dialogs to return to your Tasks folder.

View Settings - Show columns - User-defined fields in folder - Days Left
You need to remove the custom column before you can edit it.

MAPILab
Use "4PM76A8" to get a discount when ordering!