Ever found yourself needing to track days, weeks, or months for a project, event, or personal goal? Microsoft Excel, with its powerful date and time functions, is an excellent tool for creating a day counter. Let's dive into a step-by-step guide on how to create a day counter in Excel that automatically updates as time passes.

Have you ever wondered how to create a delivery tracker in Excel?
Have you ever wondered how to create a delivery tracker in Excel?

Before we start, ensure you're comfortable with basic Excel functions and have a version of Excel that supports the DATE and TODAY functions used in this guide.

Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel
Calender in Excel ‼️ Amazing Excel trick using data validation and conditional formatting ✅ #Excel

Setting Up the Worksheet

Begin by opening a new or existing Excel workbook. In the first cell (A1), enter the label for your day counter, such as "Days Since..." or "Days Until...". In the next cell (A2), we'll insert the formula to calculate the number of days.

Noob to Excel Pro
Noob to Excel Pro

For this example, let's create a day counter that shows the number of days since a specific date. In cell A3, enter the date you want to count from, using the format "YYYY-MM-DD". For instance, if you want to count days since January 1, 2022, enter "2022-01-01".

Calculating Days Since a Specific Date

How to put dates in excel!
How to put dates in excel!

In cell A2, enter the following formula to calculate the number of days since the date in cell A3:

=TODAY() - A3

Press Enter, and Excel will display the number of days since the date in cell A3. The day counter will automatically update each time you open the workbook, as the TODAY function returns the current date.

Work in Excel Faster Than Ever – Speed Up Your Workflow
Work in Excel Faster Than Ever – Speed Up Your Workflow

Formatting the Day Counter

To make the day counter more readable, you can format the cell containing the formula (A2) as follows:

  1. Select cell A2.
  2. Right-click and choose "Format Cells" or press Ctrl + 1.
  3. In the "Number" tab, choose "Custom" from the list of categories.
  4. In the "Type" field, enter "d" days, which tells Excel to display only the day count without the date.
  5. Click "OK".
How to Create a Multi-User Data Entry Form in Excel (Step-by-step Guide)
How to Create a Multi-User Data Entry Form in Excel (Step-by-step Guide)

The day counter in cell A2 will now display only the number of days, making it easier to read and understand.

Creating a Day Counter for a Future Date

Step by step guide to create an excel dashboard that is functional and aesthetic
Step by step guide to create an excel dashboard that is functional and aesthetic
Ready to kick off 2025 with organisation and style?
Ready to kick off 2025 with organisation and style?
How to Create a Database in Excel [Guide + Best Practices]
How to Create a Database in Excel [Guide + Best Practices]
How to create progress bar in excel
How to create progress bar in excel
Create a Data Entry Form in Excel [NO VBA NEEDED]
Create a Data Entry Form in Excel [NO VBA NEEDED]
Create check box tracker
Create check box tracker
Data Entry Form in Excel‼️ #excel
Data Entry Form in Excel‼️ #excel
Best Excel tutorial on the internet
Best Excel tutorial on the internet
How to Create Year and School Calendar with Dynamic Date Markers » The Spreadsheet Page
How to Create Year and School Calendar with Dynamic Date Markers » The Spreadsheet Page
How to Create Dashboard in Excel
How to Create Dashboard in Excel
How to make a dynamic calendar in excel
How to make a dynamic calendar in excel
How to Create a Database with a Form in Excel - ExcelDemy
How to Create a Database with a Form in Excel - ExcelDemy
How to Create a Month Calendar in Excel - Tutorial 📆
How to Create a Month Calendar in Excel - Tutorial 📆
Shortcut to format a table in excel.
Shortcut to format a table in excel.
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)
Calculate Number of Days Between Two Dates in Excel (8 Quick Tricks)
How to create a drop down list calendar (date picker) in Excel?
How to create a drop down list calendar (date picker) in Excel?
two screens showing different dashboards and data
two screens showing different dashboards and data
How to Find Day, Month and Year in Excel | Excel Tutorials | Excel Tutorials in Hindi  | Excel Video
How to Find Day, Month and Year in Excel | Excel Tutorials | Excel Tutorials in Hindi | Excel Video
Pie Progress Bars in Excel for Comparing Budget and Timeline
Pie Progress Bars in Excel for Comparing Budget and Timeline
#Excel #Tricks: 20+ Excel Table tips you MUST Know
#Excel #Tricks: 20+ Excel Table tips you MUST Know

Now let's create a day counter that shows the number of days until a specific future date. In cell A1, enter a label like "Days Until...". In cell A2, enter the following formula, replacing "YYYY-MM-DD" with the future date you want to count towards:

=A3 - TODAY()

In cell A3, enter the future date using the format "YYYY-MM-DD". For example, if you want to count down to December 31, 2022, enter "2022-12-31".

Formatting the Future Day Counter

Follow the same formatting steps as above to display only the day count in cell A2. This time, the day counter will show the number of days remaining until the future date in cell A3.

And there you have it! You've now created two day counters in Excel – one for counting days since a specific date and another for counting days until a future date. These day counters will automatically update each time you open the workbook, keeping you on track with your projects, events, or personal goals. Happy counting!