=SUM(A1:A4) A1: 10 A2: 20 A3: 30 A4: 40 Result → 100
Use cases
  • Sum sales for a day
  • Total expenses in a column
⚠️ Important
  • SUM ignores text cells.
  • Include correct range to avoid missing values.

SUM

Formula: =SUM(A1:A4)
How to Use (कैसे उपयोग करें)
Add numbers in a range. Example: =SUM(A1:A4) adds values A1..A4.
रेंज के सभी नंबर जोड़ने के लिए उपयोग करें।
Example (उदाहरण)
=SUM(A1:A4) → 10+20+30+40 = 100
Explanation (स्पष्टीकरण)
English:
  1. Add all numbers in the given range A1:A4.
  2. If any cell contains text, it is ignored.
Hindi:
  1. दिए गए रेंज A1:A4 में सभी नंबर जोड़ें।
  2. यदि कोई सेल टेक्स्ट है तो उसे अनदेखा किया जाता है।
=AVERAGE(A1:A5) 10, 20, 30, 40, 50 Result → 30
Use cases
  • Find average marks
  • Average sales per month
⚠️ Important
  • AVERAGE ignores non-numeric cells.
  • Empty cells are ignored in calculation.

AVERAGE

Formula: =AVERAGE(A1:A5)
How to Use (कैसे उपयोग करें)
Calculates the mean of numbers in a range.
रेंज में दिए गए नंबरों की औसत निकालता है।
Example (उदाहरण)
=AVERAGE(A1:A5) → (10+20+30+40+50)/5 = 30
Explanation (स्पष्टीकरण)
English:
  1. Adds all numeric values and divides by count of numeric cells.
  2. Non-numeric or blank cells are ignored.
Hindi:
  1. सभी numeric मान जोड़कर उनकी संख्या से भाग देता है।
  2. टेक्स्ट या खाली सेल्स को अनदेखा किया जाता है।
=COUNT(A1:A5) 10, "a", 30, "", 50 Result → 3
Use cases
  • Count numeric entries
  • Count valid numbers in dataset
⚠️ Important
  • Counts only numeric cells, not text.

COUNT

Formula: =COUNT(A1:A5)
How to Use (कैसे उपयोग करें)
Counts numeric cells in a range.
किसी रेंज में केवल numeric एंट्रीज़ गिनने के लिए उपयोग करें।
Example (उदाहरण)
=COUNT(A1:A5) where A contains (10, "a", 30, "", 50) → 3
Explanation (स्पष्टीकरण)
English:
  1. Counts only numeric values in the provided range.
  2. Text entries and blanks are ignored.
Hindi:
  1. केवल numeric मानों की गिनती करता है।
  2. टेक्स्ट और खाली सेल्स को अनदेखा किया जाता है।
=COUNTA(A1:A5) 10, "a", 30, "", "hello" Result → 4
Use cases
  • Count filled cells
  • Check how many entries exist
⚠️ Important
  • Counts both text and numbers (non-blank cells).

COUNTA

Formula: =COUNTA(A1:A5)
How to Use (कैसे उपयोग करें)
Counts non-empty cells including text and numbers.
खाली नहीं रहने वाले सभी सेल्स गिनने के लिए उपयोग करें।
Example (उदाहरण)
=COUNTA(A1:A5) where A contains (10, "a", 30, "", "hello") → 4
Explanation (स्पष्टीकरण)
English:
  1. Counts all non-empty cells (text or numbers).
  2. Useful to know how many entries exist in a list.
Hindi:
  1. सभी non-empty सेल्स की गिनती करता है।
  2. लिस्ट में कुल entries जानने के लिए उपयोगी।
=COUNTBLANK(A1:A5) 10, "", 30, "", 50 Result → 2
Use cases
  • Find missing entries
  • Count empty responses in form
⚠️ Important
  • Counts only truly blank cells; cells with formula returning "" are considered blank.

COUNTBLANK

Formula: =COUNTBLANK(A1:A5)
How to Use (कैसे उपयोग करें)
Counts empty cells in a range.
रेंज में खाली सेल्स की संख्या जानने के लिए उपयोग करें।
Example (उदाहरण)
=COUNTBLANK(A1:A5) where A contains (10, "", 30, "", 50) → 2
Explanation (स्पष्टीकरण)
English:
  1. Counts cells that are empty in the specified range.
  2. Useful to spot missing data.
Hindi:
  1. निर्दिष्ट रेंज में खाली सेल्स को गिनता है।
  2. गायब डेटा पहचानने में उपयोगी।
=MAX(A1:A5) 5, 12, 9, 20, 3 Result → 20
Use cases
  • Find highest sale
  • Get maximum score
⚠️ Important
  • MAX ignores text cells.

MAX

Formula: =MAX(A1:A5)
How to Use (कैसे उपयोग करें)
Returns the largest value in a range.
रेंज का सबसे बड़ा मान देता है।
Example (उदाहरण)
=MAX(A1:A5) with (5,12,9,20,3) → 20
Explanation (स्पष्टीकरण)
English:
  1. Finds the maximum numeric value in the range.
  2. Useful to identify top performer or max sale.
Hindi:
  1. रेंज का सबसे बड़ा संख्या मान देता है।
  2. टॉप performer या अधिकतम बिक्री पहचानने में उपयोगी।
=MIN(A1:A5) 5, 12, 9, 20, 3 Result → 3
Use cases
  • Find lowest price
  • Identify minimum score
⚠️ Important
  • MIN ignores non-numeric cells.

MIN

Formula: =MIN(A1:A5)
How to Use (कैसे उपयोग करें)
Returns the smallest value in a range.
रेंज का सबसे छोटा मान देता है।
Example (उदाहरण)
=MIN(A1:A5) with (5,12,9,20,3) → 3
Explanation (स्पष्टीकरण)
English:
  1. Returns the minimum numeric value in the range.
  2. Useful for identifying lowest value or minimum cost.
Hindi:
  1. रेंज का सबसे छोटा संख्या मान लौटाता है।
  2. न्यूनतम लागत या सबसे कम मान पहचानने में उपयोगी।
=IF(A1>50,"Pass","Fail") A1 = 60 Result → Pass
Use cases
  • Pass/Fail based on score
  • Apply conditional text based on value
⚠️ Important
  • IF returns only one of two results; nest for multi-condition.

IF

Formula: =IF(condition, value_if_true, value_if_false)
How to Use (कैसे उपयोग करें)
Return a value based on a condition.
शर्त के आधार पर मान लौटाने के लिए उपयोग करें।
Example (उदाहरण)
=IF(A1>50,"Pass","Fail") where A1=60 → Pass
Explanation (स्पष्टीकरण)
English:
  1. Check the condition (A1>50).
  2. If true return "Pass", else return "Fail".
Hindi:
  1. शर्त की जाँच करें (A1>50)।
  2. यदि सच हो तो "Pass" वरना "Fail" लौटाएँ।
