CI2000 — Computer Fundamentals
Ultimate Medical Academy

Week 5 Assignment Guide

Sharing the Good News — Charts, Formulas, Lookups & Dashboard (50 pts)

6 Tasks 19 Steps Click to Reveal
Sunnydale Blood Drive — Story Arc
This is the grand finale! You communicated, advertised, trained, and tracked. Now it is time to tell the story with data.
Week 1: Communicate Week 2: Advertise Week 3: Train Staff Week 4: Track Data Week 5: Report Results
How to Use This Guide

Click each task to expand it, then click each step to reveal detailed instructions. This guide walks you through the process without giving you the answers — you still need to create your own original work. Complete each step before moving to the next one.

Before You Start

Open your Week 4 workbook (LastName_Week4_BloodDrive.xlsx) and Save As LastName_Week5_BloodDrive.xlsx. You will build on top of your existing donor data. If you did not complete Week 4, you will need to create the 42 donor records first.

Your Progress
0 of 19 steps revealed 0%
What You Are Doing

You are creating a pie chart that shows the proportion of donors for each of the 8 blood types (A+, A−, B+, B−, AB+, AB−, O+, O−). This chart will be part of Dr. Martinez's board presentation.

1
Build a Blood Type Summary Table

Before you can create a pie chart, you need a small summary table that counts how many donors belong to each blood type.

  • On your Summary sheet (or create one), list all 8 blood types in a column: A+, A−, B+, B−, AB+, AB−, O+, O−
  • In the next column, use =COUNTIF to count how many donors match each blood type from your Donor Data sheet
  • The formula pattern is: =COUNTIF(DonorData!C:C, "A+") — adjust the column reference to wherever your blood type data lives
Lesson Reference

Review Lesson 5.1 for COUNTIF syntax and examples of building summary tables from raw data.

2
Insert the Pie Chart

Now turn your summary table into a visual pie chart:

  • Select your summary table (blood type names and their counts)
  • Go to Insert tab → Chart → choose Pie
  • Pick a style you like — a standard 2-D pie or a 3-D pie both work
Common Mistake

Do not select your entire Donor Data sheet — select only the summary table (8 blood types with their counts). If you select raw data, Excel may create a confusing chart with 42 slices instead of 8.

3
Add Data Labels, Title, and Professional Colors

Polish your chart so it looks board-presentation-ready:

  • Title: Click the chart title and type "Donor Blood Type Distribution"
  • Data Labels: Click the chart → Chart Design tab → Add Chart ElementData Labels → choose Percentage (or "Best Fit" and then format them to show percentages)
  • Colors: Avoid the default rainbow. Right-click individual slices to change colors, or use Chart DesignChange Colors to pick a professional palette
Tip

Consider using a monochromatic scheme (shades of blue or teal) or a muted professional palette. The rubric specifically says "professional colors" — neon rainbow is not professional.

What You Are Doing

You are creating a clustered column chart that shows, for each time slot (Morning 9–11, Midday 11–1, Afternoon 1–3), how many donations were successful and how many were deferred — side by side.

1
Build a Time Slot Summary Table

You need a small cross-tabulation table before creating the chart:

  • Create a small table with 3 rows (Morning, Midday, Afternoon) and 2 columns (Successful, Deferred)
  • Use =COUNTIFS to count records that match both a time slot AND a status
  • The formula pattern is: =COUNTIFS(TimeSlotColumn, "Morning", StatusColumn, "Successful")
  • Fill in all 6 cells (3 time slots x 2 statuses)
Lesson Reference

Review Lesson 5.1 for the difference between COUNTIF (one condition) and COUNTIFS (multiple conditions). COUNTIFS is what you need here.

2
Insert a Clustered Column Chart

Turn your summary table into a visual comparison:

  • Select the entire summary table (including the row and column headers)
  • Go to InsertChart → choose Clustered Column (the first column chart option)
  • You should see two bars side by side for each time slot — one for Successful, one for Deferred
Common Mistake

If your chart shows only one bar per slot instead of two, Excel may have grouped the data wrong. Click Switch Row/Column on the Chart Design tab to fix it.

3
Add Axis Labels, Title, and Legend

The rubric specifically requires all three of these elements:

  • Chart Title: Click the title area and type something descriptive (e.g., "Donation Outcomes by Time Slot")
  • Axis Labels: Go to Chart DesignAdd Chart ElementAxis Titles. Add both a horizontal axis title (e.g., "Time Slot") and a vertical axis title (e.g., "Number of Donors")
  • Legend: Make sure the legend is visible showing "Successful" and "Deferred" — it should appear automatically, but check Add Chart ElementLegend if it is missing
What You Are Doing

You get to choose what story to tell. Look through your donor data and pick an angle that is interesting or useful for the board. The chart type is up to you.

