| Investment
|
Initial
Value
|
Current
Value
|
Return (
%)
|
|------------|---------------|---------------|------------|
| Stock A
|
1000
|
1200
|
|
| Stock B
|
1500
|
1400
|
|
| Stock C
|
800
|
900
|
|
To perform the tasks outlined in Assignment using Excel, follow these step-by-step instructions:
1. Create a Table for Sales Data:
Insert
tab > Table
to convert the range into a table.
2. Calculate Total Sales Revenue for Each Order:
=D2*E2
to calculate the total sales revenue for Order ID 1001.
3. Use INDEX and MATCH Functions to Find Customer Name for Order ID 1003:
=INDEX(B2:B4, MATCH(1003, A2:A4, 0))
.
4. Create a PivotChart for Total Sales by Product Category:
Insert
tab > Charts
group > Choose PivotChart
> Select a suitable style.
5. Use Slicers in the PivotChart to Filter Data:
Insert
tab > Filter
group > Slicer
.