=AND(A1>0,B1>0) A1=5, B1=10 Result → TRUE
Use cases
  • Check multiple conditions together
  • Validate that all criteria are met
⚠️ Important
  • All conditions must be TRUE to return TRUE.

AND

Formula: =AND(cond1,cond2,...)
How to Use (कैसे उपयोग करें)
Returns TRUE if all conditions are TRUE.
यदि सभी शर्तें सही हों तो TRUE लौटाता है।
Example (उदाहरण)
=AND(A1>0,B1>0) with A1=5,B1=10 → TRUE
Explanation (स्पष्टीकरण)
English:
  1. Evaluate each condition; if all are true returns TRUE.
  2. If any condition is false returns FALSE.
Hindi:
  1. हर शर्त को जाँचें; सभी सही हों तो TRUE देता है।
  2. कोई भी गलत हो तो FALSE लौटाता है।
=OR(A1>10,B1>10) A1=5, B1=12 Result → TRUE
Use cases
  • Check if any condition is met
  • Apply OR logic in filters
⚠️ Important
  • Returns TRUE if any condition is TRUE.

OR

Formula: =OR(cond1,cond2,...)
How to Use (कैसे उपयोग करें)
Return TRUE if any condition is TRUE.
यदि कोई भी शर्त सही हो तो TRUE लौटाता है।
Example (उदाहरण)
=OR(A1>10,B1>10) with A1=5,B1=12 → TRUE
Explanation (स्पष्टीकरण)
English:
  1. Checks each condition; if at least one is true returns TRUE.
  2. Useful for multi-criteria where any match is acceptable.
Hindi:
  1. हर शर्त जाँचें; कोई भी सच्ची हो तो TRUE देता है।
  2. किसी भी शर्त के पूरा होने पर उपयोगी।
=NOT(A1>10) A1=5 Result → TRUE
Use cases
  • Reverse a boolean condition
  • Toggle TRUE to FALSE
⚠️ Important
  • NOT simply inverts a boolean result.

NOT

Formula: =NOT(condition)
How to Use (कैसे उपयोग करें)
Reverse a boolean result; TRUE becomes FALSE and vice versa.
बूलियन रिज़ल्ट को उलटने के लिए उपयोग करें।
Example (उदाहरण)
=NOT(A1>10) with A1=5 → TRUE
Explanation (स्पष्टीकरण)
English:
  1. Evaluate the condition then return its opposite.
  2. Useful in conditional formulas to invert logic.
Hindi:
  1. शर्त को जाँचें और इसका उल्टा परिणाम लौटाएँ।
  2. लॉजिक उलटना हो तो उपयोगी।
=SUMIF(A2:A6, "East", C2:C6) Regions: East, West, East... Result → 2500
Use cases
  • Sum sales for specific region
  • Sum values matching single condition
⚠️ Important
  • SUMIF supports one criterion; use SUMIFS for multiple.

SUMIF

Formula: =SUMIF(range, criteria, [sum_range])
How to Use (कैसे उपयोग करें)
Sum values where a condition is met.
किसी शर्त पर खरे उतरने वाले मानों का योग निकालता है।
Example (उदाहरण)
=SUMIF(A2:A6,"East",C2:C6) → sums C where A="East".
Explanation (स्पष्टीकरण)
English:
  1. Check each cell in range A2:A6 for "East".
  2. Sum corresponding values from C2:C6 where condition matches.
Hindi:
  1. A2:A6 में "East" खोजें।
  2. मिलने पर C2:C6 के संबंधित मानों का योग करें।
=COUNTIF(A2:A6,">0") Values: 10, -5, 20, 0 Result → 2
Use cases
  • Count items above threshold
  • Count positive values
⚠️ Important
  • COUNTIF uses single criterion and supports wildcards for text.

COUNTIF

Formula: =COUNTIF(range, criteria)
How to Use (कैसे उपयोग करें)
Count cells that meet a single condition.
एक शर्त के अनुसार सेल्स की गिनती करता है।
Example (उदाहरण)
=COUNTIF(A2:A6,">0") → counts positive numbers.
Explanation (स्पष्टीकरण)
English:
  1. Apply the single criterion to each cell and count matches.
  2. Works with numeric and text conditions (use quotes for operators).
Hindi:
  1. प्रत्येक सेल पर एक शर्त लागू करें और मिलान गिनें।
  2. न्यूमेरिक और टेक्स्ट दोनों शर्तों के साथ काम करता है।
=ROUND(3.14159,2) Value: 3.14159 Result → 3.14
Use cases
  • Round prices to 2 decimals
  • Format numbers for display
⚠️ Important
  • ROUND follows standard rounding rules (.5 up).

ROUND

Formula: =ROUND(number, num_digits)
How to Use (कैसे उपयोग करें)
Round a number to specified decimal places.
नंबर को दिए गए दशमलव स्थानों तक गोल करें।
Example (उदाहरण)
=ROUND(3.14159,2) → 3.14
Explanation (स्पष्टीकरण)
English:
  1. Round the number to the specified number of digits.
  2. Useful for formatting and calculations requiring limited decimals.
Hindi:
  1. नंबर को निर्दिष्ट दशमलव स्थान तक गोल करें।
  2. फॉर्मैटिंग और सीमित दशमलव में गणना के लिए उपयोगी।
=ROUNDUP(2.31,1) Value: 2.31 Result → 2.4
Use cases
  • Always round up prices
  • Ceiling for quantities
⚠️ Important
  • ROUNDUP always increases the value.

ROUNDUP

Formula: =ROUNDUP(number, num_digits)
How to Use (कैसे उपयोग करें)
Round number up (always away from zero) to specified digits.
नंबर को हमेशा ऊपर की ओर गोल करें।
Example (उदाहरण)
=ROUNDUP(2.31,1) → 2.4
Explanation (स्पष्टीकरण)
English:
  1. Always rounds the number up to the specified decimals.
  2. Useful for pricing or minimum quantity rules.
Hindi:
  1. नंबर को निर्दिष्ट दशमलव तक हमेशा ऊपर की ओर गोल करता है।
  2. मूल्य निर्धारण या न्यूनतम मात्रा नियमों के लिए उपयोगी।
=ROUNDDOWN(2.79,1) Value: 2.79 Result → 2.7
Use cases
  • Always round down quantities
  • Floor values for conservative estimates
⚠️ Important
  • ROUNDDOWN always decreases the value towards zero.

ROUNDDOWN

Formula: =ROUNDDOWN(number, num_digits)
How to Use (कैसे उपयोग करें)
Round number down to specified decimals.
नंबर को नीचे की ओर गोल करें।
Example (उदाहरण)
=ROUNDDOWN(2.79,1) → 2.7
Explanation (स्पष्टीकरण)
English:
  1. Always rounds the number down to specified digits.
  2. Use when you prefer conservative rounding.