1
Choose Your Data Angle

Think about what would be interesting or useful for Dr. Martinez's board presentation. Here are some ideas:

  • Bar chart — Donations by age group (17–25, 26–35, 36–45, 46–55, 56+). Who donated the most?
  • Doughnut chart — Overall successful vs. deferred (like a pie chart with a hole in the middle)
  • Stacked bar chart — Outcome (successful/deferred) broken down by blood type
  • Line chart — Cumulative donations over appointment times throughout the day

Pick whichever one you find most interesting. There is no single right answer — the rubric rewards creativity and a clear visual story.

2
Build It and Polish It

Follow the same pattern as Tasks 1 and 2:

  1. Create a small summary table for your chosen data angle (use COUNTIF, COUNTIFS, or manual grouping)
  2. Select the summary table and insert your chosen chart type
  3. Add a descriptive title that tells the reader what the chart shows
  4. Add data labels or axis labels so the values are clear
Tip

Ask yourself: "If someone looked at this chart for 5 seconds, would they understand the main takeaway?" If yes, you are on track.

Where to Put These

Add these formulas to your Summary sheet or directly on your Dashboard sheet. They should be clearly labeled so the instructor can find them.

1
SUMIF — Total Units by Time Slot

=SUMIF adds up values from one column when a condition in another column is met.

  • You need three SUMIF formulas — one each for Morning, Midday, and Afternoon
  • The formula pattern: =SUMIF(TimeSlotColumn, "Morning", UnitsColumn)
  • Think about which column contains the time slot labels and which column contains the units collected
  • Label each result clearly (e.g., "Morning Units:", "Midday Units:", "Afternoon Units:")
Lesson Reference

Review Lesson 5.1 for SUMIF syntax: =SUMIF(range, criteria, sum_range).

2
COUNTIF — Donors by Blood Type

If you already created COUNTIF formulas for the pie chart in Task 1, you may already have this done. Verify:

  • You should have 8 COUNTIF formulas — one for each blood type
  • The formula pattern: =COUNTIF(BloodTypeColumn, "A+")
  • Make sure all 8 counts add up to your total donor count (42)
Common Mistake

If your COUNTIFs do not add up to 42, check for spelling variations in your data (e.g., "A +" with a space vs. "A+" without). Data must be consistent.

3
AVERAGEIF — Average Age by Donation Status

=AVERAGEIF calculates the average of values that meet a condition.

  • You need two formulas: one for the average age of successful donors and one for deferred donors
  • The formula pattern: =AVERAGEIF(StatusColumn, "Successful", AgeColumn)
  • Label them clearly so the grader can see both values and compare them

Think about what the difference tells you — is there an age-related pattern in deferral rates? This is the kind of insight Dr. Martinez would mention in her board presentation.

4
Add Sparklines

Sparklines are tiny charts inside a single cell — they show mini-trends at a glance.

  • Click in an empty cell next to your summary data
  • Go to InsertSparklines → choose Line or Column
  • For Data Range, select the row or column of numbers you want to visualize (e.g., the 3 time slot counts, or the 8 blood type counts)
  • For Location Range, select the cell where you want the sparkline to appear

Good sparkline candidates:

  • Donations by time slot (3 values — shows the busiest period at a glance)
  • Blood type counts (8 values — shows which types are most common)
Lesson Reference

Review Lesson 5.1 for sparkline insertion and formatting options. You can change sparkline color using the Sparkline tab that appears when the sparkline cell is selected.

What You Are Doing

You are creating a new "Lookup" sheet with two parts: a blood type compatibility reference table, and a donor search tool that retrieves information when you type in a Donor ID.

1
Create the Lookup Sheet and Compatibility Table

Start by creating the reference table:

  • Add a new sheet tab and name it "Lookup"
  • In the top section, create a Blood Type Compatibility Table with three columns: Blood Type, Can Donate To, Can Receive From
  • List all 8 blood types (A+, A−, B+, B−, AB+, AB−, O+, O−)
  • Fill in the compatibility info for each type — you can look up blood type compatibility online or in your course materials
Tip

O− is the universal donor (can donate to everyone) and AB+ is the universal recipient (can receive from everyone). These are good facts to know for healthcare!

2
Build the Donor Lookup Tool

Below your compatibility table, create a "Donor Lookup" section:

  • Create a labeled input area: a cell labeled "Enter Donor ID:" with an empty cell next to it where you will type an ID
  • Below that, create result rows for: Donor Name, Blood Type, and Donation Status
  • Use =VLOOKUP or =XLOOKUP in each result cell to pull from your Donor Data sheet

