Skip to main content
 

Excel Formula: Count Days from Today

Author: Sun Last Modified: 2020-12-04

doc convert date to julia 1

This tutorial provides the best formula to calculate the difference between a date and today in Excel.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula:

ABS(IF(ISBLANK(date),"",TODAY()-date))

Syntaxt and Arguments

Date: the date that is used to count the number of days from today.

Return Value

The formula returns a numeric value.

Remark

Whether the given date is a past date or future date, it returns a positive value.

How this formula works

To count the days between today and the specific date in cell B3, please use below formula:

=ABS(IF(ISBLANK(B3),"",TODAY()-B3))

Press Enter key to get the result.
doc convert date to julia 1

Then drag auto fill handle over other cells to apply this formula as you need.
doc convert date to julia 1

Explanation

TODAY function: returns the current date.

ISBLANK function: returns TRUE if the cell is empty, or return FALSE if the cell is not empty.

IF function: performs a simple logical test depending on the comparison result, and it returns one value if a result is TRUE, or the other value if the result is FALSE.

Here the formula IF(ISBLANK(B3),"",TODAY()-B3)
If ISBLANK(B3) returns TRUE, then the IF formula returns empty, if ISBLANK(B3) returns FALSE, then the IF formula returns TODAY()-B3.

ABS function: returns absolute value of a number.

Note:

1. If you want to return future days as positive value, past days as negative value, use the formula as
=IF(ISBLANK(B3),"",B3-TODAY())
doc convert date to julia 1

2. If you want to return future days as negative value, past days as positive value, use the formula as
=IF(ISBLANK(B3),"",TODAY()-B3)
doc convert date to julia 1


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.