Excel 2021 in Practice – Ch 1 Guided Project 1-3: A Complete Walkthrough
Guided Project 1-3 in Chapter 1 of Excel 2021 in Practice introduces learners to the foundational skills needed to create, edit, and format a basic worksheet. This project typically focuses on building a simple budget or expense tracker, teaching you how to enter data, apply cell formatting, use basic formulas, and prepare a spreadsheet for printing. Mastering these steps is essential for anyone starting their journey with Excel 2021, as they form the bedrock for more advanced features like pivot tables, charts, and complex functions Most people skip this — try not to..
In this article, we will walk through every stage of Guided Project 1-3, explaining not only what to do but why each action matters. Whether you are a student completing this assignment or a professional refreshing your skills, this guide will help you complete the project accurately and efficiently.
Understanding the Project Objective
Before diving into the steps, it helps to know what you are trying to accomplish. Guided Project 1-3 usually asks you to create a worksheet that tracks monthly expenses across several categories. You will:
- Enter and align text labels and numeric values
- Apply bold, italic, and font colors to enhance readability
- Merge and center a title across multiple columns
- Insert simple formulas using addition and subtraction
- Adjust column widths and row heights
- Preview and set print options (margins, scaling, headers/footers)
The goal is to produce a clean, professional-looking spreadsheet that communicates financial information at a glance Simple, but easy to overlook..
Step 1: Setting Up the Workbook
Open Excel 2021 and start with a blank workbook. Worth adding: by default, you will see a grid of cells organized into columns (A, B, C, …) and rows (1, 2, 3, …). The first task is to enter the title and column headers.
Entering the Title and Headers
- Click cell A1 and type the title – for example, “Monthly Expense Report” or “Personal Budget – January 2025”.
- In row 3, enter your column headers. Common headers for this project include:
- A3: Expense Category
- B3: Budgeted Amount
- C3: Actual Amount
- D3: Difference (Over/Under)
Tip: Use a blank row (row 2) to visually separate the title from the data – this improves readability.
Formatting the Title
- Select cells A1 through D1 (the title cell plus three blank cells to the right).
- On the Home tab, in the Alignment group, click Merge & Center. This combines the selected cells into one and centers the title horizontally.
- With the title still selected, apply bold (Ctrl+B) and increase the font size to 14 pt or 16 pt. You can also choose a darker font color, such as dark blue or black, to make it stand out.
Step 2: Entering Expense Data
Now fill in the actual expense categories and numbers. Typical categories might include Rent/Mortgage, Utilities, Groceries, Transportation, Insurance, Entertainment, and Savings. Enter these in column A starting from cell A4 downward.
For each category, enter a budgeted amount in column B and an actual amount in column C. For example:
| A4: Rent/Mortgage | B4: 1200 | C4: 1200 | | A5: Utilities | B5: 250 | C5: 235 | | A6: Groceries | B6: 400 | C6: 385 | | A7: Transportation | B7: 150 | C7: 165 | | A8: Insurance | B8: 200 | C8: 200 | | A9: Entertainment | B9: 100 | C9: 120 | | A10: Savings | B10: 300 | C10: 250 |
Note: Do not include dollar signs or commas yet – formatting will be applied later.
Step 3: Writing the Formula for Difference
Column D should calculate the difference between the budgeted amount (column B) and the actual amount (column C). In a budget tracker, a positive difference means you spent less than budgeted, while a negative difference means you overspent.
- Click cell D4.
- Type the formula:
=B4-C4 - Press Enter. The cell will display
0if both values are equal, or a positive/negative number.
Instead of retyping the formula for every row, use the fill handle:
- Click cell D4 again to select it.
- Move your mouse over the small square at the bottom-right corner of the cell (the fill handle). The cursor changes to a thin plus sign.
- Double-click the fill handle. Excel automatically copies the formula down through D10.
Check that each row shows the correct difference. As an example, D5 should show 15 (250 - 235), and D7 should show -15 (150 - 165) Not complicated — just consistent..
Step 4: Adding Totals with the SUM Function
A budget worksheet is incomplete without totals. Use the SUM function to calculate the sum of all budgeted amounts, actual amounts, and differences.
- Click cell B11 (or an appropriate cell below your last data entry).
- On the Home tab, in the Editing group, click the AutoSum button (Σ). Excel will suggest a range, usually B4:B10. Verify it is correct, then press Enter.
- Repeat for C11 (sum of actual amounts) and D11 (sum of differences). Alternatively, copy the formula from B11 to C11 and D11 using the fill handle.
Your worksheet should now look like this:
| Category | Budgeted | Actual | Difference |
|---|---|---|---|
| Rent/Mortgage | 1200 | 1200 | 0 |
| Utilities | 250 | 235 | 15 |
| Groceries | 400 | 385 | 15 |
| Transportation | 150 | 165 | -15 |
| Insurance | 200 | 200 | 0 |
| Entertainment | 100 | 120 | -20 |
| Savings | 300 | 250 | 50 |
| Total | 2600 | 2555 | 45 |
Step 5: Formatting Numbers and Cells
Raw numbers can be hard to read. Apply currency formatting to make the spreadsheet look professional That's the whole idea..
Applying Currency Format
- Select cells B4 through D11 (all numeric cells including totals).
- On the Home tab, in the Number group, click the Accounting Number Format button (a dollar sign icon). Excel adds a dollar sign, two decimal places, and proper alignment.
- If you prefer no decimal places for whole dollars, click the Decrease Decimal button twice.
Adjusting Column Widths
Some text or numbers may be cut off. To fix this:
- Select columns A through D by clicking and dragging across the column headers.
- Double-click any boundary between two column headers (e.g., between A and B). Excel automatically resizes all selected columns to fit their content.
Applying Borders and Shading
To make the table clearly defined:
- Select the range A3:D11 (headers plus data).
- On the Home tab, in the Font group, click the Borders arrow and choose All Borders.
- For the title row (A1), you can add a bottom border or a fill color (e.g., light blue) to separate it from the data.
Aligning Text
- Select the header row (A3:D3). Click Center alignment in the Alignment group.
- For the category column (A4:A11), use Left alignment (default is fine).
- For numeric columns (B:D), keep Right alignment (default for numbers).
Step 6: Adding Visual Emphasis with Bold and Italic
Use formatting to guide the reader’s eye:
- Bold the header row (A3:D3) and the total row (A11:D11).
- Italicize any notes or subtitles (e.g., if you added a row saying “Prepared by: [Name]” in row 13, italicize that text).
- Change the title font color to a dark blue or theme color for a polished look.
Step 7: Preparing for Printing
Even if you only need to submit a digital file, learning print layout is part of Guided Project 1-3.
Setting Margins and Orientation
- Go to the Page Layout tab.
- Click Margins and choose Normal or Narrow (narrow fits more data horizontally).
- Click Orientation and select Landscape if your table is wider than it is tall (most budget tables with 4 columns work well in landscape).
Scaling to Fit
- In the Page Layout tab, click the Scale to Fit group launcher (small arrow at bottom right).
- Under Scaling, select Fit to 1 page wide by 1 page tall. This ensures all columns and rows print on a single sheet without awkward cut-offs.
Adding a Header or Footer
- Click Page Setup dialog launcher again, then the Header/Footer tab.
- Choose a prebuilt header like “Sheet Name” or create a custom header with your name, date, or file name.
- Similarly, add a footer with page numbers (e.g., “Page 1 of ?”).
Print Preview
Press Ctrl+F2 to open Print Preview. Check that everything fits on one page, the title is visible, and no columns spill over to a second page. Adjust margins or scaling if necessary But it adds up..
Step 8: Saving the Workbook
Save your work with a descriptive name:
- Press Ctrl+S.
- figure out to your desired folder, type a filename such as “Ch1_GuidedProject1-3_ExpenseTracker”, and click Save.
Common Mistakes to Avoid
- Merging cells incorrectly: Only merge cells that contain a single label (like the title). Never merge data cells – it breaks sorting and formula references.
- Forgetting to copy formulas: Always check that your formula in column D applies to all rows. A single double-click on the fill handle does the trick.
- Hardcoding totals: Use the SUM function instead of manually adding numbers. This ensures the total updates automatically when you change any value.
- Overformatting: Use consistent fonts (e.g., Calibri, Arial) and limit colors to one or two accents. Too many colors distract from the data.
Why This Project Matters for Real-World Skills
Completing Guided Project 1-3 may feel basic, but it teaches the core workflow of Excel: input, calculate, format, and output. These same steps apply whether you are building a complex financial model, a sales dashboard, or a gradebook. You learn to:
- Structure data logically in rows and columns
- Use cell references in formulas (relative references like B4-C4)
- Apply formatting that communicates hierarchy and emphasis
- Prepare spreadsheets for presentation or printing
Employers in finance, accounting, marketing, operations, and administration expect entry-level staff to perform these tasks without hesitation. By mastering this guided project, you develop muscle memory for the most common Excel actions.
Going Beyond the Assignment
If you want to extend your skills after finishing the project, try these enhancements:
- Add a pie chart showing actual spending by category.
- Create a conditional formatting rule to highlight overspent categories (where difference is negative) in red.
- Insert a sparkline next to each category to show trends over multiple months.
- Convert your data range into an Excel table (Ctrl+T) to automatically apply formatting and structured references.
These extras will not only impress your instructor but also prepare you for the next chapters in Excel 2021 in Practice That's the part that actually makes a difference. And it works..
Final Thoughts
Guided Project 1-3 of Chapter 1 is an excellent introduction to the practical side of Excel 2021. By following the sequence of steps outlined above – entering data, writing formulas, formatting cells, and setting print options – you build a solid foundation for all future projects. Remember to save your work frequently, experiment with different formatting choices, and most importantly, practice until the steps feel automatic Not complicated — just consistent..
It sounds simple, but the gap is usually here.
Whether you are balancing your personal budget or handling data at work, the skills you gain from this project will serve you for years to come. So open Excel, start a new workbook, and work through each step slowly – your confidence will grow with every cell you format and every formula you write Nothing fancy..