Week 5 Assignment 50 Points Final Assignment

Sharing the Good News!

Microsoft Excel — Charts, Lookups, Analysis & Executive Dashboards

Sunnydale Blood Drive — Story Arc Complete!
This is the grand finale! You have 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
Course Objectives: This assignment addresses CO-6 (Microsoft Excel Spreadsheets) and CO-7 (Healthcare IT)
The Scenario
Dr. Elena Martinez
Clinic Director, Sunnydale Family Health Clinic

Dr. Martinez has been invited to present the blood drive results to the Sunnydale Clinic Board of Directors at their quarterly meeting. She needs a data-driven summary showing what happened, how the community responded, and why the clinic should make this an annual event.

She is counting on YOUR Excel visualization skills to turn raw data into a compelling story. Charts, formulas, and a polished dashboard — this is where it all comes together!

The full story: In Week 1, you emailed the team and set up planning meetings. In Week 2, you designed the community flyer. In Week 3, you trained the staff with a PowerPoint presentation. In Week 4, you tracked all 42 donors in a spreadsheet. Now, in Week 5, you will turn that data into charts, advanced analysis, and a board-ready executive dashboard. Everything you have learned across 5 weeks comes together here!

Your Tasks

Using the data from your Week 4 spreadsheet, create charts, lookup tools, advanced formulas, and a professional dashboard. Complete all six tasks below.

Important

Open your Week 4 workbook (LastName_Week4_BloodDrive.xlsx) and continue working in the same file. If you did not complete Week 4, you can create the donor data now, but you must have all 42 records to build charts from.

1
Pie Chart — Blood Type Distribution
10 pts

Create a pie chart that shows the distribution of blood types among the 42 donors:

  • Chart title: "Donor Blood Type Distribution"
  • Show each blood type (A+, A-, B+, B-, AB+, AB-, O+, O-) as a slice
  • Include data labels with percentages
  • Use a professional color scheme (avoid the default rainbow)
  • Move to its own chart sheet OR embed it prominently on the Dashboard sheet
Chart Tip

First create a small summary table using COUNTIF for each blood type. Then select that summary table to build your pie chart. Use Chart Design > Add Chart Element > Data Labels > Percentage.

2
Column Chart — Donations by Time Slot
10 pts

Create a clustered column chart comparing donations across the three time slots:

  • Compare Morning (9–11), Midday (11–1), and Afternoon (1–3) sessions
  • Show Successful vs. Deferred side-by-side (clustered columns)
  • Include axis labels, chart title, and legend
  • Professional formatting with clear, readable values
3
Additional Chart of Your Choice
5 pts

Create one more chart that tells an interesting story from the data. The chart type and content are your choice. Here are some ideas:

  • Bar chart showing donations by age group (17–25, 26–35, 36–45, 46–55, 56+)
  • Line chart showing cumulative donations throughout the day
  • Doughnut chart comparing successful vs. deferred overall
  • Stacked bar chart showing blood type distribution by time slot

The chart must have a title, labels, and tell a clear visual story.

4
Advanced Formulas
10 pts

Add these advanced formulas to your workbook (in your Summary section or Dashboard sheet):

  • =SUMIF — Total units collected by each time slot (Morning, Midday, Afternoon)
  • =COUNTIF — Count of donors by each blood type (if not done in Week 4)
  • =AVERAGEIF — Average age of successful donors vs. average age of deferred donors
  • Sparklines — Add sparklines in your summary section showing mini-trends (e.g., donations by time slot or by blood type). Insert > Sparklines > Line or Column.
5
Donor Information Lookup
5 pts

Create a separate "Lookup" sheet in your workbook. On this sheet, build two sections:

Part A — Blood Type Compatibility Reference Table

  • Build a reference table listing all 8 blood types (A+, A-, B+, B-, AB+, AB-, O+, O-)
  • For each type, include who it can donate to and who it can receive from
  • This table serves as the lookup source for Part B and as a quick-reference for Dr. Martinez's board presentation

Part B — Donor Lookup Tool

  • Create a "Donor Lookup" section where entering any Donor ID automatically retrieves that donor's name, blood type, and donation status from the main Donor Data sheet
  • Use =VLOOKUP or =XLOOKUP formulas to pull each piece of information
  • Test the lookup with at least 3 different Donor IDs — show each test in its own row so the results are visible when grading
Lookup Tip

VLOOKUP syntax: =VLOOKUP(lookup_value, table_array, col_index, FALSE). The last argument FALSE means exact match. If your Donor ID is in column A of the Donor Data sheet, set that as the first column of your table_array, then use col_index 2 for Name, 3 for Blood Type, etc.

