0% found this document useful (0 votes)
10 views7 pages

Practical Data Model

The document provides a dataset of various mobile phone models, including details such as brand, price, storage, RAM, camera resolution, package type, and battery capacity. It also outlines tasks for creating a spreadsheet model in Excel, including data entry, calculating total costs, applying conditional formatting, creating charts, sorting and filtering data, and summarizing key metrics. The instructions guide users through practical Excel functions to analyze the mobile phone dataset effectively.

Uploaded by

sana iqbal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views7 pages

Practical Data Model

The document provides a dataset of various mobile phone models, including details such as brand, price, storage, RAM, camera resolution, package type, and battery capacity. It also outlines tasks for creating a spreadsheet model in Excel, including data entry, calculating total costs, applying conditional formatting, creating charts, sorting and filtering data, and summarizing key metrics. The instructions guide users through practical Excel functions to analyze the mobile phone dataset effectively.

Uploaded by

sana iqbal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

‭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), type‬‭Total‬‭Cost (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 the‬‭Price (USD)‬‭column (C2:C7).‬
‭●‬ ‭Go to the Home tab, click on Conditional Formatting > New Rule.‬
‭●‬ ‭Choose Format cells that contain > Cell Value > greater than > enter‬‭800‬‭. Set the format to fill with‬
‭red color.‬
‭●‬ ‭Repeat the steps for prices less than‬‭600‬‭and set‬‭the format to fill with green color.‬

‭4. Create a Chart‬

‭●‬ ‭Select Data:‬


‭●‬ ‭Highlight the range including‬‭Phone Model‬‭and‬‭Price‬‭(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, choose‬‭Battery (mAh)‬‭from the‬‭dropdown, 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 the‬‭RAM (GB)‬‭column header.‬
‭●‬ ‭Uncheck all boxes except for‬‭8‬‭and‬‭16‬‭to 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, type‬‭Total Number of Phones:‬‭and in the‬‭adjacent cell, enter:‬

‭●‬ excel‬

‭●‬ Copy‬

=COUNTA(A2:A7)‬

‭●‬

‭●‬ ‭Average Price:‬


‭●‬ ‭In the next row, type‬‭Average Price:‬‭and in the adjacent‬‭cell, enter:‬

‭●‬ excel‬

‭●‬ Copy‬

=AVERAGE(C2:C7)‬

‭●‬

‭●‬ ‭Highest Camera Resolution:‬


‭●‬ ‭In the next row, type‬‭Highest Camera Resolution:‬‭and‬‭in the adjacent cell, enter:‬

‭●‬ excel‬

‭●‬ Copy‬

‭●‬ ‭=MAX(F2:F7)‬

You might also like