Study Portal Logo Infokept Career Hub

MS Excel Functions in Hindi – All Categories

Updated: 1 Apr 2026, 10:30:32

MS Excel Functions in Hindi

MS Excel Functions Excel का सबसे powerful हिस्सा हैं, जो साधारण डेटा को intelligent और meaningful जानकारी में बदल देते हैं। Excel में आज के समय में 500+ से अधिक built-in functions उपलब्ध हैं, जिनकी मदद से आप सेकंडों में complex calculations कर सकते हैं।

आज के competitive environment में Excel Functions का ज्ञान COPA ट्रेड trainees, students, accountants, data analysts, bankers और office professionals के लिए अनिवार्य skill बन चुका है। Excel Functions के बिना Excel सिर्फ एक साधारण table होता है, लेकिन Functions इसे एक analysis tool, automation tool और decision-making system बना देते हैं।

👉 Practice के लिए MCQs और PYQs देखें:
👉 https://pyqs.infokept.in

👉 Government job updates के लिए:
👉 https://jobs.infokept.in


Excel Functions क्या होते हैं? (What are Excel Functions?)

Excel Function एक predefined formula होता है, जो किसी specific task को automatically perform करता है।

Structure (Syntax) of Function

 
=FUNCTIONNAME(arguments)
 

Example:

 
=SUM(A1:A10)
 

👉 यह A1 से A10 तक सभी numbers को जोड़ता है।

Excel Functions के फायदे

  • Manual calculation की जरूरत खत्म
  • Speed और accuracy बढ़ती है
  • Large data handle करना आसान

1. Mathematical Functions (गणितीय Functions)

क्या हैं?

ये functions basic और advanced mathematical calculations के लिए उपयोग होते हैं।

मुख्य Functions और उनका उपयोग

SUM()

  • Range के numbers को जोड़ता है
  • Example:
 
=SUM(A1:A5)
 

PRODUCT()

  • Numbers को multiply करता है
 
=PRODUCT(A1:A5)
 

ROUND()

  • Decimal value को round करता है
 
=ROUND(25.678,2)
 

ABS()

  • Negative number को positive बनाता है
 
=ABS(-10) → 10
 

Real-Life Use

  • Marks total करना
  • Bill calculation
  • Financial data processing

2. Statistical Functions (सांख्यिकीय Functions)

क्या हैं?

ये functions data का analysis करने के लिए उपयोग होते हैं।

मुख्य Functions

AVERAGE()

  • Average निकालता है
 
=AVERAGE(A1:A10)
 

COUNT()

  • Numbers की गिनती करता है
 
=COUNT(A1:A10)
 

MAX()

  • सबसे बड़ा value देता है

MIN()

  • सबसे छोटा value देता है

Use Cases

  • Student result analysis
  • Survey data analysis
  • Performance tracking

3. Logical Functions (तार्किक Functions)

क्या हैं?

ये functions condition पर आधारित result देते हैं।

मुख्य Functions

IF()

 
=IF(A1>50,"Pass","Fail")
 

AND()

  • सभी conditions true होनी चाहिए

OR()

  • एक condition true हो तो भी true

Real-Life Example

  • Result system (Pass/Fail)
  • Salary condition
  • Bonus calculation

4. Text Functions (टेक्स्ट Functions)

क्या हैं?

Text data को manipulate करने के लिए उपयोग होते हैं।

मुख्य Functions

LEN()

  • Text की length बताता है
 
=LEN("India") → 5
 

LEFT() / RIGHT()

  • Text के characters निकालना

CONCAT()

  • Text को जोड़ना
 
=CONCAT(A1,B1)
 

Use Cases

  • Name formatting
  • Data cleaning
  • Report generation

5. Date & Time Functions

क्या हैं?

Date और time related calculations के लिए उपयोग होते हैं।

मुख्य Functions

TODAY()

  • Current date देता है

NOW()

  • Current date + time

DAY(), MONTH(), YEAR()

  • Date को parts में divide करता है

Real-Life Use

  • Attendance system
  • Age calculation
  • Project deadlines

6. Financial Functions

क्या हैं?

