| Item | Cost | Revenue | Profit |
|------------|--------|---------|--------|
| Product D | 550 | 820 | |
| Product E | 630 | 950 | |
| Product F | 720 | 1050 | |
| Product G | 680 | 980 | |
| Product H | 590 | 870 | |
| Product I | 660 | 930 | |
| Product J | 710 | 1020 | |
| Product K | 590 | 880 | |
| Product L | 640 | 940 | |
| Product M | 600 | 910 | |
To perform the tasks outlined in Assignment using Excel, follow these step-by-step instructions:
1. Calculate Profit for Each Product:
=C2-B2
to calculate the profit for Product A.
2. Calculate Total Cost and Total Revenue:
=SUM(B2:B4)
to calculate the total cost.=SUM(C2:C4)
to calculate the total revenue.
3. Categorize Products as Profitable or Not Profitable:
=IF(D2>0, "Profitable", "Not Profitable")
.
4. Create a Pie Chart for Profitable vs. Not Profitable Products:
Insert
tab > Charts
group > Choose Pie Chart
> Select a suitable style.
5. Format Financial Statement:
Home
tab > Number
group > Apply Currency
format to Cost, Revenue, and Profit columns.Percentage
.