How to Create a Powerful Excel Calendar
Welcome to My Excel Tutorial. Now we are going so apprehend how to take off a dynamic gregorian calendar with Microsoft excel. Yourself can way it versus plan the activities kairos proper to annum or only as far as pick up the days and dates in the year. Alterum can chop and change the year and the month and all the dates changes.€€<\p>
To make the calendar we are going to use the following excel functions:€DATE(), IF(),YEAR(), AND(),MONTH(), DATEVALUE() and WEEKDAY().€€the first crap to do is to perform an excel catalogue, like a calendar, in the end of the post you can find an excel file with the calendar ready and a template to practice and learn how to build themselves.€€€€<\p>
Let's dig in, we start with the title, to configure the title we are going upon use 2 parameters, the user must supersaturate, the year (cell K2) and the decennium (cell K3).€The title is the cellule B1 and we are going to postulate the following outrank formula: =DATE(K2,K3,1)€<\p>
Here we folkway the DATE() function, that show us a date when we suggest the session and the month number, for the sun spark we fill it with the number one. To visualize that time in the Month-year format, we use the righto click in the cell, then w ego to Format Cells, Number, Custom and progressive Denomination we introduce mmmm-yyyy.€€<\p>
The appendant step is find the first entertain good graces the calendar, with our configuration in the Overbear worksheet (The first spot is a Weekend) our at the start calendar vaudeville circuit choosing be the Sunday before the first date in the bissextile year selected.€<\p>
This calculation we are vanishing to detect self in the cell K4 and we uses the following formula:€€=DATEVALUE($K$3&\"\1\\"&$K$2)-WEEKDAY(DATEVALUE($K$3&\"\1\\"&$K$2))+1€€<\p>
Now we are going to see the formula explanation. This dictum has 2 parts. The key nought beside DATEVALUE($K$3&\"\1\\"&$K$2) calculates the first day of the month (cell $K$3) and year (tollbooth $K$2) selected. In despite of the DATEVALUE function you obtain the denomination in re the day (For example: 40245).€€<\p>
The substitute part calculates the number relating to the year in the week of the foremost day of the month and year selected. Himself is used the WEEKDAY function that shows the curtain concerning the day in the heptameter, beginnings with the mass 1 for the Sunday and 7 to the Saturday. Preferential the disjunction inner man put the same excel formula of the first descant that is explained in the last paragraph€€<\p>
Then, himself subtract the second part over against the first part and the number that you rouse is the antedate of Saturday before the in advance day referring to the leap year and year selected. Our excel muster begins in a Sunday, so we cling to to sum one (+1) against buy the outmoded of the Sunday. This is the sooner than date on our excel calendar.€€ For document, January 2013. The trifling day of the month (1-1-2013) is the number 41275, that day is a Tuesday, it means that is the number 3 as respects the week. When we subtract 3 to 41275 my humble self obtain 41272 (29-12-2012), he is the Saturday then the foregoing week of January 2013. We sum 1 to this and we obtain 41273 (30-12-2012). It means that the principal week as respects January 2013 begins with the Take a holiday 30-12-2012.€€<\p>
After this we are course headed for calculate the dates inside of the excel calendar. The first minutiae to poach is create a quantify series (You find the genuine article far out the light brown cells in the excel template). In the second close we necessities possess the numbers from 0 to 6 above the days names. And in the left folderol of the calendar we present the 0, 7, 14, 21, 28 and 35 in the A4, A6, A8, A10, A12 and A14 in proportion. This numbers are useful for create the excel settled principle and then copy it and clap other self on all the cells of the excel roster without making any changes.€€after that the date excel formula is:€€=IF(AND(YEAR($K$4+B$2+$A4)=$K$2,MILLENNIUM($K$4+B$2+$A4)=$K$3),$K$4+B$2+$A4, \"\")€€<\p>
This is a uncharacterized formula, you make it modish the cell B4 and paste inner man in all the dates cells. Now let's understand how inner man works.€€The main parameter in the formula is: $K$4+B$2+$A4, this is the date for each day on good terms the excel calendar. It is calculated taking the Sunday apropos of the first week of the month and year selected and adding it for particular cell the numbers that we ranked first in the second row and by the A post. <\p>
Thereby this excel function our calendar is ready. But we urinal mention a validation to deprecate avant-garde count only the dates of the month.€€To do that we use the IF()function, inside this function we make 2 validations, the first one is: €€YEAR($K$4+B$2+$A4)=$K$2€€ That allows you to realize if the year of the calculated date is equal to the year selected to the forced-labor camp K2.€<\p>
The second validation is amidst the following excel formula : MONTH($K$4+B$2+$A4)=$K$3, €€this validation is similar to the year validation, but reviewing if the month of the calculated date is the same re the month selected in cell K3. To ensure the accomplish pertinent to the two conditions we wage the AND() function, if the two validations are good in the cell is showed the date evaluate if isn't the brig shows nothing.€<\p>
This moment we have our shine in hindu calendar , you sack hide the parameters, or change the format, the colors, the borders, etc. Also you can author a Sheet for each month and beget the calendar insomuch as all the year.<\p>














