0
0

MS Excel — Basic Functions & Formulas

Introduction

MS Excel banks, offices, और businesses में calculations, data analysis, और record maintenance के लिए व्यापक रूप से उपयोग किया जाता है। basic functions और formulas से जुड़े questions यह test करते हैं कि आप Excel के built-in tools का उपयोग करके numbers के साथ कितनी efficiently काम कर सकते हैं।

यह pattern Computer Aptitude में सबसे ज़्यादा पूछे जाने वाले areas में से एक है, क्योंकि यह real-life spreadsheet usage को reflect करता है।

Pattern: MS Excel — Basic Functions & Formulas

Pattern

मुख्य idea यह है कि simple calculations जैसे addition, averaging, counting, और maximum या minimum values निकालने के लिए सही Excel function या formula को identify किया जाए।

Step-by-Step Example

Question

cells A1 से A5 तक मौजूद numbers का average calculate करने के लिए कौन-सा MS Excel function उपयोग किया जाता है?

  • A. SUM(A1:A5)
  • B. COUNT(A1:A5)
  • C. AVERAGE(A1:A5)
  • D. MAX(A1:A5)

Solution

  1. Step 1: Calculation requirement को समझें

    यहाँ task cells A1 से A5 में stored values का average (mean) निकालना है।
  2. Step 2: Common Excel functions याद करें

    • SUM() → values को add करता है
    • COUNT() → numeric cells की गिनती करता है
    • AVERAGE() → mean value calculate करता है
    • MAX() → सबसे बड़ी value find करता है
  3. Step 3: Requirement को सही function से match करें

    mean calculate करने के लिए Excel में AVERAGE() function का उपयोग किया जाता है।
  4. Final Answer:

    AVERAGE(A1:A5) → Option C
  5. Quick Check:

    AVERAGE() function सभी values को add करके अपने आप count से divide कर देता है ✅

Quick Variations

• cells में values जोड़ना → SUM()

• numeric entries की गिनती → COUNT()

• सबसे बड़ी value निकालना → MAX()

• सबसे छोटी value निकालना → MIN()

• simple addition → =A1+B1

Trick to Always Use

  • Step 1 → पहले पहचानें कि क्या पूछा गया है: total, average, count, highest, या lowest।
  • Step 2 → keywords को match करें:
    • Total / Sum → SUM()
    • Average / Mean → AVERAGE()
    • कितने numbers → COUNT()
    • Highest → MAX()
    • Lowest → MIN()

Summary

Summary

  • Basic Excel functions रोज़मर्रा की numerical calculations handle करते हैं।
  • SUM, AVERAGE, COUNT, MAX, और MIN सबसे ज़्यादा tested functions हैं।
  • Functions हमेशा equals sign (=) से शुरू होते हैं।
  • Cell ranges colon (:) का उपयोग करके लिखे जाते हैं (जैसे A1:A5)।

याद रखने का example:
Total → SUM | Mean → AVERAGE | Highest → MAX | Lowest → MIN

Practice

(1/5)
1. Which MS Excel function is used to add all the numeric values present in cells B1 to B10?
easy
A. SUM(B1:B10)
B. COUNT(B1:B10)
C. AVERAGE(B1:B10)
D. MAX(B1:B10)

Solution

  1. Step 1: Identify the requirement

    The task is to add all numeric values in the given range.
  2. Step 2: Recall Excel functions

    SUM() is used to calculate the total of values.
  3. Final Answer:

    SUM(B1:B10) → Option A.
  4. Quick Check:

    SUM adds all values in the selected cells automatically ✅
Hint: Total of numbers always means SUM().
Common Mistakes: Choosing AVERAGE instead of calculating total.
2. Which MS Excel function counts only the numeric entries in a selected range of cells?
easy
A. COUNTA()
B. COUNT()
C. SUM()
D. MIN()

Solution

  1. Step 1: Understand what needs to be counted

    The question specifies counting numeric values only.
  2. Step 2: Match with Excel counting functions

    COUNT() counts cells that contain numbers.
  3. Final Answer:

    COUNT() → Option B.
  4. Quick Check:

    Text cells are ignored by COUNT() ✅
Hint: Numbers only = COUNT().
Common Mistakes: Confusing COUNT() with COUNTA().
3. Which MS Excel function is used to find the largest value from cells C1 to C8?
easy
A. MIN(C1:C8)
B. AVERAGE(C1:C8)
C. MAX(C1:C8)
D. SUM(C1:C8)

Solution

  1. Step 1: Identify the requirement

    The task is to find the highest value.
  2. Step 2: Recall comparison functions

    MAX() returns the largest number in a range.
  3. Final Answer:

    MAX(C1:C8) → Option C.
  4. Quick Check:

    MAX always outputs the greatest numeric value ✅
Hint: Highest value = MAX().
Common Mistakes: Choosing SUM instead of MAX.
4. Which MS Excel function is used to determine the smallest value in a range of cells?
medium
A. MAX()
B. AVERAGE()
C. COUNT()
D. MIN()

Solution

  1. Step 1: Understand the comparison requirement

    The task is to find the lowest value.
  2. Step 2: Match with correct function

    MIN() returns the smallest number.
  3. Final Answer:

    MIN() → Option D.
  4. Quick Check:

    MIN compares all values and selects the smallest ✅
Hint: Lowest number = MIN().
Common Mistakes: Selecting MAX instead of MIN.
5. Which MS Excel formula correctly adds the values in cell A1 and B1?
medium
A. =SUM(A1,B1)
B. =A1+B1
C. =ADD(A1:B1)
D. =TOTAL(A1,B1)

Solution

  1. Step 1: Identify the operation

    The task is to add two specific cells.
  2. Step 2: Recall basic Excel formulas

    Excel allows direct arithmetic using + operator.
  3. Final Answer:

    =A1+B1 → Option B.
  4. Quick Check:

    The + operator performs direct addition in Excel ✅
Hint: Two-cell addition = A1 + B1.
Common Mistakes: Using non-existent functions like ADD or TOTAL.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes