How to Create a Day Countdown in Excel (2 Examples)

Example 1 – Use the TODAY Function to Create a Day Countdown in Excel

Here is a common template of the TODAY formula. We’re going to make a countdown for the Summer Olympics 2024 starting on 26th July.

Create Day Countdown in Excel

 Steps:

  • In cell C3, put the starting date of the Summer Olympics 2024.

Create Day Countdown in Excel

  • In cell B4, put the following formula.
=C3-TODAY()

  • Press Enter.

Create Day Countdown in Excel

  • From the Home tab, go to the Number Format dropdown and choose the General format.

Create Day Countdown in Excel

  • The Date format is changed to the General format.

  • We changed the starting date to the Long Date format to make it more reader-friendly.

Create Day Countdown in Excel

Read More: Excel Formula to Calculate Number of Days Between Today and Another Date


Example 2 – Create a Day Countdown in Excel Using the NOW Function

  • In cell B4, input the following formula and press Enter.
=ROUNDUP(C3-NOW(),0)
 

Create Day Countdown in Excel

Explanation:

The ROUNDUP function rounds up a fractional number to the next integer. It takes two arguments-=ROUNDUP(number, num_digits)
We put C3-NOW() as the number argument of the ROUNDUP function. We used 0 as num_digits as we don’t want any fraction number of days but rather a rounded-up number in the display.

If we normally used the function without the ROUNDUP function, the output would look like this.

Create Day Countdown in Excel

After converting the format of the output cell to the General format of the output, it would return a fraction of the number of days left to start the event.

Read More: How to Calculate Remaining Days in Excel


Notes

If the event passes, the countdown will start displaying a negative number. For example, we can see a countdown for Copa America 2021 that ended 266 days before the date of writing this article.

Create Day Countdown in Excel

  • To avoid this and show 0 instead of the negative number of days, we need to use the MAX function.
=MAX(0,C3-TODAY())


Download the Practice Workbook


Related Articles


<< Go Back to Days Between Dates | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Al Arafat Siddique
Al Arafat Siddique

Al Arafat Siddique, BSc, Naval Architecture and Marine Engineering, Bangladesh University of Engineering and Technology, has worked on the ExcelDemy project for two years. He has written over 85+ articles for ExcelDemy. Currently, he is working as a software developer. He is leading a team of six members to develop Microsoft Office Add-ins, extending Office applications to interact with office documents. Other assigned projects to his team include creating AI-based products and online conversion tools using the latest... Read Full Bio

2 Comments
  1. How can you change the fill/text color as you get closer to the date? Say, 30 days out turn to orange, 7 days out to red, day of/beyond black? Thank you!

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo