Collecting Data from the Blood Drive

Week 4 Assignment  |  CI2000: Computer Fundamentals  |  90 Points


Course Objective Alignment: CO-6 — Microsoft Excel Spreadsheets

Sunnydale Blood Drive — Story Arc

Week 1: Communicate Week 2: Advertise Week 3: Train Staff Week 4: Track Data Week 5: Report Results

The blood drive was a success! Now it is time to organize and analyze all the data.

The Scenario

Dr. Elena Martinez, Clinic Director at Sunnydale Family Health Clinic, has great news: the blood drive was a SUCCESS!

42Total Donors
38Units Collected
4Deferred

Dr. Martinez needs you to organize all the donor data in Microsoft Excel so the clinic can analyze the results and report back to the American Red Cross.

1 Donor Data Sheet 20 pts

Create a formatted spreadsheet tracking all 42 donors with these 8 columns:

  • Donor ID: BD-001 through BD-042
  • First Name
  • Last Name
  • Age
  • Blood Type: A+, A−, B+, B−, AB+, AB−, O+, O−
  • Time Slot: Morning (9–11), Midday (11–1), Afternoon (1–3)
  • Status: Successful or Deferred
  • Units Collected: 1 or 0

Of the 42 donors, exactly 4 were deferred (did not meet eligibility). Use Data Validation on the Blood Type and Status columns to restrict entries to valid values only.

Data Tip: You will need to make up realistic names and data for the 42 donors. Ensure a mix of blood types, ages (ranging from 17 to 65+), and time slots. Distribute the 4 deferred donors across different time slots.

2 Formatting 15 pts

Apply professional formatting to your spreadsheet:

  • Number formatting: Dates as dates, ages as whole numbers
  • Headers: Bold text with fill color and borders
  • Conditional formatting: Highlight deferred donors in light red
  • Freeze panes: Freeze the header row so it stays visible when scrolling
  • Column widths: Adjusted to fit content neatly (no truncated text)

3 Formulas & Analysis 25 pts

In a Summary section (below the data or on a separate sheet), calculate the following using live Excel formulas:

  • =SUM — Total units collected
  • =AVERAGE — Average donor age
  • =COUNT and =COUNTA — Count numeric vs. text entries
  • =COUNTIF — Count of each blood type (all 8 types)
  • =IF — Flag donors under 18 as "Minor — verify consent"
  • =MIN and =MAX — Youngest and oldest donor ages

Important: All formulas must reference actual data cells (e.g., =SUM(H2:H43)), not hard-coded numbers. Your instructor will verify that formulas are live.

4 Sorting & Filtering 20 pts

Demonstrate your ability to organize data:

  • Sort the data by Blood Type (A–Z), then by Last Name (A–Z) as a secondary sort
  • Apply AutoFilter to all columns (Data > Filter)
  • Take a screenshot of a filtered view showing only O+ donors and paste it on a separate sheet labeled "Filtered View"

5 Print Setup 10 pts

Prepare the spreadsheet for professional printing:

  • Orientation: Landscape
  • Scaling: Fit to 1 page wide
  • Header: "Sunnydale Blood Drive — March 15, 2026"
  • Footer: Page numbers (Page 1 of ?)

Step-by-Step Instructions

  1. Open Excel and create a new blank workbook. Rename Sheet1 to "Donor Data".
  2. Create headers in Row 1: Donor ID, First Name, Last Name, Age, Blood Type, Time Slot, Status, Units Collected.
  3. Enter data for all 42 donors. Make 4 of them "Deferred" with 0 units collected.
  4. Apply Data Validation to the Blood Type column (Data > Validation > List > enter the 8 types). Do the same for Status (Successful, Deferred).
  5. Format headers with bold, fill color, and borders. Adjust column widths.
  6. Apply Conditional Formatting to highlight rows where Status = "Deferred" in light red.
  7. Freeze the top row (View > Freeze Panes > Freeze Top Row).
  8. Create a Summary section below the data (or on a new sheet) with all required formulas.
  9. Sort by Blood Type, then Last Name. Apply AutoFilter to all columns.
  10. Filter for O+ donors, take a screenshot, and paste on a sheet labeled "Filtered View".
  11. Set up Print settings: landscape, fit to 1 page wide, header and footer text.
  12. Save as LastName_Week4_BloodDrive.xlsx.

Grading Rubric

Criteria Description Points
Donor Data Sheet 42 records, all 8 columns, realistic data, Data Validation on Blood Type and Status 20
Formatting Number formatting, formatted headers, conditional formatting for deferred donors, frozen row, proper column widths 15
Formulas & Analysis SUM, AVERAGE, COUNT/COUNTA, COUNTIF (all 8 types), IF (minor flag), MIN, MAX — all live formulas 25
Sorting & Filtering Multi-level sort, AutoFilter enabled, filtered O+ screenshot on separate sheet 20
Print Setup Landscape, fit to 1 page wide, header and footer text 10
Total 90

Submission Instructions

  • Format: Excel file (.xlsx)
  • File name: LastName_Week4_BloodDrive.xlsx
  • Deadline: End of Week 4

Keep your formulas live — do not paste values over them. Your instructor will check formula references.