A SMART goal worksheet helps turn vague intentions into clear, action-ready goals using the SMART framework: Specific, Measurable, Achievable, Relevant, and Time-bound. Below is a ready-to-use worksheet plus guidance and mini- examples you can adapt.

SMART goal basics

  • Specific : Clearly state what you want to accomplish, who is involved, and where it happens.
  • Measurable : Decide how you will track progress and know when you are done (numbers, milestones, checklists).
  • Achievable : Make sure the goal is realistic given your time, skills, and resources.
  • Relevant : Align the goal with your bigger priorities at work, school, or in life.
  • Time-bound : Set a clear deadline and, ideally, interim dates.

Copy‑and‑use SMART goal worksheet

You can paste this into a doc or notes app and fill it in.

1. Goal overview

  • Goal title :
  • Area of life/work (e.g., career, health, school, relationships, finances):
  • Why this matters to me now (1–2 sentences):

2. S – Specific

Answer these prompts to clarify your goal.

  • What exactly do I want to accomplish?
  • Who is involved or impacted?
  • Where will this happen (context, place, platform)?
  • Why do I want this (benefits, purpose)?
  • Which constraints or requirements do I need to consider?

Specific statement (combine your answers into 1–2 sentences):
ā€œ______________________________________________________________ā€

3. M – Measurable

Decide how you will know you are making progress and when you are finished.

  • What indicators or numbers will I track?
  • How often will I measure (daily, weekly, monthly)?
  • What does ā€œdoneā€ look like in concrete terms?

Measurement plan:

  • Main metric(s): ____________________________________________
  • Target value or result: _____________________________________
  • Check-in frequency: ________________________________________

4. A – Achievable

Test whether the goal is realistic and within reach.

  • Do I have (or can I get) the skills I need?
  • Do I have enough time, energy, and money for this?
  • What support, tools, or training will help?
  • What smaller milestones would make this easier?

Feasibility notes:

  • Current strengths that help: _________________________________
  • Gaps I need to address: _____________________________________
  • Mini‑milestones (3–5 steps):
  1. __________________________________________ (date: ________)
  2. __________________________________________ (date: ________)
  3. __________________________________________ (date: ________)
  4. __________________________________________ (date: ________)
  5. __________________________________________ (date: ________)

5. R – Relevant

Connect the goal to your bigger picture so it does not feel random.

  • How does this support my long‑term vision?
  • How does it help with current responsibilities or projects?
  • What happens if I don’t pursue this goal?

Relevance statement (1–3 sentences):
ā€œ______________________________________________________________ā€

6. T – Time‑bound

Add deadlines and key time markers.

  • Start date: ___________________
  • Final deadline: ________________
  • Interim check‑in dates (weekly/bi‑weekly, etc.):
  • How long will each milestone roughly take?

7. Barriers and supports

Planning for obstacles turns the worksheet into a practical action plan.

  • Possible obstacles (time, motivation, knowledge, environment):
    • *   * Strategies to handle obstacles:
      
    • *   * People or tools that can support me (friends, manager, coach, apps):
      

8. Action plan (week‑by‑week)

Lay out what you’ll actually do.

  • Week 1:
    • Task 1: _________________________________________________
    • Task 2: _________________________________________________
  • Week 2:
    • Task 1: _________________________________________________
    • Task 2: _________________________________________________
  • Week 3:
    • Task 1: _________________________________________________

(Extend for more weeks as needed.)

9. Success definition and reflection

Decide what ā€œsuccessā€ means before you start.

  • What will be true in my life/work when this goal is successful?
  • How will I feel?
  • How will I celebrate or reward myself?

Success snapshot (describe a specific day when the goal is met):
ā€œ______________________________________________________________ā€ After the deadline, come back and note:

  • What worked well: __________________________________________
  • What could be improved next time: ___________________________

Example filled‑in SMART goal

This mini example shows how to use the worksheet.

  • Goal title : Improve physical fitness
  • Specific : ā€œGo from not exercising to completing a 5 km run without stopping, by training three times a week at the local park.ā€
  • Measurable : Track distance and time with a running app; aim to reach 5 km continuous running by week 10.
  • Achievable : Start with run‑walk intervals, follow a beginner plan, and set aside 30 minutes on Mon/Wed/Sat.
  • Relevant : Supports long‑term health, reduces stress from work, and fits my doctor’s advice to exercise more.
  • Time‑bound : Start Feb 1, complete the 5 km run by April 15, with weekly Sunday check‑ins.

HTML version of worksheet

You mentioned table formatting, so here is a simple HTML layout you can embed in a page or print.

html

<table border="1" cellpadding="6" cellspacing="0">
  <tr>
    <th colspan="2">SMART Goal Worksheet</th>
  </tr>
  <tr>
    <td>Goal title</td>
    <td></td>
  </tr>
  <tr>
    <td>Area of life/work</td>
    <td></td>
  </tr>
  <tr>
    <td>Why this matters now</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">S – Specific</th>
  </tr>
  <tr>
    <td>What exactly do I want to accomplish?</td>
    <td></td>
  </tr>
  <tr>
    <td>Who is involved or impacted?</td>
    <td></td>
  </tr>
  <tr>
    <td>Where will this happen?</td>
    <td></td>
  </tr>
  <tr>
    <td>Why do I want this?</td>
    <td></td>
  </tr>
  <tr>
    <td>Constraints or requirements</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">M – Measurable</th>
  </tr>
  <tr>
    <td>Main metric(s)</td>
    <td></td>
  </tr>
  <tr>
    <td>Target value / result</td>
    <td></td>
  </tr>
  <tr>
    <td>Check-in frequency</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">A – Achievable</th>
  </tr>
  <tr>
    <td>Strengths that help</td>
    <td></td>
  </tr>
  <tr>
    <td>Gaps to address</td>
    <td></td>
  </tr>
  <tr>
    <td>Mini-milestone 1</td>
    <td></td>
  </tr>
  <tr>
    <td>Mini-milestone 2</td>
    <td></td>
  </tr>
  <tr>
    <td>Mini-milestone 3</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">R – Relevant</th>
  </tr>
  <tr>
    <td>How this supports long-term goals</td>
    <td></td>
  </tr>
  <tr>
    <td>How this fits current responsibilities</td>
    <td></td>
  </tr>
  <tr>
    <td>What happens if I don’t do this?</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">T – Time-bound</th>
  </tr>
  <tr>
    <td>Start date</td>
    <td></td>
  </tr>
  <tr>
    <td>Final deadline</td>
    <td></td>
  </tr>
  <tr>
    <td>Interim check-in dates</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">Barriers and supports</th>
  </tr>
  <tr>
    <td>Potential obstacles</td>
    <td></td>
  </tr>
  <tr>
    <td>Strategies to handle obstacles</td>
    <td></td>
  </tr>
  <tr>
    <td>People/tools that can support me</td>
    <td></td>
  </tr>
  <tr>
    <th colspan="2">Action plan & success</th>
  </tr>
  <tr>
    <td>Week-by-week actions</td>
    <td></td>
  </tr>
  <tr>
    <td>Definition of success & how I’ll celebrate</td>
    <td></td>
  </tr>
</table>

Information gathered from public forums or data available on the internet and portrayed here.