Welcome to Microsoft Office: Excel. Please ensure you read each section carefully. Estimated time to completion are below. It is expected that you will work on this module on both Monday and Thursday:
Introduction to Excel (1 hour)
Entering and Formatting Data (45 minutes)
Introduction to Formulas & Functions (45 minutes)
Organizing Data with Tables (45 minutes)
Visualizing Data with Chart (1 hour)
Data Cleaning Basics (1 hour)
Excel Efficiency (1 hour)
Using AI with Excel (1 hour)
Focus and Priorities (45 minutes)
Total estimated time: 8 hours
Microsoft Excel is one of the most widely used tools in the workplace. Whether you're managing a task list, tracking hours, or organizing data, Excel helps you work smarter and faster. Learning how to navigate it confidently is your first step toward becoming an Excel pro.
Watch the following beginner-friendly video to get a quick tour of Microsoft Excel:
Let’s get hands-on. Open a blank workbook in Excel and take 5–10 minutes to explore. Try this:
Click between different tabs in the Ribbon (like Home, Insert, Page Layout).
Hover over buttons to see what they do.
Type something into a few cells to see how Excel works.
Don’t worry about messing up—this is just a sandbox to explore!
Now it’s time to hunt down key tools in the Excel Ribbon. For each item below, find the tool in Excel and write down what tab it’s on. Create an Excel Workbook. In Column A, list the Tool. In Column B, list the Tab. Here are some examples:
Column A (Tool) Column B (Tab)
Highlight Cell Home
Pictures Insert
Margins Page Layout
You'll upload this workbook in this week's self-evaluation.
Bold
Merge & Center
Format as Table
Insert Chart
PivotTable
Sort & Filter
Data Validation
Freeze Panes
Zoom Slider
Spell Check
Track Changes
Header & Footer
Margins
Save Icon
Tell Me/Search
Now that you've explored the Excel interface and learned how to navigate the ribbon, it’s time to start working with real data. In this module, you’ll build a simple employee list while learning how to enter information into cells, format your data to make it easy to read, and adjust rows and columns to keep things neat. These foundational skills will help you feel more confident working in Excel—and set the stage for everything to come. Let’s get started!
You’ll be building your employee list in a new worksheet within the same workbook you used in for the Scavenger Hunt. Follow these steps:
Open the Excel workbook you used in Hour 1.
Look at the bottom of your screen—you’ll see one or more tabs labeled something like Sheet1 or the name you gave it.
Click the plus (+) icon next to the last sheet tab. This adds a brand-new worksheet, usually named Sheet2.
Double-click on the new tab name (Sheet2) and rename it to: Employee List
Double-click the first tab name (Sheet1) and rename it to: Scavenger Hunt
In cell A1, Title your sheet: Employee List
Use merge and center to have the title span from A1-E1.
Format the title to be bold.
In cells A3-E3, enter the following column headers:
A3: Name
B3: Department
C3: Hire Date
D3: Salary (USD)
E3: Email
Format your headers.
Make the header row bold. (Select cells A3 to E3 and click the Bold button on the Home tab.)
Center align the headers. (With the same cells selected, click Center Align in the Alignment group.)
Change the fill color to make it look like a real table. (Select cells A3 to E3 and click the fill button on the Home tab.)
Now enter these employees into rows 4-6.
Carlos Rivera, Marketing, 1/5/2023, 42,000, carlos@email.com
Amina Hassan, HR, 3/12/2022, 39,000, amina@email.com
Jenna Smith, Engineering, 7/5/2021, 65,000.
Adjust column width. Some text might be cut off — fix it!
Hover between the column letters (like A and B) until your cursor becomes a double arrow ↔
Double-click to auto-fit or drag to manually resize.
Format the data.
Dates: Select the hire date column (C4–C6), right-click → Format Cells → Date → Pick a style you like.
Salary: Select the salary column (D4–D6), click the $ symbol on the Home tab to apply currency format.
Add a border.
Highlight your whole table (A3:E6)
Click the Borders icon → Select All Borders to make it look more official.
At this point, your sheet should have:
A bold, centered header row
Adjusted columns so all text fits
Formatted dates and salaries
Borders around your table
Nice work! You just built and formatted your first professional-looking table in Excel—way to go! This may seem like a small step, but it’s actually a big one. Tables like this are used every day in the workplace to track employees, manage budgets, organize tasks, and more. Knowing how to enter clean data and make it easy to read is one of the most important Excel skills you can have. Keep practicing, and you’ll be amazed how quickly your confidence grows! As a reminder, you'll upload this employee list as part of your completed Excel workbook in your self-evaluation.
Now that you know how to enter and format data, it's time to explore one of Excel’s most powerful features: math functions! In this module, you’ll learn how to write basic formulas and use some of Excel’s most popular built-in functions like SUM(), AVERAGE(), MAX(), and MIN(). These skills are essential for doing quick calculations and understanding your data—whether you're budgeting, analyzing employee salaries, or planning a project. Let’s dive in and make the numbers work for you!
Open the workbook you’ve been working on from previous modules.
Add a new worksheet (click the plus + icon at the bottom).
Rename the tab: Salary Calculations
In your new sheet, set up the following table starting in cell A1:
Name Salary
Carlos Rivera 42000
Amina Hassan 39000
Jenna Smith 65000
Liam Chen 47000
Maria Lopez 52000
Make the header row (A1:B1) bold.
Format the salary column as Currency.
In cell D1, label this section: Basic Math Use the following formulas in the cells below (try typing them out yourself!):
D2: Add two salaries → =B2 + B3
D3: Subtract one salary from another → =B5 - B4
D4: Multiply a salary by 2 → =B2 * 2
D5: Divide a salary in half → =B3 / 2
Tip: Start every formula with = and click the cell you want to reference.
In cell F1, label this section: Formulas
Now use Excel’s functions to analyze your salary data:
F2: Total Salaries → =SUM(B2:B6)
F3: Average Salary → =AVERAGE(B2:B6)
F4: Highest Salary → =MAX(B2:B6)
F5: Lowest Salary → =MIN(B2:B6)
Watch how Excel calculates everything for you instantly!
By now, your worksheet should have:
A clean salary list
Basic math formulas showing results
Key summary stats using built-in Excel functions
Great job! You’ve now used Excel to do real math with real data. These functions are used in almost every office or business setting to quickly analyze numbers and save time. The more you practice, the more powerful Excel becomes as a tool for helping you work smarter. Keep going—you’re building a strong foundation! As a reminder, you'll upload the Salary Calculations as part of your completed Excel workbook in your self-evaluation.
Excel tables are a game-changer for managing data efficiently. They make your data easier to read, sort, and filter—perfect for tasks like tracking project tasks, managing inventory, or analyzing customer information. In this module, you’ll learn how to transform a dataset into a table, sort it to find insights, and filter it to focus on what matters. Let’s get organized!
Open the Excel workbook you’ve been using for previous modules.
Add a new worksheet by clicking the plus (+) icon at the bottom of the screen.
Rename the tab: Task Tracker.
In your new Task Tracker sheet, you’ll create a dataset to practice table features. Starting in cell A1, enter the following table:
Task Name Assigned To Priority Due Date Status
Update Website Sarah Johnson High 4/15/2025 In Progress
Client Presentation Mark Lee Medium 4/20/2025 Not Started
Budget Review Aisha Khan High 4/12/2025 Completed
Team Training Carlos Rivera Low 4/25/2025 In Progress
Data Analysis Jenna Smith Medium 4/18/2025 Not Started
Instructions:
Type the data exactly as shown, starting in cell A1 (so “Task Name” is in A1, and the first row of data begins in A2).
Make the header row (A1:E1) bold.
Adjust column widths if needed by double-clicking the column borders to auto-fit the content.
Format the Due Date column (D2:D6) as Short Date (use the Format menu or right-click to select “Format Cells”).
Now, let’s turn your dataset into an Excel table to unlock powerful organization tools.
Instructions:
Select the entire dataset (cells A1:E6).
Go to the Insert tab on the ribbon and click Table (or use the shortcut Ctrl + T).
In the dialog box, ensure “My table has headers” is checked, then click OK.
Notice how Excel formats your table with alternating row colors and adds filter arrows to the headers.
In cell G1, type the label Table Name. In cell G2, name your table: TaskTable.
To apply the name, select the table, go to the Table Design tab (which appears when the table is selected), and type “TaskTable” in the Table Name box on the left.
Test the table’s resizing feature: In cell A7, type a new task (e.g., “Send Report”, “Liam Chen”, “Low”, “4/30/2025”, “Not Started”). Watch how the table automatically expands to include this row.
Tip: Tables make data dynamic—any new rows or columns you add within the table inherit its formatting and functionality.
Sorting helps you rearrange data to spot patterns, like finding urgent tasks or alphabetical order.
Instructions:
Click the filter arrow in the Priority column header (cell C1).
Select Sort A to Z to arrange tasks from High to Low priority.
Observe how the entire table reorders, keeping each row’s data together.
Now, sort by Due Date to see tasks in chronological order:
Click the filter arrow in the Due Date column (D1).
Select Sort Oldest to Newest.
In cell G4, type the label Sort Observation. In G5, write a quick note about what you notice (e.g., “Budget Review is due soonest”).
Tip: Sorting doesn’t change your data—it just displays it differently. You can always undo (Ctrl + Z) to revert.
Filtering lets you focus on specific data, like tasks assigned to one person or with a certain status.
Instructions:
Click the filter arrow in the Assigned To column (B1).
Uncheck “Select All”, then check Sarah Johnson and click OK.
Notice how only Sarah’s task(s) appear.
Clear the filter: Click the filter arrow again and select Clear Filter from ‘Assigned To’.
Now filter by Status:
Click the filter arrow in the Status column (E1).
Uncheck “Select All”, check In Progress, and click OK.
In cell G7, type the label Filter Observation. In G8, note what you see (e.g., “Two tasks are In Progress”).
Clear all filters: Go to the Data tab and click Clear (or recheck “Select All” in the Status filter).
Tip: Filters hide rows temporarily—you’re not deleting anything. Use filters to drill down into your data without altering it.
By now, your Task Tracker worksheet should have:
A formatted dataset of tasks in an Excel table named “TaskTable”.
Evidence of sorting (you can keep it sorted by Due Date or revert to original order).
Observations in cells G5 and G8 about your sorting and filtering results.
One additional row added to confirm the table’s dynamic resizing.
Great work! You’ve transformed raw data into a dynamic table, sorted it to uncover insights, and filtered it to focus on specific details. These skills are essential for managing lists, tracking progress, or analyzing information in any workplace. Keep practicing, and you’ll find tables make data management faster and more intuitive. As a reminder, you’ll upload the Task Tracker worksheet as part of your completed Excel workbook in your self-evaluation.
Charts turn numbers into stories, making it easier to spot trends, compare values, or present insights to others. In this module, you’ll learn how to create a bar chart and a pie chart using Excel, then customize them to look professional and clear. Whether you’re showing sales data, project progress, or budget breakdowns, these skills will help you communicate data visually. Let’s make your data pop!
Open the Excel workbook you’ve been using for previous modules.
Add a new worksheet by clicking the plus (+) icon at the bottom.
Rename the tab: Sales Dashboard.
In your new Sales Dashboard sheet, you’ll create a dataset to visualize product sales across regions. Starting in cell A1, enter the following table:
Product North Region South Region East Region West Region
Laptops 12000 15000 9000 11000
Phones 8000 10000 7000 8500
Tablets 5000 6000 4500 5500
Accessories 3000 4000 3500 3200
Instructions:
Type the data exactly as shown, starting in cell A1 (so “Product” is in A1, and data begins in A2).
Make the header row (A1:E1) bold.
Format the sales values (B2:E5) as Currency with no decimal places (use the Format menu or right-click, “Format Cells”).
Adjust column widths if needed by double-clicking column borders to auto-fit content.
In cell A7, type the label Total Sales by Product. In cells B7:E7, leave these blank for now (we’ll use them later).
Tip: Accurate data entry ensures your charts look correct, so double-check your numbers!
Bar charts are great for comparing sales across regions. Let’s create one to visualize the data.
Instructions:
Select the data range A1:E5 (include headers and all sales data).
Go to the Insert tab on the ribbon, click Recommended Charts, and choose Clustered Bar (or select it directly from the Bar Chart dropdown). Click OK.
Excel places the chart on your worksheet. Drag it below your data (e.g., starting around cell A9) and resize it to be wide enough to read (about 8-10 columns wide).
Customize the Chart:
Title: Click the chart title, rename it to “Sales by Product and Region”, and make it bold.
Axis Labels: Ensure the Product names appear on the vertical axis and sales values on the horizontal axis. If not, right-click the chart, select Select Data, and verify the setup.
Colors: Click any bar to select the series, then go to Chart Design > Change Colors and pick a multi-color scheme (e.g., “Monochromatic Palette 2”). Alternatively, right-click a bar, choose Format Data Series, and select a distinct fill color for each region (e.g., blue for North, green for South).
Data Labels: Right-click a bar, select Add Data Labels to show sales values on each bar. Format labels to be bold for clarity (right-click, Format Data Labels).
In cell G1, type Bar Chart Observation. In G2, write a brief note about what the chart shows (e.g., “Laptops sell best in South Region”).
Tip: Bar charts shine when comparing multiple categories—here, products across regions. Experiment with dragging the chart to reposition it neatly.
Pie charts show proportions, so let’s calculate total sales per product for a pie chart.
Instructions:
Return to your data table. In cell B7 (under Total Sales by Product), calculate the total sales for Laptops across all regions:
Type =SUM(B2:E2) and press Enter.
Copy this formula across cells C7:E7 for the other products (drag the fill handle or copy-paste).
Create a new small table for the pie chart below the bar chart (e.g., starting in A25):
In A25, type Product. In B25, type Total Sales.
Copy the product names (A2:A5) to A26:A29.
Copy the total sales values (B7:E7) to B26:B29 (use Paste Values to avoid formulas).
Format the Total Sales column (B26:B29) as Currency with no decimal places.
Tip: Pie charts work best with summarized data, so we’re using totals to show each product’s share of overall sales.
Now, let’s visualize the proportion of total sales by product using a pie chart.
Instructions:
Select the pie chart data (A25:B29, including headers).
Go to the Insert tab, click Pie Chart, and choose 2-D Pie (the basic pie chart). Click OK.
Drag the pie chart to sit beside or below the bar chart (e.g., starting around G9) and resize it to be clear (about 5-6 columns wide).
Customize the Chart:
Title: Click the chart title, rename it to “Total Sales by Product”, and make it bold.
Data Labels: Right-click the pie slices, select Add Data Labels, then right-click again and choose Format Data Labels. Check “Category Name” and “Percentage” to show both on the slices. Position labels “Outside End” for readability.
Colors: Click a pie slice to select the series, go to Chart Design > Change Colors, and pick a vibrant scheme (e.g., “Colorful Palette 1”). Or, right-click each slice to set custom fill colors (e.g., red for Laptops, yellow for Phones).
Legend: If the legend overlaps, drag it to the bottom or right of the chart (click and move).
In cell G4, type Pie Chart Observation. In G5, note what stands out (e.g., “Laptops make up the largest sales share”).
Tip: Pie charts are most effective when showing 3-5 categories. Too many slices can look cluttered, but our four products are perfect.
By now, your Sales Dashboard worksheet should have:
A formatted sales dataset with totals calculated for each product.
A customized bar chart comparing sales by product and region, with a title, labels, and clear colors.
A customized pie chart showing total sales proportions, with a title, percentage labels, and distinct colors.
Observations in cells G2 and G5 about your charts’ insights.
Fantastic job! You’ve turned raw sales data into two polished charts that make patterns easy to understand. These visualization skills are widely used to present data in reports, meetings, or dashboards. Experiment with other chart types or customizations to make your work stand out. As a reminder, you’ll upload the Sales Dashboard worksheet as part of your completed Excel workbook in your self-evaluation.
Messy data can lead to errors and unreliable insights, whether you’re managing customer lists, tracking orders, or preparing reports. In this module, you’ll learn three essential Excel tools to clean data: removing duplicates, splitting text with "Text to Columns," and trimming unwanted spaces. These skills will help you prepare data for analysis or reporting, saving time and boosting accuracy. Let’s tidy up your data!
Open the Excel workbook you’ve been using for previous modules.
Add a new worksheet by clicking the plus (+) icon at the bottom.
Rename the tab: Customer Cleanup.
In your new Customer Cleanup sheet, you’ll create a dataset representing a customer list with common data issues (duplicates, combined names, and extra spaces). Starting in cell A1, enter the following table:
Customer Name Email City
John Smith john.smith@email.com New York
Maria Garcia maria.g@email.com Los Angeles
John Smith john.smith@email.com New York
Aisha Khan aisha.khan@email.com Chicago
Carlos Rivera carlos.r@email.com Miami
Maria Garcia maria.g@email.com Los Angeles
Emma Wilson emma.wilson@email.com Seattle
Instructions:
Type the data exactly as shown, starting in cell A1 (so “Customer Name” is in A1, and data begins in A2).
Note the intentional issues: extra spaces in names (e.g., "John Smith"), duplicates (John Smith and Maria Garcia appear twice), and inconsistent spacing in cities (e.g., "New York").
Make the header row (A1:C1) bold.
Adjust column widths if needed by double-clicking column borders to auto-fit content.
In cell E1, type the label Original Row Count. In E2, count the rows of data (excluding the header): =COUNTA(A2:A8). This should show 7.
Tip: Real-world data often has these kinds of errors, and cleaning them is a critical first step before analysis or reporting.
Duplicates can skew analysis, like counting the same customer twice. Let’s clean them up.
Instructions:
Select the entire dataset (cells A1:C8).
Go to the Data tab on the ribbon and click Remove Duplicates.
In the dialog box, ensure all columns (Customer Name, Email, City) are checked to identify exact matches, then click OK.
Excel will show a message indicating how many duplicates were removed (expect 2 duplicates removed, leaving 5 unique records).
The table should now have 5 rows (plus the header).
In cell E4, type Cleaned Row Count. In E5, recalculate the row count: =COUNTA(A2:A6). This should show 5.
In cell E7, type Duplicates Observation. In E8, note what happened (e.g., “Two duplicate customers were removed, leaving 5 unique records”).
Tip: Removing duplicates checks for exact matches across selected columns, so all data (including spaces) must be identical. We’ll fix spaces later to catch more inconsistencies.
The Customer Name column has full names combined. Let’s split them into first and last names for better usability.
Instructions:
Insert two new columns to the right of Customer Name:
Right-click the column B header (Email), select Insert twice to add two columns.
Label B1 as First Name and C1 as Last Name. (Email and City shift to D and E.)
Select the Customer Name data (cells A2:A6, after duplicates are removed).
Go to the Data tab and click Text to Columns.
In the wizard:
Choose Delimited and click Next.
Check Space as the delimiter (uncheck others) and click Next.
Set the destination as B2 (to place First Name in B2 and Last Name in C2). Click Finish.
Check the results: First names (e.g., John, Maria) should be in column B, last names (e.g., Smith, Garcia) in column C.
Make headers B1 and C1 bold.
In cell G1, type Text to Columns Observation. In G2, note the outcome (e.g., “Names split into first and last, making it easier to sort or filter”).
Tip: Text to Columns is powerful for splitting data (e.g., addresses, dates) but relies on consistent delimiters like spaces or commas. Extra spaces might cause issues, which we’ll fix next.
Extra spaces in names and cities can cause problems (e.g., "New York" vs. "New York" might not match). Let’s clean them up.
Instructions:
Create a new column to clean Customer Name data:
Right-click the column A header, select Insert, and label A1 as Cleaned Name.
In cell A2, use the TRIM function to remove extra spaces from the original Customer Name (now in D2 after inserting columns):
Type =TRIM(D2) and press Enter.
Copy the formula down to A3:A6 (drag the fill handle or double-click it).
Convert these to values to finalize:
Select A2:A6, copy (Ctrl + C), right-click A2, and choose Paste Values (under Paste Options).
Repeat for the City column (now in F after shifts):
Insert a new column at E (right-click, Insert), label E1 as Cleaned City.
In E2, type =TRIM(F2) and copy down to E3:E6.
Copy E2:E6, paste as values in E2 using Paste Values.
Delete the original columns to tidy up:
Select column D (original Customer Name), hold Ctrl, select column F (original City), right-click, and choose Delete.
In cell G4, type Trim Observation. In G5, note the impact (e.g., “Extra spaces removed from names and cities, ensuring consistency”).
Tip: TRIM removes leading, trailing, and multiple spaces between words, leaving single spaces. Pasting as values locks in the cleaned data to avoid formula dependencies.
By now, your Customer Cleanup worksheet should have:
A cleaned dataset with no duplicates (5 customer records).
Customer names split into First Name and Last Name columns.
Extra spaces removed from names and cities, with cleaned data in columns A (Cleaned Name) and E (Cleaned City).
Observations in cells E8, G2, and G5 explaining what each step achieved.
Row counts in E2 and E5 showing the effect of removing duplicates.
Awesome work! You’ve tackled three common data issues—duplicates, combined text, and extra spaces—making your customer list ready for analysis, reporting, or sharing. These cleaning skills are foundational for working with real-world data, ensuring accuracy and professionalism. As a reminder, you’ll upload the Customer Cleanup worksheet as part of your completed Excel workbook in your self-evaluation.
Excel is a powerful tool, and mastering it means working smarter. In this module, you’ll learn keyboard shortcuts to speed up your tasks, conditional formatting to make data trends stand out, and print setup to share your work professionally. Whether you’re managing budgets, tracking projects, or preparing reports, these skills will save time and boost clarity. Let’s streamline your Excel skills!
Open the Excel workbook you’ve been using for previous modules.
Add a new worksheet by clicking the plus (+) icon at the bottom.
Rename the tab: Efficiency Tracker.
In your Efficiency Tracker sheet, create a dataset to track project expenses for practicing shortcuts, formatting, and printing. Starting in cell A1, enter:
Project Category Budget Actual Spend Status
Website Redesign Development 5000 5200 Over Budget
Marketing Campaign Advertising 3000 2800 Under Budget
Training Program Education 2000 2000 On Budget
Office Upgrade Facilities 4000 4500 Over Budget
Community Event Outreach 1500 1400 Under Budget
Instructions:
Enter the data as shown, starting in A1.
Bold the header row (A1:E1).
Format Budget and Actual Spend columns (C2:D6) as Currency with no decimal places (right-click, Format Cells > Currency).
Auto-fit column widths by double-clicking column borders.
In G1, label Total Budget. In G2, type =SUM(C2:C6) (should show $15,500).
In G4, label Total Actual. In G5, type =SUM(D2:D6) (should show $15,900).
Tip: This dataset lets you practice shortcuts for navigation, highlight spending trends with formatting, and prepare a clean printout.
Keyboard shortcuts save time by reducing mouse clicks. Let’s learn key ones for navigation and editing.
Instructions:
Practice these shortcuts on your Efficiency Tracker sheet:
Navigate: Use Ctrl + Arrow Keys (e.g., Ctrl + Down from A1 to jump to A6).
Select Range: Use Ctrl + Shift + Arrow (e.g., Ctrl + Shift + Right from A1 to select A1:E1).
Copy/Paste: Copy A1:E1 with Ctrl + C, move to A8, paste with Ctrl + V. Undo with Ctrl + Z.
Insert Row: Select row 2 (click row number), press Ctrl + Shift + + to insert a blank row above. Undo with Ctrl + Z.
Save Workbook: Press Ctrl + S to save.
Create a shortcut log:
In I1, label Shortcut Log.
In I2:J6, list:
I2: “Ctrl + Arrow”, J2: “Jump to data edge”
I3: “Ctrl + Shift + Arrow”, J3: “Select range”
I4: “Ctrl + C / Ctrl + V”, J4: “Copy / Paste”
I5: “Ctrl + Shift + +”, J5: “Insert row”
I6: “Ctrl + S”, J6: “Save workbook”
In I8, label Shortcut Observation. In I9, note one benefit (e.g., “Ctrl + Arrow helped me jump to totals quickly”).
Tip: Shortcuts feel tricky at first but become second nature, speeding up tasks like editing large datasets.
Conditional formatting highlights data based on rules, making trends visible instantly.
Instructions:
Highlight over-budget projects:
Select D2:D6 (Actual Spend).
Go to Home > Conditional Formatting > Highlight Cells Rules > Greater Than.
Enter C2 (compares to Budget), choose Red Fill, click OK.
Over-budget cells (D2, D5) should turn red.
Mark under-budget projects:
Select D2:D6 again.
Go to Home > Conditional Formatting > Highlight Cells Rules > Less Than.
Enter C2, choose Green Fill, click OK.
Under-budget cells (D3, D6) should turn green.
In I11, label Formatting Observation. In I12, note what you see (e.g., “Red shows overspending, green shows savings”).
Tip: Conditional formatting spots issues fast, like budget overruns, without altering data—great for quick decisions.
Proper print setup ensures your work looks polished when shared.
Instructions:
Set the print area:
Select A1:G6 (data and totals).
Go to Page Layout > Print Area > Set Print Area.
Adjust settings:
Go to File > Print (or Ctrl + P) to preview.
Choose Print Active Sheets and Fit Sheet on One Page.
Set Orientation to Landscape.
Add headers:
Go to Page Layout > Print Titles > Header/Footer tab.
In Header, select “Sheet Name” (Efficiency Tracker) for the center.
In Footer, add custom text: “Prepared on 4/11/2025”.
Check margins:
In Page Layout > Margins, select Narrow.
Preview to confirm A1:G6 fits without cutoffs.
In I14, label Print Observation. In I15, note the result (e.g., “Landscape fits all data clearly on one page”).
Tip: Always preview your printout to catch formatting issues before sharing, like for a budget meeting.
Your Efficiency Tracker worksheet should have:
A formatted dataset (A1:E6) with totals in G2 ($15,500) and G5 ($15,900).
A shortcut log (I2:J6) with an observation in I9.
Conditional formatting on D2:D6 (red for over-budget, green for under-budget) with an observation in I12.
A print-ready setup for A1:G6 (landscape, narrow margins, header/footer) with an observation in I15.
Great job! You’ve supercharged your Excel skills with shortcuts for speed, conditional formatting for insights, and print setup for professional sharing. These tools will make your work faster and clearer in any project. As a reminder, you’ll upload the Efficiency Tracker worksheet as part of your completed Excel workbook in your self-evaluation.
Artificial intelligence tools like Grok and ChatGPT can transform how you work in Excel, making complex tasks faster and easier. In this module, you’ll learn to use AI to generate formulas, uncover data insights, and automate repetitive work. Whether you’re calculating budgets, summarizing sales, or cleaning datasets, AI can save time and boost accuracy. Let’s explore how to supercharge your Excel skills with AI!
Note: For this module, you’ll need access to an AI tool like ChatGPT (via chat.openai.com, free with an account) or Grok (via X Premium, if available). If you don’t have access, follow along with the provided AI responses. You’ll also need Excel (any recent version).
Open the Excel workbook you’ve been using for previous modules.
Add a new worksheet by clicking the plus (+) icon at the bottom.
Rename the tab: AI Insights.
In your AI Insights sheet, create a dataset of customer feedback to use with AI for formulas, analysis, and automation. Starting in cell A1, enter:
Customer ID Feedback Rating Date
C001 Great service, fast delivery 5 3/1/2025
C002 Product ok, shipping slow 3 3/2/2025
C003 Excellent quality 5 3/3/2025
C004 Slow response, good product 4 3/4/2025
C005 Poor packaging, item damaged 2 3/5/2025
Instructions:
Enter the data as shown, starting in A1.
Bold the header row (A1:D1).
Format Rating (C2:C6) as Number with no decimals.
Format Date (D2:D6) as Short Date (right-click, Format Cells > Date).
Auto-fit column widths by double-clicking column borders.
In F1, label Average Rating. In F2, leave blank for now (we’ll use AI to fill it).
Tip: This dataset mimics real-world feedback, perfect for testing AI’s ability to calculate, analyze, and clean.
AI can write Excel formulas for you, saving time on complex calculations. Let’s calculate the average rating.
Instructions:
Open your AI tool (e.g., ChatGPT at chat.openai.com or Grok via X, if accessible). If you don’t have access, use the sample prompt and response below.
Enter this prompt:
“Write an Excel formula to calculate the average of numbers in cells C2 to C6.”
Expected AI response (e.g., from ChatGPT or Grok):
=AVERAGE(C2:C6)
In Excel, type the formula =AVERAGE(C2:C6) into F2. Press Enter (should show 3.8).
Try another formula:
Prompt: “Write an Excel formula to count how many ratings are 5 in cells C2 to C6.”
Expected response: =COUNTIF(C2:C6, 5)
Enter =COUNTIF(C2:C6, 5) in F4 (label F3 as Count of 5s). Should show 2.
In G1, label Formula Observation. In G2, note how AI helped (e.g., “AI gave me the exact formula to average ratings without looking it up”).
Tip: Be specific in your AI prompts (e.g., mention cell ranges) to get accurate formulas. If the formula doesn’t work, ask AI to clarify or try rephrasing.
AI can summarize trends or insights from your data, enhancing decision-making.
Instructions:
Copy the Feedback column (B2:B6) to your clipboard (Ctrl + C).
In your AI tool, paste the feedback and prompt:
“Analyze this customer feedback and summarize key themes in a few sentences.”
Expected AI response (example):
“The feedback highlights mixed experiences. Positive themes include great service, fast delivery, and excellent quality (3 customers). Negative themes include slow shipping, slow response, and poor packaging (2 customers).”
In Excel, paste this summary into G4 (label G3 as Feedback Summary). Resize the cell or wrap text (Home > Wrap Text) to fit.
Try a trend analysis:
Prompt: “Based on ratings 5, 3, 5, 4, 2, what’s the overall customer sentiment?”
Expected response: “The ratings suggest a generally positive sentiment, with an average of 3.8. Most customers (3 of 5) gave 4 or 5, but one low rating (2) indicates some dissatisfaction.”
Paste this into G7 (label G6 as Rating Trend).
In G9, label Analysis Observation. In G10, note AI’s value (e.g., “AI quickly spotted positive and negative feedback trends”).
Tip: AI excels at summarizing text or numbers—use it to find patterns you might miss, like common complaints.
AI can suggest ways to clean or automate repetitive tasks, like standardizing data.
Instructions:
Notice the Feedback column has inconsistent lengths. Let’s use AI to shorten long entries.
Prompt your AI tool:
“Suggest an Excel formula or method to shorten text in cells B2:B6 to 20 characters or less, keeping the main idea.”
Expected response (example):
“Use the LEFT function: =LEFT(B2, 20) to take the first 20 characters. For meaningful summaries, manually trim or use AI to rewrite shorter versions.”
In Excel, insert a new column at B:
Right-click column B header, select Insert, label B1 as Short Feedback.
In B2, type =LEFT(C2, 20), copy down to B3:B6 (Feedback shifts to C).
Check results (e.g., “Great service, fast del” for B2). If unclear, try AI again:
Prompt: “Rewrite ‘Great service, fast delivery’ to 20 characters or less.”
Response: “Great service, fast”
Manually enter this in B2 for accuracy.
In G12, label Automation Observation. In G13, note the outcome (e.g., “AI’s formula shortened feedback, but I tweaked one manually for clarity”).
Tip: AI can suggest automation ideas, but test them in Excel to ensure they fit your needs. Short formulas like LEFT are quick wins for cleaning.
Your AI Insights worksheet should have:
A dataset (A1:D6) with customer feedback, ratings, and dates.
Formulas in F2 (=AVERAGE(C2:C6)) and F4 (=COUNTIF(C2:C6, 5)).
A new Short Feedback column (B2:B6) with shortened text.
AI-generated summaries in G4 (feedback themes) and G7 (rating trend).
Observations in G2, G10, and G13 explaining AI’s impact.
Awesome work! You’ve harnessed AI to generate formulas, analyze feedback, and automate text trimming, making Excel more powerful. These skills let you tackle complex tasks with confidence, from reports to data prep. As a reminder, you’ll upload the AI Insights worksheet as part of your completed Excel workbook in your self-evaluation.
Microsoft Excel is a powerful tool that helps us organize, analyze, and make sense of large amounts of data. But like any tool, its effectiveness depends on how we use it. In Excel, cluttered spreadsheets, unnecessary formulas, and poorly organized data can waste time and distract from what really matters. Likewise, in life, not all good options are equally worthwhile. In his talk “Focus and Priorities,” President Dallin H. Oaks teaches that “we have to forego some good things in order to choose others that are better or best.”
Just as mastering Excel requires clarity, focus, and deliberate planning, so does mastering our time, talents, and decisions. President Oaks invites us to evaluate our use of time and attention, asking not just what’s good, but what’s best. As you learn to work more effectively in Excel, consider how these same principles can apply to your broader goals—spiritually, academically, and professionally.
Read or watch Elder Oaks' talk "Focus and Priorities." Then complete the reflection activity below.
Instructions
Open your current Excel workbook.
Create a new sheet and name it Focus and Priorities.
In column A, copy and paste each of the reflection questions below.
In column B, type your response to each question.
Excel Tip:
Highlight column B, then click “Wrap Text” under the Home tab so your full response is visible.
Adjust the column width and row height as needed so that your text is clear and easy to read.
Questions
In Excel, simplifying your spreadsheet can make it more useful and easier to understand. How does this principle apply to simplifying your life to focus on what matters most?
Excel allows you to filter, sort, and prioritize information. What spiritual or personal “filters” help you decide where to invest your time and energy?
Have you ever spent time on formatting or formulas in Excel that didn’t really add value to the project? Can you think of habits or activities in your life that are “good” but may not be “best”? What could you remove or refocus?
President Oaks teaches that setting correct priorities often requires sacrifice. What is one “good” thing you might need to let go of in order to make time for something better—either in your use of Excel or in your daily routine?
If you treated your daily schedule like a spreadsheet—assigning value to each task—what would rise to the top? What might fall off the list?