Introduction
MS Excel is widely used for calculations, data analysis, and record maintenance in banks, offices, and businesses. Questions on basic functions and formulas test your ability to work with numbers efficiently using Excel’s built-in tools.
This pattern is one of the most frequently asked areas in Computer Aptitude because it reflects real-life spreadsheet usage.
Pattern: MS Excel — Basic Functions & Formulas
Pattern
The key idea is to identify the correct Excel function or formula used to perform simple calculations like addition, averaging, counting, and finding maximum or minimum values.
Step-by-Step Example
Question
Which MS Excel function is used to calculate the average of numbers in cells A1 to A5?
- A. SUM(A1:A5)
- B. COUNT(A1:A5)
- C. AVERAGE(A1:A5)
- D. MAX(A1:A5)
Solution
-
Step 1: Understand the calculation requirement
The task is to find the average (mean) of values stored in cells A1 to A5. -
Step 2: Recall common Excel functions
- SUM() → Adds values
- COUNT() → Counts numeric cells
- AVERAGE() → Calculates mean value
- MAX() → Finds highest value
-
Step 3: Match the requirement with the correct function
To calculate the mean, Excel uses the AVERAGE() function. -
Final Answer:
AVERAGE(A1:A5) → Option C -
Quick Check:
AVERAGE adds all values and divides by the count automatically ✅
Quick Variations
• Adding values in cells → SUM()
• Counting numeric entries → COUNT()
• Finding highest value → MAX()
• Finding lowest value → MIN()
• Simple addition → =A1+B1
Trick to Always Use
- Step 1 → Identify what is asked: total, average, count, highest, or lowest.
- Step 2 → Match keywords:
- Total / Sum → SUM()
- Average / Mean → AVERAGE()
- How many numbers → COUNT()
- Highest → MAX()
- Lowest → MIN()
Summary
Summary
- Basic Excel functions handle everyday numerical calculations.
- SUM, AVERAGE, COUNT, MAX, and MIN are the most tested functions.
- Functions always start with an equals sign (=).
- Cell ranges are written using a colon (e.g., A1:A5).
Example to remember:
Total → SUM | Mean → AVERAGE | Highest → MAX | Lowest → MIN
