Task Class Work Assignment-1
Task Class Work Assignment-1
i. Data Entry:
a. Create a new Excel workbook.
b. In Sheet1, enter the following data in the specified columns:
i. A1: "Product"
ii. B1: "Price"
iii. C1: "Quantity Sold"
iv. D1: "Total Sales"
c. Fill in the rows below with at least 5 different products, their prices, and
quantities sold.
ii. Basic Formulas:
a. In cell D2, enter a formula to calculate the total sales for the first product (Price *
Quantity Sold).
b. Drag the fill handle down to apply the formula to the rest of the rows in column
D.
c. In cell B8, use the SUM function to calculate the total of the "Price" column.
d. In cell D8, use the SUM function to calculate the total sales of all products.
i. Conditional Formulas:
a. In cell E1, enter "Sales Status".
b. Use the IF function in cell E2 to determine if the total sales are above $500. Label
it as "High" or "Low".
c. Drag the fill handle down to apply the formula to the rest of the rows.
ii. Lookup Function:
a. In cell G1, enter "Enter Product Name".
b. In cell G2, allow the user to input a product name.
c. In cell H1, enter "Price".
d. Use the VLOOKUP function in cell H2 to display the price of the product entered
in G2.
i. Formatting:
a. Format the "Price", "Quantity Sold", and "Total Sales" columns as currency.
b. Use bold headers and color the header row for better visibility.
ii. Charts:
a. Create a bar chart that shows the total sales for each product.
b. Label the chart appropriately and add data labels to the bars.
iii. Sorting and Filtering:
a. Sort the data by "Total Sales" in descending order.
b. Apply a filter to allow easy searching through the products.
1|Page
Section 4: Summary and Reflection
Using your own words describes what you learned from this assignment, focusing on the
formulas used and how data presentation can enhance understanding.
How to Submit:
2|Page