Hindi:
  1. नंबर को निर्दिष्ट दशमलव तक नीचे की ओर गोल करता है।
  2. संरक्षित (conservative) अवकलन के लिए उपयोगी।
=INT(4.9) Value: 4.9 Result → 4
Use cases
  • Get integer part of number
  • Remove decimal part
⚠️ Important
  • INT truncates towards negative infinity for negative numbers.

INT

Formula: =INT(number)
How to Use (कैसे उपयोग करें)
Return integer part by removing decimals.
दशमलव हटाकर पूर्णांक भाग लौटाता है।
Example (उदाहरण)
=INT(4.9) → 4
Explanation (स्पष्टीकरण)
English:
  1. Removes decimal portion and returns integer part.
  2. Note: for negative numbers it rounds down (e.g., INT(-4.2) = -5).
Hindi:
  1. दशमलव भाग हटाकर पूर्णांक देता है।
  2. नकारात्मक में नीचे की ओर गोल करता है (INT(-4.2) = -5)।
=ABS(-45) Value: -45 Result → 45
Use cases
  • Get absolute value for differences
  • Work with magnitudes
⚠️ Important
  • ABS returns non-negative magnitude.

ABS

Formula: =ABS(number)
How to Use (कैसे उपयोग करें)
Return absolute (non-negative) value of a number.
किसी संख्या का परिमाण (non-negative) लौटाता है।
Example (उदाहरण)
=ABS(-45) → 45
Explanation (स्पष्टीकरण)
English:
  1. Convert negative to positive; returns magnitude only.
  2. Useful in difference calculations where sign is irrelevant.
Hindi:
  1. नकारात्मक को सकारात्मक में बदलकर परिमाण लौटाता है।
  2. जिन गणनाओं में चिन्ह अहम नहीं होता वहां उपयोगी।
=TODAY() Returns current date Result → (e.g., 2025-11-13)
Use cases
  • Insert current date in reports
  • Compute age or days difference
⚠️ Important
  • TODAY is volatile — updates each day.

TODAY

Formula: =TODAY()
How to Use (कैसे उपयोग करें)
Returns current date (no time).
वर्तमान तिथि लौटाता है (समय नहीं)।
Example (उदाहरण)
=TODAY() → 2025-11-13 (example)
Explanation (स्पष्टीकरण)
English:
  1. Returns the current date from system clock.
  2. Useful for dynamic reports or timestamps.
Hindi:
  1. सिस्टम घड़ी से वर्तमान तिथि लौटाता है।
  2. डायनामिक रिपोर्ट्स और टाइमस्टैम्प के लिए उपयोगी।
=NOW() Returns current date & time Result → 2025-11-13 21:00
Use cases
  • Timestamp logs
  • Dynamic time-based calculations
⚠️ Important
  • NOW updates continuously (volatile).

NOW

Formula: =NOW()
How to Use (कैसे उपयोग करें)
Returns current date and time.
वर्तमान तिथि और समय लौटाता है।
Example (उदाहरण)
=NOW() → 2025-11-13 21:00 (example)
Explanation (स्पष्टीकरण)
English:
  1. Returns current system date and time.
  2. Useful for timestamps and time calculations.
Hindi:
  1. सिस्टम की वर्तमान तिथि और समय देता है।
  2. टाइमस्टैम्प और समय-आधारित गणनाओं के लिए उपयोगी।
=DATE(2025,11,13) Year:2025 Month:11 Day:13 Result → 2025-11-13
Use cases
  • Create date from components
  • Build dates for reports
⚠️ Important
  • DATE constructs a valid Excel date number.

DATE

Formula: =DATE(year, month, day)
How to Use (कैसे उपयोग करें)
Construct a date from numeric year, month, and day.
वर्ष, माह और दिन से एक मान्य तिथि बनाते हैं।
Example (उदाहरण)
=DATE(2025,11,13) → 2025-11-13
Explanation (स्पष्टीकरण)
English:
  1. Use year, month, day numbers to return an Excel date value.
  2. Handles month overflow (e.g., month 13 increments year).
Hindi:
  1. वर्ष, माह और दिन से Excel तिथि बनाता है।
  2. माह overflow को स्वतः समायोजित करता है (माह 13 → अगले वर्ष जनवरी)।
=DAY("2025-11-13") Date: 2025-11-13 Result → 13
Use cases
  • Extract day number from a date
⚠️ Important
  • Works on date serials or text dates parseable by Excel.

DAY

Formula: =DAY(date)
How to Use (कैसे उपयोग करें)
Return day number (1–31) from a date.
तिथि से दिन (1–31) निकालने के लिए प्रयोग करें।
Example: =DAY("2025-11-13") → 13
Explanation
English:
  1. Extracts the day component of a date.
  2. Useful for day-specific calculations.
Hindi:
  1. तिथि का दिन भाग लौटाता है।
=MONTH("2025-11-13") Date: 2025-11-13 Result → 11
Use cases
  • Extract month number for monthly reports
⚠️ Important
  • Returns month as number 1–12.

MONTH

Formula: =MONTH(date)
How to Use (कैसे उपयोग करें)
Get month number from a date.
तिथि से माह संख्या निकालने के लिए उपयोग करें।
Example: =MONTH("2025-11-13") → 11
Explanation
English:
  1. Extracts the month portion from a date value.
Hindi:
  1. तिथि का माह भाग देता है (1–12)।
=YEAR("2025-11-13") Date: 2025-11-13 Result → 2025
Use cases
  • Extract year for annual reports
⚠️ Important
  • Returns full year (4-digit usually).

YEAR

Formula: =YEAR(date)
How to Use (कैसे उपयोग करें)
Return the year from a date value.
तिथि से वर्ष (YYYY) निकालने के लिए उपयोग करें।
Example: =YEAR("2025-11-13") → 2025
Explanation
English:
  1. Extracts the year component of a date.
Hindi:
  1. तिथि का वर्ष देता है।
=LEFT("Hello",3) Text: Hello Result → Hel
Use cases
  • Extract left characters like area codes
⚠️ Important
  • LEFT returns characters from the start of text.

LEFT

Formula: =LEFT(text, [num_chars])
How to Use (कैसे उपयोग करें)
Return leftmost characters from a text string.
टेक्स्ट के बाएँ से अक्षर निकालने के लिए उपयोग करें।
Example: =LEFT("Hello",3) → Hel
Explanation
English:
  1. Specify text and number of chars to extract from left.
Hindi:
  1. टेक्स्ट के बाएँ से अक्षर निकालता है।
=RIGHT("Hello",2) Text: Hello Result → lo
Use cases
  • Extract file extensions, last digits
⚠️ Important
  • RIGHT extracts characters from the end of text.

RIGHT

Formula: =RIGHT(text, [num_chars])
How to Use (कैसे उपयोग करें)
Return rightmost characters from text.
टेक्स्ट के दाएँ से अक्षर निकालने के लिए उपयोग करें।
Example: =RIGHT("Hello",2) → lo
Explanation
English:
  1. Specify number of chars to get from end of text.
Hindi:
  1. टेक्स्ट के अंत से अक्षर निकालता है।
=MID("Spreadsheet",4,6) Text: Spreadsheet Result → dsheet
Use cases
  • Extract substring from middle of text
⚠️ Important
  • Start position is 1-based (first char = 1).

MID

Formula: =MID(text, start_num, num_chars)
How to Use (कैसे उपयोग करें)
Extract characters from middle of text starting at position.
मध्य से किसी पद से अक्षर निकालने के लिए उपयोग करें।
Example: =MID("Spreadsheet",4,6) → dsheet
Explanation
English:
  1. Provide start position and number of chars to extract.
Hindi:
  1. शुरूआत की स्थिति और अक्षरों की संख्या दें और उस हिस्से को निकालें।
=LEN("Hello World") Text: Hello World Result → 11
Use cases
  • Get character count of a string
⚠️ Important
  • Includes spaces and punctuation in count.

LEN

Formula: =LEN(text)
How to Use (कैसे उपयोग करें)
Return number of characters in text (including spaces).
टेक्स्ट में कुल अक्षरों की संख्या देता है (spaces सहित)।
Example: =LEN("Hello World") → 11
Explanation
English:
  1. Counts all characters, including spaces and punctuation.
Hindi:
  1. सपेस और विराम चिह्न सहित सभी अक्षरों की संख्या देता है।
=TRIM(" Hello World ") Text with extra spaces Result → "Hello World"
Use cases
  • Clean extra spaces from imported text
⚠️ Important
  • Removes extra spaces but leaves single spaces between words.

TRIM

Formula: =TRIM(text)
How to Use (कैसे उपयोग करें)
Remove extra spaces from text (leave single spaces).
अतिरिक्त स्पेस हटाकर एकल स्पेस छोड़ता है।
Example: =TRIM(" Hello World ") → "Hello World"
Explanation
English:
  1. Useful to clean imported data with inconsistent spacing.
Hindi:
  1. आयात की गई डेटा में अनियमित स्पेस साफ़ करने के लिए उपयोगी।
=CONCATENATE(A1," ",B1) A1: Amit B1: Sharma Result → Amit Sharma
Use cases
  • Join first & last names
  • Combine address parts
⚠️ Important
  • Use & operator or CONCAT in newer Excel versions.

CONCATENATE

Formula: =CONCATENATE(text1, text2, ...)
How to Use (कैसे उपयोग करें)
Join multiple text pieces into one string.
एक से अधिक टेक्स्ट भागों को जोड़कर एक स्ट्रिंग बनाता है।
Example: =CONCATENATE(A1," ",B1) → "Amit Sharma"
Explanation
English:
  1. Combine text cells or literal text with separators as needed.
Hindi:
  1. टेक्स्ट कोशिकाओं को जोड़कर एक स्ट्रिंग बनाता है।
=VLOOKUP(102, Employees!A2:C4, 2, FALSE) 101Amit Sharma 102Priya Singh 103Rohit Patil =VLOOKUP(102, Employees!A2:C4, 2, FALSE) Result → Priya Singh
Use cases
  • Find details by ID
  • Lookup across sheets
⚠️ Important
  • Lookup column must be leftmost; use FALSE for exact match.

VLOOKUP

Formula: =VLOOKUP(lookup_value, table_array, col_index_num, FALSE)
How to Use (कैसे उपयोग करें)
Search leftmost column and return value from same row.
तालिका के बाएँ कॉलम में खोजकर उसी पंक्ति का मान लौटाए।
Example: =VLOOKUP(102, Employees!A2:C4, 2, FALSE) → Priya Singh
Explanation
English:
  1. Find 102 in column A of table; move to same row; return column 2.
Hindi:
  1. A कॉलम में 102 ढूँढें; उसी पंक्ति से कॉलम 2 लौटाएँ।
=HLOOKUP("Jan", A1:E10, 2, FALSE) Search in top row (months) Result → Sales value in row 2
Use cases
  • Lookup across table header rows
⚠️ Important
  • HLOOKUP searches horizontally; top row must contain lookup values.

HLOOKUP

Formula: =HLOOKUP(lookup_value, table_array, row_index_num, FALSE)
How to Use
Search top row and return value from specified row below.
ऊपर की पंक्ति में खोज कर नीचे से मान लौटाता है।
Example: =HLOOKUP("Jan", A1:E10, 2, FALSE) → value under Jan in row 2
Explanation
English:
  1. Find the lookup in top row, then take the value from row_index_num.
Hindi:
  1. ऊपर की पंक्ति में मान खोजें; निर्दिष्ट पंक्ति का मान लौटाएँ।
=INDEX(B2:B10, 3) Return 3rd item from B2:B10 Result → 3rd value
Use cases
  • Return value by position (with MATCH)
⚠️ Important
  • Often combined with MATCH for flexible lookups.

INDEX

Formula: =INDEX(array, row_num, [col_num])
How to Use
Return value from array at given position.
किसी array से दिए गए स्थान का मान लौटाने के लिए उपयोग करें।
Example: =INDEX(B2:B10,3) → 3rd item in that range
Explanation
English:
  1. Use row_num to pick item; use col_num if 2D array.
Hindi:
  1. पंक्ति संख्या से मान निकालता है; 2D में कॉलम संख्या दें।
=MATCH("John", A2:A10, 0) Find position of "John" Result → position (e.g., 4)
Use cases
  • Find index of item for INDEX/MATCH combos
⚠️ Important
  • Use 0 for exact match; 1 or -1 for approximate.

MATCH

Formula: =MATCH(lookup_value, lookup_array, [match_type])
How to Use
Return relative position of lookup_value in array.
किसी array में मान की स्थिति जानने के लिए उपयोग करें।
Example: =MATCH("John", A2:A10, 0) → position of John
Explanation
English:
  1. Returns index (1-based) where lookup_value is found.
Hindi:
  1. जिस स्थान पर मान मिलता है उसकी स्थिति बताता है।
=XLOOKUP(101, A2:A100, B2:B100, "Not found") Lookup flexible — left or right Result → matching value or "Not found"
Use cases
  • Modern replacement for VLOOKUP/HLOOKUP
⚠️ Important
  • Supports default if_not_found and flexible search modes.

XLOOKUP

Formula: =XLOOKUP(lookup, lookup_array, return_array, [if_not_found], [match_mode])
How to Use
Flexible lookup left/right with default value option.
दाएँ या बाएँ खोज, और default return देने की सुविधा।
Example: =XLOOKUP(101, A2:A100, B2:B100, "Not found")
Explanation
English:
  1. Search lookup_array for lookup and return corresponding item from return_array.
Hindi:
  1. lookup_array में खोज कर return_array से मान लौटाता है; नहीं मिला तो if_not_found दिखाता है।
=TEXT(1234.567,"#,##0.00") Format number as text Result → "1,234.57"
Use cases
  • Format numbers for display in reports
