Phone Model Brand Price Storage AM
R Camera Package Battery (mAh)
( USD) (GB) (GB) (MP) Type
iPhone 14 Apple 999 128 6 12 Standard 3279
Galaxy S23 Samsung 849 256 8 50 Premium 3900
Pixel 7 Google 599 128 8 50 Standard 4355
OnePlus 11 OnePlus 799 256 16 50 Premium 5000
Xiaomi 13 Xiaomi 749 128 8 50 Standard 4500
alaxy Z
G Samsung 999 256 8 12 Premium 3700
Flip 4
Campus Rangers Learning Center
ICT Unit: 3.1 Creating a spreadsheet model.(Practical Worksheet)
Name: _______________________ Grade 8:______________
Tasks to Perform in Excel
● Data Entry:
● Enter the data into an Excel spreadsheet.
● Calculate Total Cost:
● Create a new column titled "Total Cost (for 2 Years)" and calculate the total cost assuming a monthly
payment plan (e.g., total cost = Price + (Monthly Fee * 24)). Assume a monthly fee of 20% of the price.
● Conditional Formatting:
● Apply conditional formatting to highlight phones priced above $800 in red and those below $600 in green.
● Create a Chart:
● Create a column chart that displays the price of each phone model.
● Sort Data:
● Sort the data based on "Battery (mAh)" in descending order.
● Filter Data:
● Use filters to display only phones with more than 8GB of RAM.
● Create a Summary:
● Create a summary section that shows:
● The total number of phones.
● The average price of all phones.
● The highest camera resolution available.
Excel Tutorial for Mobile Phones Dataset
1. Data Entry
● Open Excel: Launch Microsoft Excel.
● Create a New Workbook: Click on "Blank Workbook."
● Enter Data:
● In the first row, enter the headers:Phone Model,Brand,Price (USD),Storage (GB),RAM (GB),Camera
,Package Type,Battery (mAh).
(MP)
● Fill in the data below the headers as provided in the sample dataset.
2. Calculate Total Cost
● Add a New Column:
● In the next empty column (e.g., Column I), typeTotalCost (for 2 Years)in the first row.
● Enter Formula:
● In the cell below the header (e.g., I2), enter the formula:
● excel
● Copy
=C2 + (C2 * 0.2 * 24)
●
● This calculates the total cost assuming a monthly payment plan (20% of the price for 24 months).
● Copy the Formula:
● Drag the fill handle (small square at the bottom-right corner of the cell) down to apply the formula
to the rest of the rows.
3. Conditional Formatting
● Highlight Prices:
● Select thePrice (USD)column (C2:C7).
● Go to the Home tab, click on Conditional Formatting > New Rule.
● Choose Format cells that contain > Cell Value > greater than > enter800. Set the format to fill with
red color.
● Repeat the steps for prices less than600and setthe format to fill with green color.
4. Create a Chart
● Select Data:
● Highlight the range includingPhone ModelandPrice(USD)(A1:B7).
● Insert Chart:
● Go to the Insert tab, select Column Chart from the Charts group, and choose a 2-D Column chart.
● Customize Chart:
● Click on the chart to add titles and adjust the design as needed.
5. Sort Data
● Select Data:
● Click anywhere in the dataset.
● Sort:
● Go to the Data tab, click on Sort.
● In the Sort dialog, chooseBattery (mAh)from thedropdown, select Largest to Smallest, and click
OK.
6. Filter Data
● Enable Filtering:
● Click on the header row, go to the Data tab, and click on Filter.
● Apply Filter:
● Click the dropdown arrow in theRAM (GB)column header.
● Uncheck all boxes except for8and16to show only phones with more than 8GB of RAM.
7. Create a Summary
● Summary Section:
● Choose an empty area in the worksheet to create the summary.
● Total Number of Phones:
● In a cell, typeTotal Number of Phones:and in theadjacent cell, enter:
● excel
● Copy
=COUNTA(A2:A7)
●
● Average Price:
● In the next row, typeAverage Price:and in the adjacentcell, enter:
● excel
● Copy
=AVERAGE(C2:C7)
●
● Highest Camera Resolution:
● In the next row, typeHighest Camera Resolution:andin the adjacent cell, enter:
● excel
● Copy
● =MAX(F2:F7)