#VALUE Error In Excel How To FiX It Quickly
In this tutorial, we will know what is #VALUE error in Excel at the same time why and when do we get this error in our calculations. Error is a …
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 ↓
In this tutorial, we will know what is #VALUE error in Excel at the same time why and when do we get this error in our calculations. Error is a …
What is a Gantt chart used for? In this tutorial, we will talk through how to create or make a Gantt chart in Excel. In MS Excel, there’s no built-in …
In this tutorial, we will know and understand what is #Spill error in Excel. Also, we will provide possible ways to fix it to ease our frustration when it comes …
How do we create a gauge chart using Excel? In this tutorial, you’ll learn how to create a gauge chart or speedometer chart in Excel step-by-step in order for you …
In this tutorial, we are going to know what #NAME errors mean in Excel. Also, we will provide how to get rid of and fix it in our worksheet. Definitely, …
In this tutorial, we will learn how to add sparklines in Excel in a short period of time. Aside from that, we will also learn about its types and how to customize …
In this tutorial, we will explain what is Excel Subtotal function and how to use it in manipulating the worksheet. Subtotal function in Excel The subtotal function is designed to …
In this tutorial, we will demonstrate what is status bar in Excel and where to locate it in a worksheet. Additionally, we’ll discover what information can be found in the …
In this tutorial, we will know what is Excel relative cell reference and how to use it. Along with how it differs in absolute reference in excel. Usually, we use …
In this tutorial, we will know what is Excel absolute cell reference and how to use it. Along with how it differs in relative cell reference in excel. What is …
In this tutorial, we’ll hand you the key on how to add a trendline or trend line in excel. Aside from that, you’ll also learn to format the trendline in …
In this tutorial, we will learn how to add standard error bars to a chart in Excel as well as how to format it. Apart from that, we will also learn the …
In this tutorial, we will learn how to insert column in Excel in different and quick ways. Along with are how to insert using shortcuts, insert multiple columns adjacent and …
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.