⚠️ Important
  • Result is text — use VALUE to convert back.

TEXT

Formula: =TEXT(value, format_text)
How to Use
Convert number to formatted text using custom format.
कस्टम फॉर्मैट में नंबर को टेक्स्ट बनाता है।
Example: =TEXT(1234.567,"#,##0.00") → "1,234.57"
Explanation
English:
  1. Use format codes to control decimal, thousand separators, currency, dates etc.
Hindi:
  1. कस्टम फॉर्मेट के साथ नंबर को टेक्स्ट के रूप में स्वरूपित करता है।
=VALUE("1,234.57") Convert text to number Result → 1234.57
Use cases
  • Convert formatted text numbers to numeric for calculations
⚠️ Important
  • VALUE fails if text not parseable as number in locale.

VALUE

Formula: =VALUE(text)
How to Use
Convert text representing number into numeric value.
जो टेक्स्ट नंबर दिखाता है उसे वास्तविक संख्या में बदलता है।
Example: =VALUE("1,234.57") → 1234.57
Explanation
English:
  1. Useful when importing data where numbers are stored as text.
Hindi:
  1. इम्पोर्ट किए गए टेक्स्ट-नंबर को गणना योग्य संख्या में बदलता है।
=UPPER("Hello") Convert text to uppercase Result → HELLO
Use cases
  • Standardize text to uppercase for matching
⚠️ Important
  • Converts all text characters to upper case.

UPPER

Formula: =UPPER(text)
How to Use
Convert text to uppercase for consistency.
टेक्स्ट को सभी बड़े अक्षरों में बदलता है।
Example: =UPPER("Hello") → HELLO
Explanation
English:
  1. Useful to normalize text before comparisons.
Hindi:
  1. तुलना से पहले टेक्स्ट सामान्य करने के लिए उपयोगी।
=LOWER("Hello") Convert text to lowercase Result → hello
Use cases
  • Normalize text to lowercase
⚠️ Important
  • Converts all characters to lower case.

LOWER

Formula: =LOWER(text)
How to Use
Convert text to lowercase for consistency.
टेक्स्ट को छोटे अक्षरों में बदलता है।
Example: =LOWER("Hello") → hello
Explanation
English:
  1. Normalize text to lower case before comparisons.
Hindi:
  1. तुलना से पहले टेक्स्ट को छोटे अक्षरों में बदलने के लिए उपयोगी।
=PROPER("john DOE") Convert to proper case Result → John Doe
Use cases
  • Standardize names to Title Case
⚠️ Important
  • PROPER capitalizes first letter of each word.

PROPER

Formula: =PROPER(text)
How to Use
Convert text to proper case (First letter capitalized).
हर शब्द की पहली अक्षर को बड़ा करके टेक्स्ट को सही केस में बदलता है।
Example: =PROPER("john DOE") → John Doe
Explanation
English:
  1. Useful to format names and titles consistently.
Hindi:
  1. नाम और शीर्षक को सुसंगत रूप से प्रारूपित करने के लिए उपयोगी।
=MODE(A1:A10) Return most frequent value Result → e.g., 5
Use cases
  • Find most common score/item
⚠️ Important
  • Multiple modes may exist; Excel variants (MODE.SNGL, MODE.MULT) differ.

MODE

Formula: =MODE(range)
How to Use
Returns the most frequently occurring value in a range.
किसी रेंज में सबसे अधिक बार आने वाला मान देता है।
Example: =MODE(A1:A10) → most common value
Explanation
English:
  1. Good to find common responses, repeated IDs etc.
Hindi:
  1. प्राय: उपयोग में आने वाले उत्तर या दोहराए गए आईडी खोजने के लिए उपयोगी।
=MEDIAN(A1:A10) Return middle value Result → median (middle)
Use cases
  • Find central tendency without extremes
⚠️ Important
  • Median is robust to outliers.

MEDIAN

Formula: =MEDIAN(range)
How to Use
Returns middle value when numbers sorted; if even count returns average of two middle.
संख्याओं को क्रमबद्ध करने पर मध्य मान देता है।
Example: =MEDIAN(A1:A10) → median value
Explanation
English:
  1. Prefer median for skewed data sets.
Hindi:
  1. विकृत डाटासेट्स में median बेहतर होता है।
=FILTER(A2:C100, C2:C100="Active") Return rows matching condition Result → all rows with Active status
Use cases
  • Create dynamic extracts of filtered rows
⚠️ Important
  • Available in modern Excel (dynamic arrays) and Google Sheets.

FILTER

Formula: =FILTER(array, include, [if_empty])
How to Use
Return array rows that meet a condition (works as spill/dynamic output).
कंडीशन पूरी करने वाली पंक्तियाँ लौटाता है (dynamic output)।
Example: =FILTER(A2:C100, C2:C100="Active") → rows with Active
Explanation
English:
  1. Excellent for building dynamic extracts without helper columns.
Hindi:
  1. हेल्पर कॉलम बिना dynamic extracts बनाने के लिए उत्तम।
=SORT(A2:B10, 2, -1) Sort by column 2 descending Result → sorted table (spill)
Use cases
  • Sort extracted arrays dynamically
⚠️ Important
  • Spills sorted results—don't put data directly below target cell.

SORT

Formula: =SORT(array, [sort_index], [sort_order], [by_col])
How to Use
Return sorted array by chosen column/row.
निर्दिष्ट कॉलम/पंक्ति के अनुसार sorted array लौटाता है।
Example: =SORT(A2:B10,2,-1) → sort by 2nd column desc
Explanation
English:
  1. Useful for dynamic dashboards and sorted reports.
Hindi:
  1. डायनामिक डैशबोर्ड और रिपोर्ट के लिए उपयोगी।
=UNIQUE(A2:A100) Return unique items (de-duplicate) Result → list of unique values
Use cases
  • Create dropdown lists, remove duplicates
⚠️ Important
  • Spills a dynamic list; combine with SORT for ordered unique lists.

UNIQUE

Formula: =UNIQUE(range)
How to Use
Return de-duplicated list from range (dynamic).
रेंज से duplicate हटाकर unique सूची देता है।
Example: =UNIQUE(A2:A100) → list of unique values
Explanation
English:
  1. Useful to build filters, dropdowns and summary lists.
Hindi:
  1. फिल्टर्स, ड्रॉपडाउन और सारांश सूचियाँ बनाने के लिए उपयोगी।
=SEQUENCE(5,1,1,1) Generate sequence 1..5 Result → {1;2;3;4;5} (spill)
Use cases
  • Create numbered lists dynamically
⚠️ Important
  • Spills a sequence—useful in combination with INDEX/SEQUENCE tricks.

SEQUENCE

Formula: =SEQUENCE(rows,[cols],[start],[step])
How to Use
Generate numeric arrays programmatically.
प्रोग्रामेटिकली नंबर की श्रेणी बनाता है।
Example: =SEQUENCE(5,1,1,1) → 1..5
Explanation
English:
  1. Useful for helper columns and dynamic row numbering.
Hindi:
  1. हेल्पर कॉलम और डायनामिक नंबरिंग के लिए उपयोगी।
=ARRAYFORMULA(A2:A10*B2:B10) Apply formula across ranges (Sheets) Result → array of products
Use cases
  • Do row-wise calculations without dragging formulas
⚠️ Important
  • Google Sheets specific — Excel uses dynamic arrays directly.

ARRAYFORMULA

Formula: =ARRAYFORMULA(expression)
How to Use
Apply an operation across a range and return array results (Sheets).
रींज पर एक ऑपरेशन लागू कर array परिणाम देता है (Sheets)।
Example: =ARRAYFORMULA(A2:A10*B2:B10) → products for each row
Explanation
English:
  1. Saves copying formulas; careful with header rows.
Hindi:
  1. फॉर्मूला कॉपी बचाता है; header rows का ध्यान रखें।
=SUMPRODUCT(A2:A5, B2:B5) Multiply & sum pairs Result → Σ(Ai*Bi)
Use cases
  • Weighted sums, conditional sums without array formulas
⚠️ Important
  • Ranges must be same size; treats TRUE/FALSE as 1/0 in logical multiplications.

SUMPRODUCT

Formula: =SUMPRODUCT(array1, [array2], ...)
How to Use
Multiply corresponding components and sum results — powerful for weighted calculations.
समान तत्वों का गुणा करके उनके योग देता है — weighted 계산 के लिए उपयोगी।
Example: =SUMPRODUCT(A2:A5,B2:B5) → Σ(Ai*Bi)
Explanation
English:
  1. Useful for conditional sums by multiplying with (condition_range=val)*range.
Hindi:
  1. शर्तों के साथ गणना करने के लिए condition_range*range का उपयोग करें।
=LET(x, A1*2, y, x+5, y*3) Define variables inside formula Result → computed using defined names
Use cases
  • Simplify complex formulas and avoid repeated calculations
⚠️ Important
  • Improves readability and performance by storing intermediate values.

LET

Formula: =LET(name1, value1, name2, value2, …, calculation)
How to Use
Assign names to intermediate results inside a formula to reuse them.
फॉर्मूला के अंदर मध्यवर्ती परिणामों को नाम देकर पुनः उपयोग करने के लिए।
Example: =LET(x,A1*2,y,x+5,y*3)
Explanation
English:
  1. Makes complex formulas easier to read and faster to evaluate.
Hindi:
  1. जटिल फॉर्मूलों को पढ़ना आसान और गणना तेज़ बनाता है।
=LAMBDA(x, x*2)(10) Create custom reusable functions Result → 20
Use cases
  • Encapsulate complex logic as named functions
⚠️ Important
  • LAMBDA can be saved as a named function in workbook (newer Excel).

LAMBDA

Formula: =LAMBDA(parameter, calculation)(arguments)
How to Use
Define custom inline functions to reuse logic without VBA.
VBA के बिना कस्टम फ़ंक्शन बनाने के लिए उपयोग करें।
Example: =LAMBDA(x,x*2)(10) → 20
Explanation
English:
  1. Powerful for creating reusable calculations shared across workbook.
Hindi:
  1. वर्कबुक में साझा करने योग्य पुन: उपयोग योग्य गणनाएँ बनाने के लिए शक्तिशाली।
=XMATCH("John",A2:A100,0) Modern MATCH with options Result → relative position
Use cases
  • Flexible lookups with match_mode and search_mode
⚠️ Important
  • Supports exact/approx matches and search direction options.

XMATCH

Formula: =XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])
How to Use
Use for flexible position lookups — often pairs with INDEX.
लचीले position lookups के लिए उपयोग करें — अक्सर INDEX के साथ जोड़ा जाता है।
Example: =XMATCH("John",A2:A100,0)
Explanation
English:
  1. Better control than MATCH — supports reverse search and approximate modes.
Hindi:
  1. MATCH से बेहतर नियंत्रण — reverse search और approximate modes सपोर्ट करता है।
=IFS(A1>90,"A",A1>75,"B",TRUE,"C") Multiple conditional branches Result → grade based on A1
Use cases
  • Replace nested IFs with clearer branches
⚠️ Important
  • Evaluates conditions in order; first TRUE returns its result.

IFS

Formula: =IFS(test1, value1, test2, value2, …)
How to Use
Use multiple condition → result pairs instead of deep nested IFs.
Nested IF की जगह multiple condition-result pairs के लिए उपयोग करें।
Example: =IFS(A1>90,"A",A1>75,"B",TRUE,"C")
Explanation
English:
  1. Readable alternative to many nested IF statements.
Hindi:
  1. कई nested IF के पढ़ने योग्य विकल्प के रूप में।
=SWITCH(A1,1,"One",2,"Two","Other") Select value based on expression Result → "One" if A1=1
Use cases
  • Cleaner alternative to multiple IFs when matching specific values
⚠️ Important
  • Compares expression to listed values sequentially.

SWITCH

Formula: =SWITCH(expression, value1, result1, [value2, result2], ..., [default])
How to Use
Pick a result by matching an expression against values.
एक expression को मानों के साथ मिलाकर परिणाम चुनने के लिए।
Example: =SWITCH(A1,1,"One",2,"Two","Other")
Explanation
English:
  1. Great for replacing many IFs where you check exact values.
Hindi:
  1. जब exact values चेक करने हों तब कई IF की जगह बेहतर है।
=SUMIFS(sum_range, crit_range1, crit1, crit_range2, crit2) Sum with multiple criteria Result → sum matching all criteria
Use cases
  • Sum sales for region & product type
⚠️ Important
  • Criteria ranges must be same size as sum_range.

SUMIFS

Formula: =SUMIFS(sum_range, criteria_range1, criteria1, ...)
How to Use
Sum values that meet multiple conditions.
कई शर्तों को पूरा करने वाले मानों का योग देता है।
Example: =SUMIFS(SalesAmt, RegionRange, "West", ProdRange, "Gadgets")
Explanation
English:
  1. Powerful for conditional roll-ups without pivot tables.
Hindi:
  1. Pivot तालिका के बिना conditional roll-ups के लिए शक्तिशाली।
=COUNTIFS(range1, crit1, range2, crit2) Count rows matching multiple criteria Result → number of matching rows
Use cases
  • Count orders for product in given month
⚠️ Important
  • All criteria ranges must be same shape/size.

COUNTIFS

Formula: =COUNTIFS(criteria_range1, criteria1, ...)
How to Use
Count how many rows meet multiple conditions.
कितनी पंक्तियाँ कई शर्तों को पूरा करती हैं उनकी गिनती करता है।
Example: =COUNTIFS(ProdRange,"Gadgets", MonthRange, "Nov")
Explanation
English:
  1. Useful for metrics like #orders by product+month.
