0% found this document useful (0 votes)
11 views1 page

Assignment 2

The assignment involves creating a spreadsheet for an online store to track monthly sales data for three products over six months. It includes calculating total sales, identifying top-selling products, and visualizing trends with charts. The solution outlines the steps for setting up the table, entering data, and using formulas for calculations and visualizations.

Uploaded by

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

Assignment 2

The assignment involves creating a spreadsheet for an online store to track monthly sales data for three products over six months. It includes calculating total sales, identifying top-selling products, and visualizing trends with charts. The solution outlines the steps for setting up the table, entering data, and using formulas for calculations and visualizations.

Uploaded by

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

ASSIGNMENT: 2

PROBLEM STATEMENT: Create a spreadsheet for a small online store with monthly sales
data for different products. Here's a sample dataset for three products (Product A, Product B,
and Product C) for the first six months of the year: Calculate monthly sales totals, identifies
top-selling products, and visualizes sales trends using line charts or bar graphs. Use
conditional formatting to highlight exceptional sales performances.
Solution:
I. According to the question we should make a table with the column names (month, product
A sales, product B sales, product C sales, total sales, top sailing product).
II. Put random values in month, product A sales, product B sales, product C sales.
III. The formula for total sales(E3) is: =SUM(B3:D3). And used the same formula for other
months.
IV. The formula for top sailing product(F3) is: =MAX(B3:D3)
V. Then made a line chart to visualise the data of sailing products according to the
corresponding month.

You might also like