Public Service Commission (PSC)2082 BSQuestion 7 of 9
What is an Electronic Spreadsheet? Explain the features and functions of Microsoft Excel.
10 marks
Question source
- Exam year
- 2082 BS / 2025 AD
- Level
- Level 4
- Paper
- Paper II – Subjective
- Section
- Section B: Long Answer Questions (2 × 10 = 20 marks)
Model answer
An Electronic Spreadsheet is a computer application that organizes data in rows and columns (cells) for calculation, analysis, and visualization. It replaces manual paper-based ledgers and calculation sheets.
Microsoft Excel is the most widely used spreadsheet application, developed by Microsoft as part of the MS Office suite.
Features of Microsoft Excel:
- Cell-based data entry — Data is organized in cells identified by column letter and row number (e.g., A1, B2)
- Formulas and Functions — Built-in mathematical, statistical, logical, and text functions
- Charts and Graphs — Visual representation of data using bar, line, pie, and other chart types
- Data Sorting and Filtering — Arrange data in ascending/descending order and filter by criteria
- Conditional Formatting — Automatically format cells based on their values
- Pivot Tables — Summarize and analyze large datasets dynamically
- Data Validation — Restrict the type of data that can be entered in cells
Common Excel Functions:
| Function | Syntax | Purpose |
|---|---|---|
| SUM | =SUM(A1:A10) | Adds all values in a range |
| AVERAGE | =AVERAGE(A1:A10) | Calculates the mean |
| COUNT | =COUNT(A1:A10) | Counts numeric cells |
| MAX / MIN | =MAX(A1:A10) | Finds largest/smallest value |
| IF | =IF(A1>50,"Pass","Fail") | Conditional logic |
| VLOOKUP | =VLOOKUP(value, range, col, FALSE) | Vertical lookup |
| CONCATENATE | =CONCATENATE(A1," ",B1) | Joins text strings |