Hindi:
  1. Product+month जैसे metrics के लिए उपयोगी।
=AVERAGEIFS(avg_range, range1, crit1, ...) Average with multiple criteria Result → average of matching cells
Use cases
  • Average sales for category + region
⚠️ Important
  • Empty result returns #DIV/0!; handle with IFERROR if needed.

AVERAGEIFS

Formula: =AVERAGEIFS(average_range, criteria_range1, criteria1, ...)
How to Use
Calculate average of values that meet multiple criteria.
कई शर्तों को पूरा करने वाले मानों का औसत देता है।
Example: =AVERAGEIFS(SalesAmt, Region,"West", Prod,"Gadgets")
Explanation
English:
  1. Useful metric for segmented averages.
Hindi:
  1. विभाजित औसत (segmented averages) के लिए उपयोगी।
=GETPIVOTDATA("Sum of Sales", Pivot!$A$3, "Region","West") Extract value from pivot by field Result → pivot cell value for criteria
Use cases
  • Fetch pivot table numbers into report layout
⚠️ Important
  • Depends on pivot structure — changes in pivot may break references.

GETPIVOTDATA

Formula: =GETPIVOTDATA(data_field, pivot_table, [field1, item1], ...)
How to Use
Extract specific aggregated values from a pivot table by field/item.
Pivot तालिका से field/item द्वारा विशिष्ट aggregated मान निकालने के लिए।
Example: =GETPIVOTDATA("Sum of Sales", Pivot!$A$3, "Region","West")
Explanation
English:
  1. Useful to build stable reports referencing pivot aggregations.
Hindi:
  1. Pivot aggregations को रिपोर्ट में reference करने के लिए उपयोगी।
=PMT(rate, nper, pv, [fv], [type]) Loan payment calculation Result → periodic payment (negative = outflow)
Use cases
  • Calculate EMI/payments for loans
⚠️ Important
  • Returns negative number for cash outflow by default.

PMT

Formula: =PMT(rate, nper, pv, [fv], [type])
How to Use
Compute periodic loan payment for given rate & periods.
दिए गए ब्याज दर और अवधि के लिए आवधिक ऋण भुगतान गणना करता है।
Example: =PMT(0.01, 12, 10000) → monthly payment for ₹10,000 at 1%/month
Explanation
English:
  1. Useful for EMI calculators and loan planning.
Hindi:
  1. EMI calculators और loan planning के लिए उपयोगी।
=PV(rate, nper, pmt, [fv], [type]) Present value of cashflows Result → present value amount
Use cases
  • Discount future payments to present
⚠️ Important
  • Sign conventions: outflows negative; be consistent.

PV

Formula: =PV(rate, nper, pmt, [fv], [type])
How to Use
Find present value of a series of future payments.
भविष्य के भुगतानों की वर्तमान القيمة निकालने के लिए उपयोग करें।
Example: =PV(0.01,12,-100,0) → PV of 12 payments of 100
Explanation
English:
  1. Useful in finance models, loan analysis, investment appraisals.
Hindi:
  1. Finance models, loan विश्लेषण और investment appraisals के लिए उपयोगी।
=FV(rate, nper, pmt, [pv], [type]) Future value of investment Result → future amount
Use cases
  • Project savings growth with periodic deposits
⚠️ Important
  • Consistent sign usage; pmt negative for outflow.

FV

Formula: =FV(rate, nper, pmt, [pv], [type])
How to Use
Calculate future value after regular payments/interest.
नियमित भुगतानों/ब्याज के बाद भविष्य की राशि निकालने के लिए।
Example: =FV(0.01,12,-100,0) → future value after 12 payments of 100
Explanation
English:
  1. Useful for savings projection and goal planning.
Hindi:
  1. बचत प्रोजेक्शन और लक्ष्य-planning के लिए उपयोगी।
=CUBEVALUE(connection, member_expression) Fetch value from OLAP cube Result → aggregated cube value

CUBEVALUE

Formula: =CUBEVALUE(connection, member_expression)
How to Use Get aggregated values from an OLAP cube (PowerPivot/SSAS).
OLAP cube से агрегेटेड मान निकालने के लिए।
Example: =CUBEVALUE("ThisWorkbookDataModel","[Measures].[Sales]")
Explanation
English: Use in reports linked to data models/cubes.
Hindi: Data model/cube से रिपोर्ट बनाते समय उपयोगी।
=CUBEMEMBER(connection, member_expression) Return a cube member for use in formulas Result → cube member reference

CUBEMEMBER

Formula: =CUBEMEMBER(connection, member_expression)
How to Use Use to get a member (like region or product) from a cube for further CUBE formulas.
Cube में से किसी member को reference के रूप में लेने के लिए।
Example: =CUBEMEMBER("ThisWorkbookDataModel","[Region].[West]")
Explanation: Useful when building pivot-like reports from data models.
डेटा मॉडल से pivot जैसा रिपोर्ट बनाते समय उपयोगी।
=DSUM(database, field, criteria) Sum records in a database matching criteria Result → conditional sum

DSUM

Formula: =DSUM(database, field, criteria)
How to Use Use with a database-like range and criteria table to sum matching rows.
डेटाबेस शैली रेंज में criteria के अनुसार योग करने के लिए।
Example: =DSUM(A1:D100, "Sales", F1:F2)
Explanation: Handy for quick database-style rollups without formulas for each condition.
कंडीशन-आधारित rollups के लिए उपयोगी।
=DCOUNT(database, field, criteria) Count records in database matching criteria Result → conditional count

DCOUNT

Formula: =DCOUNT(database, field, criteria)
How to Use Count rows matching database criteria (counts only numeric values if field specified).
डेटाबेस शर्तों के अनुसार पंक्तियाँ गिनने के लिए।
Example: =DCOUNT(A1:D100, "ID", F1:F2)
Explanation: Useful for database-like queries inside spreadsheets.
स्प्रेडशीट में database-जैसी queries के लिए उपयोगी।
=RATE(nper, pmt, pv, [fv], [type], [guess]) Find interest rate per period Result → periodic rate

RATE

Formula: =RATE(nper, pmt, pv, [fv], [type], [guess])
How to Use Solve for interest rate given payment schedule; iterative calculation.
भुगतान शेड्यूल से ब्याज दर निकालने के लिए।
Example: =RATE(12, -100, 10000)
Explanation: Useful for loan analysis and IRR-style calculations where rate unknown.
ऋण विश्लेषण के लिए उपयोगी।
=NPER(rate, pmt, pv, [fv], [type]) Find number of periods for loan/investment Result → number of periods

NPER

Formula: =NPER(rate, pmt, pv, [fv], [type])
How to Use Calculate how many periods are needed given rate/payment.
दिए गए भुगतान/दर के साथ अवधि निकालने के लिए।
Example: =NPER(0.01, -100, 10000)
Explanation: Good for planning how long loan/payments will last.
कितनी अवधि लगेगी यह जानने के लिए उपयोगी।
=IRR(values, [guess]) Internal Rate of Return for cashflows Result → IRR (periodic)