Finance और banking calculations के लिए उपयोग होते हैं।

मुख्य Functions

PMT()

  • EMI calculate करता है

FV()

  • Future value

PV()

  • Present value

Use Cases

  • Loan calculation
  • Investment planning
  • Budget analysis

7. Lookup & Reference Functions

क्या हैं?

डेटा को search और retrieve करने के लिए उपयोग होते हैं।

मुख्य Functions

VLOOKUP()

 
=VLOOKUP(A2,B2:D10,2,FALSE)
 

HLOOKUP()

  • Horizontal search

INDEX() + MATCH()

  • Advanced search

Use Cases

  • Employee database
  • Student records
  • Inventory system

8. Database Functions

क्या हैं?

Database जैसे structured data पर काम करने के लिए।

मुख्य Functions

  • DSUM()
  • DCOUNT()

Use Cases

  • बड़े dataset analysis
  • Filtering data

9. Engineering Functions

क्या हैं?

Technical और engineering calculations के लिए।

Use Cases

  • Binary conversion
  • Engineering calculations

10. Information Functions

क्या हैं?

Data की type और condition check करने के लिए।

मुख्य Functions

ISNUMBER()

  • Check करता है कि value number है या नहीं

ISBLANK()

  • Blank cell check

Key Points Summary

  • Excel में 500+ functions होते हैं
  • 10 major categories में divided
  • Data analysis और automation में उपयोगी
  • Logical और Lookup functions सबसे important

Uses / Applications

  • School result preparation
  • Business reporting
  • Data analysis
  • Financial planning
  • Office automation

Advantages & Disadvantages

✅ Advantages

  • Fast calculation
  • High accuracy
  • Automation
  • Large data handling

❌ Disadvantages

  • Beginners के लिए कठिन
  • गलत formula से error
  • Complex formulas समझना मुश्किल

Conclusion (निष्कर्ष)

Excel Functions सीखना आज के समय में एक essential skill है। यदि आप सभी categories के functions को अच्छे से समझ लेते हैं, तो आप data analysis, automation और reporting में expert बन सकते हैं। यह skill आपको नौकरी और career growth में बहुत मदद करेगी।


FAQs (अक्सर पूछे जाने वाले प्रश्न)

1. Excel Function क्या है?

यह एक predefined formula होता है जो calculation करता है।

2. Excel में कितने Functions होते हैं?

500+ Functions उपलब्ध हैं।

3. SUM Function क्या करता है?

Numbers को जोड़ता है।

4. IF Function क्या है?

Condition based result देता है।

5. VLOOKUP क्या है?

Data search करने का function है।

6. COUNT Function क्या करता है?

Numbers की गिनती करता है।

7. TODAY Function क्या है?

आज की तारीख दिखाता है।

8. CONCAT Function क्या करता है?

Text को जोड़ता है।

9. Logical Functions क्यों जरूरी हैं?

Decision making के लिए।

10. Excel Functions कहाँ उपयोग होते हैं?

Education, business, finance आदि में।


Practice Questions (अभ्यास प्रश्न)

  1. Excel Function क्या है?
  2. SUM Function का उपयोग क्या है?
  3. IF Function का syntax लिखिए
  4. VLOOKUP क्या है?
  5. COUNT और COUNTA में अंतर
  6. Text Functions क्या हैं?
  7. Date Functions क्या हैं?
  8. Logical Functions के उदाहरण
  9. Financial Functions क्या हैं?
  10. MAX और MIN क्या करते हैं?
  11. INDEX क्या है?
  12. MATCH क्या है?
  13. Excel Functions का महत्व
  14. CONCAT क्या करता है?
  15. Excel Functions के उपयोग लिखिए

👉 अधिक MCQs और Practice के लिए:
👉 https://pyqs.infokept.in

👉 सरकारी नौकरी अपडेट के लिए:
👉 https://jobs.infokept.in

About Author

Swarnim Raj - Author Infokept Career Hub

Swarnim Raj

Author & Career Content Writer

Experienced education and career writer at Infokept Career Hub, creating simple, research-based guides for students and government job aspirants.

Search Related Topics