| Month | Sales A | Sales B | Sales C |
|------------|---------|---------|---------|
| April | 1200 | 1100 | 900 |
| May | 900 | 1000 | 800 |
| June | 1300 | 950 | 1050 |
| July | 1100 | 1200 | 850 |
| August | 950 | 800 | 950 |
| September | 1150 | 1050 | 1000 |
| October | 1050 | 900 | 1100 |
| November | 1000 | 1150 | 950 |
| December | 1250 | 1000 | 1200 |
To perform the tasks outlined in Assignment using Excel, follow these step-by-step instructions:
1. Calculate Total Sales for Each Month:
=SUM(B2:D2)
to calculate the total sales for January.
2. Calculate Average Sales Across All Products for Each Month:
=AVERAGE(B2:D2)
to calculate the average sales for January.
3. Count Months where Sales A Exceeded 1000:
=COUNTIF(B2:B4, ">1000")
.
4. Find Highest Sales Value Among All Products for Each Month:
=MAX(B2:D2)
.
5. Create a Line Chart to Visualize Sales Trend:
Insert
tab > Charts
group > Choose Line Chart
> Select a suitable style.