Different Shortcuts To Filter In Excel Like A Pro
It is important to know the different shortcuts for filtering data in Excel when working with huge amounts of data. Excel is an invaluable tool when it comes to data …
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 ↓
It is important to know the different shortcuts for filtering data in Excel when working with huge amounts of data. Excel is an invaluable tool when it comes to data …
What is a pivot table? A pivot table is one of the features in Excel that allows you to arrange data in various ways with just a few clicks. It …
What is a Pivot Table? As mentioned above, a pivot table is an essential Excel feature that helps users organize and summarize complex data quickly. This feature allows users to group …
A weighted average is an average that considers the significance or weight of each value in the data set. See the tutorial on how to calculate the weighted average in the Excel …
What is a pivot table? A pivot table allows you to arrange data in various ways with just a few clicks. It automatically analyzes, summarizes, sorts, and filters a huge amount …
What is a Pivot Table? A pivot table is an essential Excel feature that helps users quickly organize and summarize complex data. This feature allows users to group their data by columns, …
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, and filters …
What is a Pivot Table? A pivot table is an essential Excel feature that helps users quickly organize and summarize complex data. This feature allows users to group their data by columns, …
What is a Pivot Table? A pivot table is an essential Excel feature that helps users quickly organize and summarize complex data. This feature allows users to group their data by columns, …
What is a Pivot Table? A pivot table is an essential Excel feature that enables users to organize and summarize complex data easily. This feature allows users to group their data by …
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, and filters a huge amount …
What is Distinct Count in Excel Pivot Table? A distinct count in Excel pivot tables is one of the powerful tools in Excel that allows you to count and determine …
What is a Pivot Table? A pivot table is an essential Excel feature that enables users to easily organize and summarize complex data. This feature allows users to group their data by …
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.