1 Structured and Unstructured Data
Excel can store almost any type of information, but not every worksheet is suitable for calculation or analysis. A worksheet
may look attractive to a reader while being difficult for Excel to filter, summarize or automate. Advanced Excel work begins by
separating source data from presentation output.
Structured data follows a consistent rectangular layout. Each column has a defined meaning, each row represents one complete
record, and the same rule is followed throughout the dataset. Unstructured or poorly structured data may contain titles inside the
table, repeated headings, notes between records, several values in one cell, blank separators or different layouts for different months.
Definition: Structured data is information arranged in a consistent row-and-column format so that every field has
a defined purpose and every record follows the same pattern.
How the Two Structures Differ
Professional Tip: Keep raw or source data simple and machine-friendly. Create attractive summaries and dashboards on separate worksheets.
Practical Experiment 1: Identify Structural Problems
Open an existing office worksheet or create a small sample containing 15 records. Inspect whether the layout is ready for analysis.
Step 1: ObserveLook for merged cells, repeated headings, blank separators, totals inside data and mixed values.
Step 2: MarkList every issue that could stop sorting, filtering, formulas or PivotTables from working correctly.
Step 3: RedesignSketch a clean one-header, one-record-per-row version of the same dataset.
Learning Output: You will learn to judge data quality before starting any analysis.
2 Rows, Records, Columns and Fields
A professional dataset has a simple logic: each row represents one record and each column represents
one field. For example, in a sales dataset, one row may represent one invoice line. In an employee dataset, one row may represent
one employee. In an inventory dataset, one row may represent one stock item or one stock movement, depending on the business purpose.
The correct meaning of a row must be decided before data entry begins. Mixing customer-level rows with invoice-level rows or monthly
totals with transaction rows creates incorrect summaries. The dataset should maintain the same level of detail throughout.
Record: One complete unit of information stored across a row. Field: One defined attribute stored in a column.
Example: Professional Sales Dataset
Rules for Field Names
- Use short but meaningful names such as Invoice Date, Employee ID or Net Amount.
- Keep every heading unique; avoid repeating headings such as “Amount” for different calculations.
- Do not leave a header blank because filters and import tools need field names.
- Avoid unnecessary punctuation and line breaks inside headings.
- Use one consistent naming style across related workbooks.
Important: A “Total” row is a summary, not a source-data record. Keep totals outside the raw dataset or use the Excel Table Total Row feature.
Practical Experiment 2: Define the Record Level
Choose one business process—sales, attendance, expenses, inventory or customer follow-up—and decide what one row should represent.
Step 1: DefineWrite one sentence beginning with “Each row represents...”
Step 2: List FieldsCreate 8 to 12 column headings required to describe that record completely.
Step 3: TestEnter five sample records and check whether every row follows exactly the same logic.
Learning Output: You will build a dataset with a clear and consistent level of detail.
3 Professional Dataset Design Rules
Data analysis tools work best when the source range behaves like one continuous table. Decorative formatting habits that are useful
in printed reports can damage the source structure. The goal is to make the dataset easy for both people and Excel to understand.
Core Rules for an Analysis-Ready Dataset
1One Header Row
Place field names in one continuous row directly above the records.
2One Record Per Row
Do not spread one transaction or person across multiple rows.
3One Field Per Column
Do not combine unrelated information inside one cell.
4One Data Type
Keep dates as dates, quantities as numbers and codes as consistent text.
Layout Habits to Avoid
- Merged cells: They interrupt sorting, filtering, copying and automated import processes.
- Blank rows or columns: They may break the detected data range and create incomplete reports.
- Subtotals between records: They mix calculations with source transactions and may cause double counting.
- Notes inside the table: They introduce text rows that do not represent real records.
- Colour as the only meaning: A category should be written in a field, not communicated only through fill colour.
- Several tables on one worksheet: Separate unrelated datasets into different sheets or formal tables.
Useful Check: Click any cell inside the dataset and press Ctrl + A once.
Excel should select one complete, continuous data region. Unexpected stopping points usually indicate blank rows, blank columns or separated sections.
Business Application: A well-designed transaction table can be reused for daily entry, monthly reporting, annual comparison and future automation without redesigning the workbook every time.
Practical Experiment 3: Repair a Poor Layout
Create a deliberately poor worksheet with a title row, merged headings, blank separators, subtotals and customer details in one cell. Then rebuild it.
Step 1: SeparateMove titles, notes and summaries outside the source-data area.
Step 2: NormalizeSplit combined values into separate fields and remove merged or blank structural cells.
Step 3: VerifySort and filter the repaired data to confirm that complete records remain together.
Learning Output: You will understand how small layout corrections improve every later Excel task.
4 Data Types, Consistency and Missing Values
A dataset can look correct but still contain hidden quality problems. Numbers may be stored as text, dates may follow different
regional formats, the same department may be written in several ways, or blank cells may have different meanings. Such inconsistencies
can produce incorrect totals, missing PivotTable categories and unreliable filters.
Common Consistency Problems
Zero, Blank and Not Applicable Are Different
A zero means a measured value is genuinely zero. A blank may mean the value has not been entered or is unknown. “Not Applicable” means
the field does not apply to that record. These meanings should not be mixed, because averages, counts and business decisions can change.
Data validation rule: A documented standard that defines which values, labels, formats and ranges are accepted in a field.
Professional Tip: Maintain a small “Lists” or “Master Data” worksheet for approved department names, regions, product categories, status labels and codes. Later chapters will use these lists for controlled dropdown entry.
Practical Experiment 4: Standardize a Category Field
Create 25 sample records with intentional variations in region or department names, then correct them to one approved list.
Step 1: ProfileSort or filter the category column to identify all unique variations.
Step 2: StandardizeChoose one approved spelling and replace the inconsistent entries.
Step 3: ConfirmCheck unique categories again and verify that no unwanted variation remains.
Learning Output: You will see how standard categories produce cleaner summaries and PivotTables.
5 Converting a Range into an Excel Table
An Excel Table is a structured data object, not merely a visual style. It recognizes headers, expands when new records are added,
copies formulas automatically and provides built-in sorting and filtering. Tables are especially valuable for recurring reports because
formulas, PivotTables and charts can refer to the table name instead of a fixed cell range.
Excel Table: A named, structured range that manages related records and fields with automatic expansion, filters, calculated columns and structured references.
How to Create a Table
- Click any cell inside the clean, continuous dataset.
- Press Ctrl + T or choose Insert → Table.
- Verify the detected range and select My table has headers.
- Choose a clear table name from Table Design → Table Name, such as tblSales.
- Add a new record below the last row and confirm that the table expands automatically.
Important Table Features
Do Not Confuse: Applying borders or a coloured format to a range does not make it an Excel Table. Use Ctrl + T and verify the Table Design tab.
Practical Experiment 5: Build a Dynamic Sales Table
Convert a clean sales range into a named Excel Table and test its automatic behaviour.
Step 1: ConvertCreate the table, confirm headers and rename it tblSales.
Step 2: CalculateAdd a Sales Amount column and enter a formula using the table fields.
Step 3: ExpandAdd three new records and confirm that formatting and formulas extend automatically.
Learning Output: You will create a dynamic source that remains ready for future analysis.
6 Preparing Source Data for Reports and Dashboards
A dashboard is only as reliable as its source data. Before creating formulas, PivotTables or charts, confirm that the dataset contains
the required dimensions, measures, identifiers and dates. A missing field cannot be analyzed later without returning to the source.
Four Types of Useful Reporting Fields
Unique or traceable values such as Invoice No., Employee ID, Customer ID or Product Code.
Categories used to group information, such as region, department, product, salesperson or status.
Numeric values that can be totaled or averaged, such as quantity, sales, cost, salary or working hours.
Valid Excel dates that allow daily, monthly, quarterly and yearly trend analysis.
Source, Calculation and Output Layers
1Source
Stores clean records without decorative summaries.
2Master Lists
Stores approved codes, categories and lookup information.
3Analysis
Contains formulas, PivotTables, queries or calculated summaries.
4Dashboard
Presents selected KPIs, charts and decision-focused insights.
Dashboard Readiness Test: Ask whether the source can answer “what happened, when, where, to whom, in which category and by how much?” Add the necessary fields before data collection becomes large.
Pre-Analysis Quality Checklist
- Every column has a unique and meaningful heading.
- Every row represents the same type of record.
- No blank rows, blank columns, merged cells or embedded subtotals exist.
- Dates are valid Excel dates and numbers are stored as numeric values.
- Categories and codes follow approved naming rules.
- The dataset contains identifiers, dimensions, measures and dates required by the report.
- The range has been converted into a clearly named Excel Table.
- Source data is separated from calculations and dashboard presentation.
Career Application: Data structuring is a core responsibility in MIS, accounts, HR, operations, sales analysis and data-support roles. Professionals are often valued not only for creating reports, but also for making unreliable source data usable.