Seared Tuna Sashimi
April 23, 2012 – 9:36 pm | No Comment

My recent adventures to the grocery have been without a shopping list. I feel that going without a shopping list gives you the opportunity to see what’s fresh and available in order to have the …

Read the full story »
Food

Recipes, tools, techniques, and quick tips to help you work a kitchen like a pro.

Leadership

Leadership tools and techniques that I find interesting and useful (mainly the ones that work).

Music

Instrument and accessory reviews, tips, scales, practice sheets, and music.

Projects

Everyday project management tools to help my life run smooth and my personal projects.

Technology

Cool tech stuff that I find out there and things I find will help you go through your day.

Home » Archive by Tags

Articles tagged with: worksheet

Excel Daily Calendar with Tasks and Notes
April 29, 2009 – 11:37 pm | One Comment
Excel Daily Calendar with Tasks and Notes

I finally made a pretty cool daily calendar (just like those daily sheets in your planner/organizer). I recently trashed my old organizer which lasted me 12 years and I had to somehow mourn my loss.
Instructions:
Change …

Excel Calendar
April 28, 2009 – 11:42 pm | No Comment
Excel Calendar

Here’s a complete calendar in Excel using the following formula.
=IF(MONTH(DATE(YEAR(A1),MONTH(A1),1))<>MONTH(DATE(YEAR(A1),MONTH(A1),1)-
(WEEKDAY(DATE(YEAR(A1),MONTH(A1),1))-1)+{0;1;2;3;4;5}*7+{1,2,3,4,5,6,7}-1),””,
DATE(YEAR(A1),MONTH(A1),1)-(WEEKDAY(DATE(YEAR(A1),MONTH(A1),1))-1)+{0;1;2;3;4;5}*7
+{1,2,3,4,5,6,7}-1)
This is the first edition. Each month is on a separate worksheet.  After revisiting this, I forgot how to do arrays in Excel.  Follow theses steps …