1 Create a "Home" or "Office" tab. Open a new Excel spreadsheet. Right click on the "Sheet1" tab at the bottom and click on Rename. Type in "Home" or "Office".

2 Rename Sheet2 as "Template" and Sheet3 as "Points" by repeating Step 1.

3 Create the Importance table. On the Points tab, fill in columns A, B and C:

4 Define the name "Importance". Select from Cell A2 to C7. Click on Insert Name Define Define the name as "Importance" and click OK. Select from Cell A2 to C7. Click on Insert Name Define

5 Create the Effort Table. Repeat steps 3, 4 and 5 to create the Effort table in columns E, F, and G. Select cells E2 to G6 and give them the name "Effort".

6 Create the Urgency table. Repeat steps 3, 4 and 5 to create the Urgency table in columns I, J and K. Name them "Urgency".

7 Enter headings on Home tab. Click on the Home tab and insert headings in row 1: A - Priority A formula, 1 for the most important task, but can be over 100

B - Task Name of the task.

C - Importance An A, B, C, D, E, or F from the table.

D - Effort A 1-5, from the Effort table.

E - Urgency A formula based on Due date.

F - Due Date when the task should be finished. Due dates are not hard and fast. Ramp Up tells you how early you could start the task and Extension tells you how many days it could slide. Getting a haircut might have a Ramp Up of 5 and an Extension of 4 - it doesn’t make sense to get a haircut 2 weeks early and people might notice if it was more than 5 days late.

tells you how early you could start the task and tells you how many days it could slide. Getting a haircut might have a Ramp Up of 5 and an Extension of 4 - it doesn’t make sense to get a haircut 2 weeks early and people might notice if it was more than 5 days late. G - Ramp Up Days prior to Due date you could start task.

H - Extension Automatic extension of Due date

I - Days Left Formula. Number of days before Due date; negative if Due date has passed.

J - Finished Date task was actually completed.

K - Comment Any details for the task. Click on the Home tab and insert headings in row 1:

8 Enter your list of tasks. Note Priority, Urgency and Days Left are left blank. They will be filled in with formulas. Here’s a sample of home tasks.

9 Enter formulas for Days Left, Urgency and Priority. The formulas below are for row 2. I (Days Left) =F2-IF(ISBLANK(J2),TODAY(),J2)

E (Urgency) =IF(I2>G2,5,IF(I2>0,4,IF(I2=0,3,IF(I2+H2>0,2,1))))

A (Priority) =VLOOKUP(C2,Importance,2,FALSE) + VLOOKUP(D2,Effort,2,FALSE) +VLOOKUP(E2,Urgency,2,FALSE) The formulas below are for row 2.

10 Change the format for Cell I2 to Integer by right clicking on the cell, selecting format and make it a Number with 0 Decimal places.

11 Copy formulas for Priority, Urgency and Days Left to the remaining cells in each column. Select cell E2 and type CTRL-C. Select cells E3 to E10 and click CTRL-V. Repeat to copy cell I2 to cells I3 to I10. Finally, repeat to copy cell A2 to cells A3 to A10. Ignore the odd values you get for undefined tasks.

12 Sort the rows by Priority. Select from cells A1 to K, for as many rows as you have data. Then click on Data Sort.

13 Save your priorities spreadsheet, including the date for versioning.

14 Mark tasks Finished. As you complete tasks, mark the date in the Finished column. Remember CTRL-; (control key and semi-colon) immediately enters the current date.