IRR

Formula: =IRR(values, [guess])
How to Use Get rate that makes NPV of cashflows zero (periodic).
cashflow का वह rate निकालता है जो NPV=0 बनाता है।
Example: =IRR(B2:B10)
Explanation: Useful in investment appraisal; periodic rate returned.
निवेश आकलन में उपयोगी।
=NPV(rate, value1, [value2], ...) Net present value for series of cashflows Result → NPV amount

NPV

Formula: =NPV(discount_rate, cashflow1, ...)
How to Use Discount future cashflows to present value (note: exclude initial investment or add separately).
भविष्य के cashflows को वर्तमान में discount करने के लिए।
Example: =NPV(0.10, B2:B6) + InitialInvestment
Explanation: Core metric in financial modelling and project evaluation.
प्रोजेक्ट मूल्यांकन में मुख्य मीट्रिक।
=XIRR(values, dates, [guess]) IRR for irregular cashflow dates Result → annualized rate

XIRR

Formula: =XIRR(values, dates, [guess])
How to Use Use when cashflows occur at irregular dates — returns annualized return.
अनियमित तिथियों वाले cashflows के लिए उपयोग करें।
Example: =XIRR(B2:B10, C2:C10)
Explanation: Required for real-world cashflow IRR calculations.
वास्तविक cashflow विश्लेषण के लिए जरूरी।
=XNPV(rate, values, dates) NPV for irregular cashflow dates Result → NPV amount

XNPV

Formula: =XNPV(rate, values, dates)
How to Use Discount unevenly-timed cashflows to present value.
अनियमित समय पर होने वाले cashflows को वर्तमान में discount करने के लिए।
Example: =XNPV(0.10, B2:B10, C2:C10)
Explanation: Preferred for realistic project cashflow valuation.
वास्तविक परियोजना मूल्यांकन के लिए पसंदीदा।
=FORECAST(x, known_y's, known_x's) Predict y for given x using linear trend Result → predicted value

FORECAST

Formula: =FORECAST(x, known_y's, known_x's)
How to Use Predict future values based on linear regression.
रेखीय regression के आधार पर भविष्यवाणी करने के लिए।
Example: =FORECAST(2026, B2:B10, A2:A10)
Explanation: Simple forecasting method — use TREND for array outputs.
सरल forecasting; array परिणाम के लिए TREND देखें।
=TREND(known_y's, [known_x's], new_x's) Return trendline values (can spill) Result → array of predicted y

TREND

Formula: =TREND(known_y's, [known_x's], new_x's, [const])
How to Use Return array of predicted y-values based on linear fit.
रेखीय फिट के आधार पर अनुमानित y मान लौटाने के लिए।
Example: =TREND(B2:B10, A2:A10, A11:A15)
Explanation: Good for projecting series across multiple points.
कई बिंदुओं के लिए श्रृंखला प्रोजेक्ट करने के लिए उपयोगी।
=SLOPE(known_y's, known_x's) Return slope of linear regression line Result → slope value

SLOPE

Formula: =SLOPE(known_y's, known_x's)
How to Use Get slope (m) from y = m*x + c fit.
y = m*x + c के slope को निकालने के लिए।
Example: =SLOPE(B2:B10, A2:A10)
Explanation: Use to measure trend sensitivity per unit of x.
x के प्रति sensitvity मापने के लिए उपयोगी।
=INTERCEPT(known_y's, known_x's) Return intercept of regression line Result → intercept (c)

INTERCEPT

Formula: =INTERCEPT(known_y's, known_x's)
How to Use Get intercept (c) for linear fit y = m*x + c.
रेखीय फिट का intercept निकालने के लिए।
Example: =INTERCEPT(B2:B10, A2:A10)
Explanation: Pair with SLOPE to build linear prediction formula.
पूर्वानुमान के लिए SLOPE के साथ मिलता-जुलता उपयोग।
=CORREL(array1, array2) Return Pearson correlation coefficient Result → value between -1 and 1

CORREL

Formula: =CORREL(array1, array2)
How to Use Measure linear relationship strength between two variables.
दो चरों के बीच रैखिक सम्बंध की ताकत मापने के लिए।
Example: =CORREL(B2:B50, C2:C50)
Explanation: 1 = perfect positive, -1 = perfect negative, 0 = no linear correlation.
1 = पूर्ण सकारात्मक, -1 = पूर्ण नकारात्मक, 0 = कोई रैखिक संबंध नहीं।
=STDEV.P(range) Population standard deviation Result → σ (population)

STDEV.P

Formula: =STDEV.P(range)
How to Use Use when your data is the full population; returns population SD.
यदि डेटा पूरा population है तो उपयोग करें।
Example: =STDEV.P(A1:A100)
Explanation: For samples use STDEV.S; differences in denominator (n vs n-1).
Sample के लिए STDEV.S का उपयोग करें।
=COVARIANCE.P(array1, array2) Population covariance between arrays Result → covariance value

COVARIANCE.P

Formula: =COVARIANCE.P(array1, array2)
How to Use Measure joint variability of two variables for population.
दो चरों की population covariance मापने के लिए।
Example: =COVARIANCE.P(B2:B50, C2:C50)
Explanation: Positive covariance → same direction movement; negative → opposite.
सकारात्मक covariance समान दिशा में, नकारात्मक विपरीत दिशा में।
=VAR.P(range) Population variance Result → variance σ²

VAR.P

Formula: =VAR.P(range)
How to Use Use when data is full population to get variance.
पूरे population के लिए variance निकालने के लिए।
Example: =VAR.P(A1:A100)
Explanation: For samples use VAR.S. Variance units are square of original units.
Sample के लिए VAR.S का उपयोग करें।
=PERCENTILE.INC(array, k) Return k-th percentile (inclusive) Result → value at percentile k (0..1)

PERCENTILE.INC

Formula: =PERCENTILE.INC(array, k)
How to Use Find value at given percentile (k between 0 and 1 inclusive).
किसी percentile पर मान निकालने के लिए (0..1)।
Example: =PERCENTILE.INC(A1:A100, 0.9)
Explanation: Useful for reporting top 10% or median (k=0.5).
Top 10% या median जैसे रिपोर्टिंग के लिए उपयोगी।
=MODE.SNGL(range) Return single mode (most frequent value) Result → the most frequent value

MODE.SNGL

Formula: =MODE.SNGL(range)
How to Use Returns single most frequent value; use MODE.MULT for multiple modes.
सबसे अधिक बार आने वाला एक मान लौटाता है; कई modes के लिए MODE.MULT।
Example: =MODE.SNGL(A1:A50)
Explanation: Useful to detect common entries (e.g., most sold item).
प्रचलित प्रविष्टियाँ पहचानने के लिए उपयोगी।

🔍 Search Formula

Example: "sum", "vlookup", "date", "average"
    Scroll to Top