Skip to main content

Excel Formula calculate days remaining from today

doc calculate overtime pay 4

Sometimes, you may want to know how many days remaining until expiration from today of each food product. In Excel, there is a formula that can help you to quickly get the remaining days.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc calculate overtime pay 4

Generic formula:

MAX(0, exp_date - TODAY())

Arguments

Exp_date: the date that you count days until.

Return value

This formula returns a positive numeric value or zero.

If the expiry date is earlier than today, the formula returns zero, or it returns a positive whole number.

How this formula work

Here in cells B3:B5 list expiration dates, to calculate the days remaining today, please use the formula:

=MAX(0,B3-TODAY())

Press Enter key to get the result.
doc remaining days from today 2

Drag autofill handle to fill cells with this formula.
doc remaining days from today 3

Explanation

TODAY function: Get the date of today.

MAX function: Get the maximum value from given range or array.

Note

If you want to calculate the days remaining from a specific date, you can change the general formula to

MAX(0, date- exp_date)

Supposing there is a table, B9:B11 contains expiration dates, C9:C11 are the specific dates you want to count remaining days until. Please use below formula:

=MAX(0,B9-C9)

Press Enter key to get the result, then drag auto fill handle to the cells you need.
doc remaining days from today 4


Relative Formulas

Relative Functions


The Best Office Productivity Tools


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.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations