Exercise On Using Excel Functions - Autosum, Product, and Average
Exercise On Using Excel Functions - Autosum, Product, and Average
AVERAGE
Excel provides powerful functions that make calculations easy and efficient. Three
key functions that are often used are AutoSum, PRODUCT, and AVERAGE.
❖ In the Total Cost ($) column, use the PRODUCT function to calculate the total cost for each item.
➢ Example formula for Apples (cell D2):
➢ =PRODUCT(B2, C2)
❖ Drag the fill handle (the small square at the bottom-right corner of the cell) down to copy the formula
for the other items.
❖ In cell B7, use the AutoSum function to calculate the total quantity:
=SUM(B2:B6)
❖ In cell D7, use the AutoSum function to calculate the total cost:
=SUM(D2:D6)
❖ Below the Price per Item ($) column, calculate the AVERAGE price per item (e.g., in cell C8):
=AVERAGE(C2:C6)
❖ Format the numbers in the Price per Item and Total Cost columns as currency.
❖ Bold the headers and apply borders for better visibility.
❖ Save your workbook with an appropriate name (e.g., "Excel Functions Exercise").
CHARTS IN EXCEL
Definition of Charts
A chart is a graphical representation of data, allowing you to visually compare and interpret information.
Charts make it easier to spot trends, patterns, and outliers in large data sets.
Excel offers various chart types that suit different data sets:
1. Column Chart:
○ Displays data as vertical bars.
○ Use Case: Compare values across different categories.
2. Bar Chart:
○ Displays data as horizontal bars.
○ Use Case: Similar to a column chart but useful when category names are long.
3. Line Chart:
○ Shows data trends over time with data points connected by lines.
○ Use Case: Display data changes over time.
○ Example: Monthly sales growth over a year.
4. Pie Chart:
○ Represents data as slices of a pie, with each slice representing a proportion of the whole.
○ Use Case: Show percentage or proportional data.
5. Scatter Plot:
○ Displays individual data points based on two variables.
○ Use Case: Identify correlations or relationships between variables.
6. Area Chart:
○ Similar to a line chart, but the area under the line is filled in, emphasizing the magnitude of
values.
○ Use Case: Show cumulative data trends.
1. Prepare the Data: Ensure that your data is well-organized. Each column should have a heading,
and the data should be clearly labeled.
2. Select the Data: Highlight the data range you want to include in the chart (including the labels).
3. Insert a Chart:
○ Go to the Insert tab on the Excel ribbon.
○ In the Charts group, click on the chart type you wish to create (e.g., Column, Pie, Line).
4. Customize the Chart:
○ Use the Chart Tools tab to modify the chart. You can add titles, change colors, adjust axis
labels, and add gridlines.
5. Finalize the Chart: Adjust the size or move the chart by clicking and dragging its corners.
Example: Let’s say you’ve created a column chart showing the sales data for January to June. Later, you
update the sales figures for May and June. Excel will automatically reflect these changes in the chart.
Steps: