Lab 02
profit.xlsx
Monthly income, expenses, and profit data for 2023–2024 across three sales people: Nassar, Khaled, and Hamad. Complete all the summary tables on the right side of the sheet using what you learned in Topic 02.
profit.xlsx
Monthly income, expenses, and profit data for 2023–2024 across three sales people. Complete all the summary tables on the right side of the sheet, then check your answers below.
Download profit.xlsxTask 1 — Calculate the Profit Column
Column E (Profit) is empty. Fill it using Income minus Expenses.
Task 2 — Summary Tables
SUM of the entire Profit column.SUMIF on the Sales person column, Profit as sum range.$ (absolute reference from Topic 01).AVERAGE, MAX, MIN.SUMIF on the year column.Check your answers
| Item | Your answer |
|---|---|
| Total profit |
| Sales Person | Profit | % of Total |
|---|---|---|
| Nassar | ||
| Khaled | ||
| Hamad |
| Metric | Your answer |
|---|---|
| Average Income | |
| Max Expenses | |
| Min Profits |
| Year | Profit |
|---|---|
| 2023 | |
| 2024 |
The cross-table (Sales person × Year) requires matching two conditions simultaneously. SUMIF handles one — so we use SUMIFS.
Example — Nassar's profit in 2023:
Use mixed references for the full grid — $A2 locks the name column, B$1 locks the year row — so one formula copies across all cells.
| Sales Person | 2023 | 2024 |
|---|---|---|
| Nassar | ||
| Khaled | ||
| Hamad |