VLOOKUP syntax reminder:

  • =VLOOKUP(InputCell, DonorData!A:F, 2, FALSE)
  • The InputCell is where you type the Donor ID
  • The table_array should start with the Donor ID column from your Donor Data sheet
  • The col_index number determines which column to return (2 = Name, 3 = Blood Type, etc.)
  • FALSE means exact match — always use FALSE for lookups
Lesson Reference

Review Lesson 5.3 for VLOOKUP and XLOOKUP syntax, exact-match lookups, and common errors like #N/A.

3
Test with 3 Different Donor IDs

The rubric requires visible proof that your lookup works:

  • Create 3 separate lookup rows (not just one cell you keep retyping)
  • In each row, enter a different Donor ID from your data and let the VLOOKUP formulas pull the results
  • Leave all 3 tests visible so the grader can see them without modifying your file
Common Mistake

If you see #N/A errors, check that the Donor ID you typed exactly matches the ID in your data (same format, no extra spaces). Also verify your table_array starts with the column that contains the Donor IDs.

What You Are Doing

You are creating a dedicated Dashboard sheet that gives Dr. Martinez a single-screen, board-ready overview of the entire blood drive. Think of it like a one-page infographic built entirely in Excel.

1
Create the Dashboard Sheet and Set Up the Layout

Start with a clean canvas:

  • Add a new sheet and name it "Dashboard"
  • Immediately go to View tab → uncheck Gridlines for a clean look
  • Add a title at the top using merged cells and a fill color (e.g., "Sunnydale Blood Drive — Executive Summary")
  • Plan your layout: key metrics at the top, summary table in the middle, charts at the bottom
Tip

Sketch your layout on paper first. A common dashboard pattern is: big numbers across the top, a data table on the left, and charts on the right.

2
Add Key Metrics at the Top

Create 3 prominent metric boxes across the top of your dashboard:

  • Total Donors: Use a formula that counts all records (e.g., =COUNTA on the name column, minus the header)
  • Units Collected: Use =COUNTIF on the status column for "Successful"
  • Success Rate: Calculate as Units Collected / Total Donors, formatted as a percentage

Make these numbers large and bold — they should be the first thing someone notices. Use merged cells, large font sizes (18-24pt), and a subtle background fill color.

Important

Use formulas that reference your actual data, not hard-coded numbers. If you type "42" instead of using a formula, you lose points for data integrity.

3
Add Summary Table and Embed Charts

Fill in the body of your dashboard:

  • Summary Table: Create a blood type breakdown table showing each type, its count, and its percentage of total donors. Format with borders and alternating row colors.
  • Charts: Copy (or move) at least 2 charts from your other sheets onto the Dashboard. Right-click a chart → Copy → go to the Dashboard sheet → Paste. Resize them to fit your layout.
Tip

When you paste charts, choose "Keep Source Formatting" so they look the same. Resize them proportionally by holding Shift while dragging a corner handle.

4
Final Polish — Formatting and Professionalism

This is where you earn the professionalism points. Go through the entire workbook:

  • Sheet tabs: Name all tabs clearly (Donor Data, Summary, Charts, Lookup, Dashboard)
  • Consistent formatting: Same fonts, same number formats, same color scheme across all sheets
  • Spelling check: Press F7 to run spell check on every sheet — labels, titles, and notes should be error-free
  • Data integrity: All formulas should reference live data. If you change a donor record, charts and metrics should update automatically
  • Dashboard layout: Use borders, fill colors, and merged cells to create clear visual sections. Align charts neatly.
Lesson Reference

Review Lesson 5.3 for dashboard design tips — hiding gridlines, using cell borders for visual structure, and creating a polished professional look.

1
Run Through the Final Checklist

Before submitting, walk through each sheet and verify:

  1. Pie Chart: Shows all 8 blood types, has percentage labels, professional colors, and a title
  2. Column Chart: Clustered columns for Successful vs. Deferred by time slot with axis labels, title, and legend
  3. Third Chart: Your creative choice — has a title and clear labels
  4. Formulas: SUMIF (3 time slots), COUNTIF (8 blood types), AVERAGEIF (2 statuses), and at least one sparkline
  5. Lookup Sheet: Blood type compatibility table (8 types) + VLOOKUP/XLOOKUP tool tested with 3 Donor IDs
  6. Dashboard: Key metrics, summary table, 2+ embedded charts, clean layout with no gridlines
  7. Sheet tabs: All named clearly
  8. No spelling errors in labels or titles
2
Save and Submit

Finalize your submission:

  1. Save your file as LastName_Week5_BloodDrive.xlsx
  2. Double-check the file name follows the required format
  3. Submit through the course LMS before the deadline
Congratulations

You have completed the entire Sunnydale Blood Drive story arc! Over 5 weeks, you used Outlook, Word, PowerPoint, and Excel to take a community blood drive from idea to board-ready report. These are real skills you will use in your healthcare career.