Objectives
- Enter data, use SUM, AVERAGE, and a simple IF.
- Format currency and create a column chart.
Theory: Application software, business information systems.
Tasks (55 minutes)
In a workbook named Surname_IT231_Lab4.xlsx:
- Sheet
Sales: products A–E, columns Quantity, Unit Price, Revenue (=Quantity*UnitPrice). - Totals row with
SUMfor Quantity and Revenue;AVERAGEof Unit Price. - Status column:
IFRevenue ≥ 10000 then"High"else"Normal". - Format Revenue as currency (NPR or local).
- Insert a column chart of Product vs Revenue; title the chart.
- Freeze the header row.
Use at least five product rows with invented but realistic numbers.
Deliverable
The .xlsx file. Print the Sales sheet to PDF if required.
Viva
- What is a cell reference? Give a relative and an absolute example.
- Why is a chart useful for managers?
- What does
SUMignore that you still must check by eye? - How is a spreadsheet different from a word-processor table?


