Build a FREE Excel Task Tracker with Automatic Schedule (No Macros!)
MyOnlineTrainingHubNovember 18, 202514 min69,537 views
27 connectionsΒ·40 entities in this videoβSetting Up Drop-Down Lists
- π‘ Subjects and Types (assignment, coursework, exams) are defined and formatted as Excel tables named 'subject' and 'type'.
- π This ensures that drop-down lists will automatically update as new items are added to these tables.
Creating the Task Tracker Table
- π― A main table named 'tasks' is created with columns for task, subject, type, due date, time required, status, days available, notes, and links.
- β Data validation is applied to the 'subject' and 'type' columns, using the defined table names for dynamic lists.
- π οΈ A data validation list for 'status' is created directly within the dialog box with options: 'not started', 'started', and 'completed'.
Enhancing Task Visibility with Formatting
- π A 'days available' column is calculated using the formula
=TODAY() - Due Dateand formatted as general. - β οΈ Conditional formatting highlights overdue tasks (days available less than zero) with a light red fill.
- π¨ Statuses are color-coded: 'not started' in dark blue, 'started' in purple, and 'completed' rows are grayed out with a strikethrough effect.
- π¦ Conditional formatting rules are managed to ensure the 'completed' status formatting takes precedence.
Interactive Dashboard with Slicers
- π Slicers for 'subject', 'type', and 'status' are added to the table, allowing for intuitive filtering and interactive dashboard functionality.
- πΌοΈ Slicers are reformatted to fit designated spaces, enabling users to focus on specific tasks and identify issues quickly.
Building the Automatic Schedule View
- π
A separate sheet is set up to display a schedule, extracting non-completed tasks from the tracker using
SORTandFILTERfunctions. - ποΈ A horizontal date row is generated using the
SEQUENCEfunction, spanning from the earliest to the latest due date in the tracker. - βοΈ Custom number formatting is applied to dates for clarity (day and month name), and formulas reference spilled arrays using a hash (#).
- π¨ Formatting is applied to the date row, including bolding, blue font color, and top/bottom borders.
- π Panes are frozen at cell G6 for easier navigation of the data.
- β¨ Conditional formatting is used to replicate banded rows for readability, as tables cannot be used with spilled array formulas.
- π Conditional formatting also highlights each task's due date on the schedule by comparing the task's due date with the dates in the horizontal row, ensuring the highlight rule is prioritized over banded rows.
Knowledge graph40 entities Β· 27 connections
How they connect
An interactive map of every person, idea, and reference from this conversation. Hover to trace connections, click to explore.
Hover Β· drag to explore
40 entities
Chapters7 moments
Key Moments
Transcript55 segments
Full Transcript
Topics15 themes
Whatβs Discussed
ExcelTask TrackerExcel TemplateData ValidationConditional FormattingSlicersExcel TablesFormulasSpilled Array FormulasTODAY FunctionSORT FunctionFILTER FunctionSEQUENCE FunctionCustom Number FormattingFreeze Panes
Smart Objects40 Β· 27 links
ProductsΒ· 7
ConceptsΒ· 33