How To Use Pivot Table In Excel: Complete And Easy Guide
What is a Pivot Table in Excel? A pivot table in Excel allows you to arrange data in various ways with just a few clicks. It automatically analyzes, summarizes, sorts, …
MS Excel is the universal data analysis tool, used by accountants, analysts, project managers, and BSIT students writing capstone Chapter 4 results sections. This hub collects free Excel tutorials covering formulas, pivot tables, VLOOKUP and INDEX/MATCH, conditional formatting, charts, and advanced features like macros (VBA) and Power Query.
What you’ll learn in the Excel tutorial series
Interface and navigation: ribbon, quick access toolbar, name box, formula bar
Cell references: relative, absolute, mixed (the foundation of all formulas)
Essential formulas: SUM, AVERAGE, COUNT, IF, AND, OR, CONCATENATE
Lookup functions: VLOOKUP, HLOOKUP, INDEX/MATCH, XLOOKUP (Excel 365)
Conditional formatting: color-coding cells based on rules
Pivot tables: summarizing large datasets quickly
Charts and graphs: bar, line, pie, scatter, combo charts for reports
Data validation: dropdown lists, input restrictions
Macros (VBA): automating repetitive tasks with code
Power Query intro: modern data import and transformation
Why Excel matters for BSIT students
Excel is essential for capstone Chapter 4 (Results) sections, you’ll create tables of test results, system performance metrics, user feedback summaries, and statistical analyses. Charts built in Excel become the figures in your documentation. Beyond capstones, Excel is the most-used productivity tool in Philippine offices, mastering it is a marketable skill regardless of your post-graduation path.
Capstone-specific Excel workflows
Test result tables: track test cases, expected vs actual results, pass/fail flags
User acceptance testing: survey response analysis, satisfaction scores
Performance benchmarks: system response times, load test results
Cost-benefit analysis: for Chapter 1 problem statement or Chapter 5 recommendations
Project timeline (Gantt-style): for Chapter 3 methodology
Charts: export to PNG/JPG for embedding in your Word document
Related resources
MS Word Tutorial, for embedding Excel charts in capstone Chapter 4
MS PowerPoint Tutorial, for capstone defense presentations
Final Year Projects Hub, capstone documentation templates
Python Tutorial, for data analysis at scale (pandas)
Scroll down to browse the full Excel tutorial catalog ↓
What is a Pivot Table in Excel? A pivot table in Excel allows you to arrange data in various ways with just a few clicks. It automatically analyzes, summarizes, sorts, …
This tutorial will provide a complete guide to different parts of the Excel window. It is designed to help you become an expert in no time. If you like these …
A pivot table is a powerful feature in Excel that allows users to quickly analyze large quantities of data. However, we can’t avoid the possibility that we might have to …
Refreshing a pivot table in Excel is simple either manually or automatically. Just a few clicks, and then we’re good. What is a Pivot Table? A pivot table is an essential …
What is the Excel Show Formulas Shortcut? The Excel show formulas shortcut is the command that allows you to show formulas instead of their calculated results. It is useful because …
What is Excel Keyboard Shortcuts? Excel keyboard shortcuts are key combinations that accomplish a particular purpose. They are created to help Excel users quickly access the features that they want …
Not just Windows has keyboard shortcuts in Excel; Macs have Excel shortcuts too, and that’s what we’re going to show you in this tutorial. These are the most useful Mac …
In this tutorial, we will be able to master the shortcut for Excel autofit column width. This feature is invaluable for organizing data clearly and concisely. Knowing the shortcuts in Excel allows …
Are you looking for a keyboard shortcut that fills colors in Excel? You are lucky enough because this tutorial will explain and show you how to use the Excel fill …
In this tutorial, we will discover the shortcut for Excel’s Autofill feature. This feature is invaluable, especially when we are working with a large quantity of data. Knowing the shortcuts in …
In this tutorial, we will learn the keyboard shortcut for Format Painter in Excel. This article will provide you with the complete information you need for this feature. Knowing the shortcuts …
Learn the shortcut for how to merge and center cells in Excel using this simple tutorial. This guide will provide you with the complete information you need for this feature. As workers …
The Excel shortcut to save as or to save is a nice way to get the job done quickly and easily. Sometimes it can be difficult to find the right …
XLOOKUP, dynamic arrays, LET, and Power Query. Excel 2019 works but lacks XLOOKUP, you will need VLOOKUP instead. Free alternatives: LibreOffice Calc (offline, .xlsx-compatible) or Google Sheets (online, real-time collaboration with teammates).A1): when copied, the reference shifts. Copy a formula from B2 to B3 and A1 becomes A2. Absolute (e.g., $A$1): when copied, the reference stays exactly the same. Mixed ($A1 or A$1): only the row or only the column is locked. Use absolute references for things like tax rates, conversion factors, or table headers that should not shift when you fill formulas across cells.