.

.

Wednesday, May 11, 2016

Roshan Thpa

Calendar in Excel

This example describes how to create a 2016 calendar in Excel (or 2017 calendar, 2018 calendar, etc). If you are in a hurry, simply download the Excel file.
Note: the instructions below do not teach you how to format the worksheet. We assume that you know how to change font sizes, font styles, insert rows and columns, add borders, change background colors, etc.
This is what January 2016 looks like.
Excel 2016 Calendar
The big question is: how do we tell Excel that January 2016 starts on a Friday?
1. First, to make our formulas easier to understand, we have created the following names.
NameCells
CalendarYearK5
JanOffset=DATE(CalendarYear,1,1)-WEEKDAY(DATE(CalendarYear,1,1))

Explanation: dates are stored as numbers in Excel and count the number of days since January 0, 1900. The Date function returns the number that represents the date. The DATE function accepts three arguments: year, month and day. The WEEKDAY function returns a number from 1 (Sunday) to 7 (Saturday) representing the day of the week of a date. For example, January 1st, 2016 is the same as 42370. This date falls on Friday. In other words, =DATE(CalendarYear,1,1) equals 42370 and WEEKDAY(DATE(CalendarYear,1,1)) equals 6. As a result, JanOffset equals 42370 - 6 = 42364.
2. Let's take a look at the formula in cell B4.
Calendar Formula, cell B4
Explanation: JanOffset+1 is nothing more than a date. In fact, it is (6-1) days earlier than January 1st, 2016. This formula checks if the year of this date equals CalendarYear and the month equals January (1). If true, it returns the date. If not, it returns an empty string ("").
3. Let's take a look at the formula in cell G4.
Calendar Formula, cell G4
Explanation: JanOffset+6 is nothing more than a date. In fact, it is (6-6) days earlier than January 1st, 2016. This is the first day of the year! This formula checks if the year of this date equals CalendarYear and the month equals January (1). This is true! Excel returns the date.
4. We changed the format to "day format" to only display the day of the month.
Day Format
Note: in a similar way, you can create the formulas for the other days in January and the other months. This calendar tool lets you create a calendar for every year you want! Just use the Spin Button to increase the calendar year.

Roshan Thpa

About Roshan Thpa -

Roshan Kumar Thapa is veteran keen tech-savvy person which has enabled him to qualify for the job. He has knowledge in wide range of IT fields. He is highly trained and skilled in Graphic design, Tally, A+ hardware and networking, AutoCAD, Web Design/Development, Application Development, Video editing, Q-Basic and had good knowledge of C, C++, C# and Java programming. He keeps a keen interest in information technology and loves to keep himself updated through news, magazines, books, and blogs. He likes to learn and share his knowledge. He also runs a blog where he posts updates about the latest advancements in technology and his own teachings as well.

Subscribe to this Blog via Email :