Ever found yourself creating a calendar in Excel, only to realize it's including weekends and you need it to display working days only? You're not alone. Excel's default calendar settings can be quite perplexing, but fear not! We're here to guide you through creating an Excel calendar that displays only working days.

Before we dive into the nitty-gritty, let's ensure we're on the same page. By "working days," we're referring to weekdays - Monday to Friday. Now, let's get started!

Creating a Custom Calendar Format
Excel's built-in calendar feature is quite versatile, but it doesn't directly cater to our needs. So, we'll create a custom calendar format that suits our purpose.

First, let's understand the format we're aiming for. We want our calendar to start on a Monday and end on a Sunday, with weekdays (Monday to Friday) highlighted or formatted differently from weekends (Saturday and Sunday).
Formatting Weekdays

To format weekdays, we'll use conditional formatting. Here's how:
1. Select the cells containing your calendar dates.
2. Click on "Conditional Formatting" in the "Home" tab, then "New Rule..."
3. Select "Use a formula to determine which cells to format"
4. Enter the formula: `=AND(WEEKDAY(A2,2)>0,WEEKDAY(A2,2)<6)` (assuming your dates start from cell A2)
5. Choose the formatting you prefer (fill color, font color, etc.) and click "OK".
Formatting Weekends

Formatting weekends is similar to weekdays. Here's how:
1. Repeat steps 1-3 from the previous section.
2. Enter the formula: `=AND(WEEKDAY(A2,2)>5,OR(WEEKDAY(A2,2)=0))`
3. Choose the formatting you prefer (usually different from weekdays) and click "OK".
Adjusting the Calendar View

Now that our calendar is formatted correctly, let's ensure it displays only working days.
Excel's default calendar view includes weekends, which isn't ideal for our purposes. We'll change this using the "Outline" feature.









![How to Make a Calendar in Excel [Complete Guide + Free Templates] - GeeksforGeeks](https://i.pinimg.com/originals/78/2e/dd/782edd519265541d1f6be8a19c510453.png)










Hiding Weekends
To hide weekends, we'll collapse the weekend rows. Here's how:
1. Click anywhere in your calendar.
2. Go to the "Home" tab, click on "Outline", then "Show Outline".
3. Click on the minus sign (-) next to each weekend day to collapse the row.
4. Right-click on the calendar and select "Format as Table". This will apply the formatting to the entire table, including any new dates you add.
Adding New Dates
Now that our calendar is set up, adding new dates is a breeze. Here's how:
1. Click anywhere in your calendar.
2. Go to the "Home" tab, click on "Format as Table" (if you haven't already).
3. In the "Create Table" dialog box, ensure the correct data range is selected, then click "OK".
4. Click on the cell below the last date in your calendar.
5. Type the next date (e.g., "01/01/2023") and press Enter. Excel will automatically format the new date according to your calendar's settings.
And there you have it! A custom Excel calendar that displays only working days. This calendar will not only save you time but also ensure you're always on top of your schedule. Happy planning!