← Back to ISMG-2050 Course Hub

Assignment Metadata

Skills Covered

Part 1: CSV Data Import (30 pts)

  1. Open a new blank workbook. Save as [your initials]Practice06.xlsx.
  2. Go to Data > Get Data > From Text/CSV. Navigate to and select customer_data.csv.
  3. In the preview dialog, verify columns show: Customer ID, Name, Email, Region, Purchase Date, Product Category, Quantity, Unit Price, Total Revenue.
  4. Click Load to import. The data will appear in Sheet1 starting at A1.
  5. Rename the sheet tab to "CustomerData".
  6. Select all imported data (click any cell), then Ctrl+T to convert to an Excel Table. Check "My table has headers". Name the table Customers in the Table Design tab.
  7. Select column A (Customer ID). Format as Text (right-click > Format Cells > Number > Text) to prevent Excel from dropping leading zeros.

Part 2: Icon Sets on Region Revenue (25 pts)

  1. In a new sheet named "Icons", create a region summary:
  2. A1: type Region, B1 type Total Revenue
  3. In cells A3:A7, enter regions: East, West, North, South, Central.
  4. In cell B3, use SUMIF to aggregate from the CustomerData table: =SUMIF(Customers[Region],A3,Customers[Total Revenue])
  5. Copy B3 down through B7.
  6. Select range A2:B2. Apply a header style (e.g., Gray Fill with Dark Text).
  7. Select range B3:B7.
  8. Home > Conditional Formatting > Icon Sets > 3 Arrows (Colored):
  9. This assigns a Green Up Arrow for highest revenue, Yellow Sideways Arrow for mid-range, Red Down Arrow for lowest.

Part 3: Data Bars on Customer Transactions (25 pts)

  1. In a third sheet named "DataBars":
  2. A1: type Customer ID, B1 type Name, C1 type Total Revenue, D1 type Purchase Count
  3. Select the entire CustomerData table (Ctrl+T created a table), copy the data.
  4. Paste into A2:D2 of this sheet. Then use PivotTable or manual formulas to aggregate:
  5. B2:B6: Enter customer names for 5 customers of your choice from the imported data.
  6. C2:C6: For each selected customer, enter their Total Revenue (sum all rows matching that customer).
  7. D2:D6: Enter Purchase Count (number of rows for each customer).
  8. Select range C2:C6.
  9. Home > Conditional Formatting > Data Bars > Gradient Fill - Blue. The horizontal bars visually represent revenue magnitude.
  10. Select range D2:D6.
  11. Home > Conditional Formatting > Data Bars > Solid Fill - Green.

Part 4: Color Scales on Revenue Distribution (20 pts)

  1. Select range A3:A7 on the CustomerData sheet.
  2. Home > Conditional Formatting > Color Scales > Green-Yellow-Red.
  3. This creates a heat-map across the Region revenue totals from Practice Part 2.
  4. All data ranges should display with consistent professional formatting: Currency for revenue ($#,##0.00), Number format for counts (#,##0).

Submission Criteria

  • File named exactly [your initials]Practice06.xlsx
  • "CustomerData" sheet: CSV imported successfully via Data > Get Data, converted to Excel Table
  • "Icons" sheet: Region summary with SUMIF and Icon Sets (3 Arrows)
  • "DataBars" sheet: Customer revenue aggregation with Blue data bars on revenue, Green data bars on purchase count
  • "CustomerData" sheet: Color scale (heat-map) applied to a numeric range
  • All currency columns formatted as $#,##0.00; all counts formatted as integers
  • AI Disclosure statement included

→ Back to Week 3\u20134 Homework Portal