6
Executive Summary Dashboard
10 pts

Create a dedicated "Dashboard" sheet that Dr. Martinez can present to the Board of Directors. It should include:

Example Dashboard Layout
42
Total Donors
38
Units Collected
90.5%
Success Rate
Pie Chart
(Blood Types)
Column Chart
(By Time Slot)

Your dashboard must include:

  • Key metrics at the top: Total donors, total units collected, success rate percentage
  • Summary table with blood type breakdown (type, count, percentage)
  • At least 2 embedded charts (copy/move from your other sheets)
  • Clean, professional formatting suitable for a board meeting

The workbook as a whole should also demonstrate overall professionalism:

  • Sheet tabs named clearly: "Donor Data", "Summary", "Lookup", "Dashboard", etc.
  • Consistent formatting throughout all sheets (fonts, colors, number formats)
  • No spelling errors in labels, titles, or notes
  • Data integrity: All formulas reference actual data; charts update if data changes
Dashboard Tip

Hide gridlines on the Dashboard sheet (View > uncheck Gridlines) for a cleaner look. Use cell borders, fill colors, and merged cells to create a polished layout. Think of it like a one-page infographic built entirely in Excel.

Step-by-Step Instructions

Follow these steps to complete your final assignment:

  1. Open your Week 4 workbook (LastName_Week4_BloodDrive.xlsx).
  2. If you do not already have a blood type summary (COUNTIF for each type), create one now on a Summary sheet.
  3. Select the blood type summary data and insert a Pie Chart (Insert > Chart > Pie). Add data labels with percentages.
  4. Create a small table summarizing Successful vs. Deferred counts by time slot (use COUNTIFS or manual tallies). Insert a Clustered Column Chart.
  5. Create your third chart of choice — find an interesting angle in the data.
  6. Add SUMIF, AVERAGEIF, and Sparklines to your Summary section.
  7. Create a new sheet named "Lookup". Build a blood type compatibility reference table for all 8 types, then create a Donor Lookup section using VLOOKUP or XLOOKUP to retrieve donor info by ID. Test with at least 3 Donor IDs.
  8. Create a new sheet named "Dashboard". Hide gridlines for a clean look.
  9. Build your dashboard: key metrics at top, summary table, embedded charts. Use merged cells, fill colors, and borders.
  10. Name all sheet tabs clearly. Review for spelling, formatting consistency, and data integrity.
  11. Save as LastName_Week5_BloodDrive.xlsx.

Requirements Checklist

Before submitting, verify your workbook meets all requirements:

Grading Rubric

Criteria Description Points
Pie Chart All 8 blood types shown with percentages, professional colors, proper title 10
Column Chart Clustered columns for Successful vs. Deferred by time slot, axis labels, title, legend 10
Additional Chart Creative chart choice that reveals an interesting insight from the data, with title and labels 5
Advanced Formulas SUMIF, COUNTIF, AVERAGEIF used correctly; Sparklines included in summary 10
Donor Lookup VLOOKUP/XLOOKUP correctly retrieves donor name, blood type, and status from reference table; blood type compatibility table included; tested with 3+ Donor IDs 5
Executive Dashboard Key metrics, summary table, 2+ embedded charts, clean professional layout; clear sheet names, consistent formatting, no spelling errors, live data integrity 10
Total 50

Submission Instructions

Submit your completed workbook through the course LMS:

Your workbook should contain multiple sheets: Donor Data, Summary, Lookup, Dashboard, Filtered View, and any chart sheets.

Congratulations — You Completed the Blood Drive Story Arc!

Over 5 weeks, you used Outlook, Word, PowerPoint, and Excel to bring Sunnydale's community blood drive from an idea to a board-ready report. Every skill you learned connected to the next — just like in a real healthcare workplace. Well done!

Need Help?

Resources to help you finish strong:

Creating Charts Review Lesson 5.1 for inserting pie charts, column charts, and formatting chart elements.
SUMIF & AVERAGEIF Review Lesson 5.1 for conditional sum and average formulas.
Sparklines Review Lesson 5.1 for inserting and customizing sparklines in cells.
VLOOKUP & XLOOKUP Review Lesson 5.3 for VLOOKUP syntax, exact-match lookups, and building reference tables.
Dashboard Design Review Lesson 5.3 for tips on building clean, professional Excel dashboards.
Week 4 Formulas Refresher Review Lesson 4.2 for a refresher on basic formulas, SUM, AVERAGE, and IF functions.
Final Thought

The skills you demonstrated this week — data visualization, lookup formulas, conditional analysis, and professional dashboards — are among the most sought-after in any workplace. You are ready to apply these skills in your career!