तथ्याङ्कीय प्रकार्यहरू खण्ड चार

AVERAGEIF

Returns the arithmetic mean of all cells in a range that satisfy a given condition. The AVERAGEIF function sums up all the results that match the logical test and divides this sum by the quantity of selected values.

AVERAGEIFS

Returns the arithmetic mean of all cells in a range that satisfy given multiple criteria. The AVERAGEIFS function sums up all the results that match the logical tests and divides this sum by the quantity of selected values.

AVEDEV

ती मीनहरूबाट डेटा बिन्दुहरूको निश्चित डेभिएसनहरूको औसत फर्काउँदछ । डेटा सेटमा ब्यापन प्रदर्शन गर्दछ ।

Syntax

AVEDEV(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=AVEDEV(A1:A50)

AVERAGE

तर्कहरूको औसत फर्काउँदछ ।

Syntax

AVERAGE(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=AVERAGE(A1:A50)

AVERAGEA

तर्कहरूको औसत फर्काउँदछ । पाठको मान ० हो ।

Syntax

AVERAGEA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=AVERAGEA(A1:A50)

MAX

तर्कहरूको सूचीमा अधिकतम मान फर्काउँदछ ।

Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.

Syntax

MAX(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MAX(A1;A2;A3;50;100;200) ले सूचीबाट सबभन्दा ठूलो मान फर्काउँछ।

=MAX(A1:B100) ले सूचीबाट सबभन्दा ठूलो मान फर्काउँछ।

MAXA

तर्कहरूको सूचीमा अधिकतम मान फर्काउँदछ । MA को विपरितमा जहाँ तपाईँं पाठ प्रविष्टि गर्नुहुन्छ । पाठको मान ० हुन्छ ।

The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.

Syntax

MAXA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=MAXA(A1;A2;A3;50;100;200;"Text")ले सूचीबाट सबभन्दा ठूलो मान फर्काउँछ।

=MAXA(A1:B100) सूचीबाट सबैभन्दा ठूलो मान फर्काउँछ।

MEDIAN

सङ्ख्याको सेटको मिडियन फर्काउँदछ । सेटमा मानहरूको बिजोर सङ्ख्या समावेश गर्दा मिडियन सेटको बीचको सङ्ख्या हुनेछ । सेटमा मानहरूको जोर सङ्ख्या समावेश गर्दा यो दुई मानहरूको मीन सेटको बीचमा हुनेछ ।

Syntax

MEDIAN(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

अड नम्बरका लागि : =MEDIAN(1;5;9;20;21) ले ९ मध्य मानको रूपमा फर्काउँछ।

जोर संख्याको लागि: =MEDIAN(1;5;9;20)ले दुईटा मध्यिका मानहरू ५ र ९ को औसत मान फर्काउँछ, त्यो ७ हो।

MIN

तर्कहरूको सूचीमा न्यूनतम मान फर्काउँदछ ।

Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.

Syntax

MIN(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MIN(A1:B100)ले सूचीमा सबभन्दा सानो मान फर्काउँछ।

MINA

तर्कहरूको सूचीमा न्यूनतम मान फर्काउँदछ । जहाँ तपाईँं पाठ प्रविष्टि गराउन पनि सक्नुहुन्छ । पाठको मान ० हो ।

The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.

Syntax

MINA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=MINA(1;"Text";20) ले ० फर्काउँछ |

=MINA(A1:B100)ले सूचीमा सबभन्दा सानो मान फर्काउँछ।

MODE

डेटा सेटमा जरुरी साझा मान फर्काउँदछ । यदि त्यहाँँ उहीआवृत्ति सहितका पृथक मानहरू भएको खण्डमा यसले सबभन्दा सानो मान फर्काउँदछ । मानको दुवैसँग जोडा मिल्दैन त्रुटिहरू आउँदछन ।

note

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Syntax

MODE(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MODE(A1:A50)

MODE.MULT

Returns a vertical array of the statistical modes (the most frequently occurring values) within a list of supplied numbers.

Syntax

MODE.MULT(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

warning

As the MODE.MULT function returns an array of values, it must be entered as an array formula. If the function is not entered as an array formula, only the first mode is returned, which is the same as using the MODE.SNGL function.


Example

=MODE.MULT(A1:A50)

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.MODE.MULT

MODE.SNGL

ले एउटा सरणी वा डेटाको दायरामा प्रायः देखा पर्ने, वा दोहोरिने, मान फर्काउँछ। यदि त्यहाँ उस्तै आवृत्तिको साथ धेरै मानहरू छन भने, यसले सबभन्दा सानो मान फर्काउँछ। जब एउटा मान दुई पटक देखा पर्दैन​, त्रुटि आउँछ।

Syntax

MODE.SNGL(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

warning

If the data set contains no duplicate data points, MODE.SNGL returns the #VALUE! error value.


Example

=MODE.SNGL(A1:A50)

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.MODE.SNGL

NEGBINOMDIST

ऋणात्क बायनोमियल वितरण फर्काउँदछ.

Syntax

NEGBINOMDIST(X; R; SP)

X असफल परीक्षणहरूका लागि फर्काइएको मानको प्रतिनीधित्व गर्दछ.

R सफल परीक्षणहरूका लागि फर्काइएका मान प्रस्तुत गर्दछ ।

SP समाधानको सफलताको सम्भाव्यता हो ।

Example

=NEGBINOMDIST(1;1;0.5)ले 0.25 फर्काउँछ।

NEGBINOMDIST

ले नकारात्मक बायनोमियल घनत्व वा वितरण प्रकार्य फर्काउँछ।

Syntax

NEGBINOM.DIST(X; R; SP; Cumulative)

X असफल परीक्षणहरूका लागि फर्काइएको मानको प्रतिनीधित्व गर्दछ.

R सफल परीक्षणहरूका लागि फर्काइएका मान प्रस्तुत गर्दछ ।

SP समाधानको सफलताको सम्भाव्यता हो ।

C = ० लेC = १ वितरण घनत्व प्रकार्य गणना गर्दछ ।

Example

=NEGBINOM.DIST(1;1;0.5;0)ले ०.२५ फर्काउँछ।

=NEGBINOM.DIST(1;1;0.5;1)ले ०.७५ फर्काउँछ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NEGBINOM.DIST

NORMDIST

ले घनत्व प्रकार्य वा सामान्य संचयी वितरण फर्काउँछ।

Syntax

NORMDIST(Number; Mean; StDev [; C])

सङ्ख्या आधारित वितरण को मान हो जसलाई सामान्य वितरणमा गणना गरिन्छ ।

मीन वितरणको मीन मान हो ।

STDEV वितरणको स्टाण्डर्ड डेभियसन हो ।

C वैकल्पिक हो।C = 0 ले घनत्व प्रकार्य गणना गर्छ, C = 1 ले वितरण गणना गर्छ।

Example

=NORMDIST(70;63;5;0)ले ०.०३ फर्काउँछ।

=NORMDIST(70;63;5;1)ले ०.९२ फर्काउँछ।

NORMDIST

ले सामान्य संचिति वितरणको विपरित फर्काउँदछ।

Syntax

NORMDIST(सङ्ख्या; मीन; STDEV; C)

सङ्ख्या आधारित वितरण को मान हो जसलाई सामान्य वितरणमा गणना गरिन्छ ।

मीन वितरणको मीन मान हो ।

STDEV वितरणको स्टाण्डर्ड डेभियसन हो ।

C = 0 ले घनत्व प्रकार्य गणना गर्दछ; C = 1 ले वितरण गणना गर्दछ ।

Example

=NORM.DIST(70;63;5;0)ले 0.029945493 फर्काउँछ।

=NORM.DIST(70;63;5;1)ले 0.9192433408 फर्काउँछ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NORM.DIST

NORMINV

सामान्य संचिति वितरणको विपरित फर्काउँदछ ।

Syntax

NORMINV(सङ्ख्या; मीन; STDEV)

सङ्ख्या विपरित सामान्य वितरण निर्धारण गर्नलाई प्रयोग गरेको सम्भाव्यता मान प्रस्तुत गर्दछ ।

मीन सामान्य वितरणमा मीन मान प्रस्तुत गर्दछ ।

STDEV सामान्य वितरणमा स्ट्यान्डर्ड डेभिएसन प्रस्तुत गर्दछ ।

Example

=NORMINV(0.9;63;5)ले ६९.४१ फर्काउँछ। यदि मानक विचलन ५ भएको अण्डाको औसत तौल ६३ ग्राम छ भने त्यहाँ ९०% सम्भावना हुनेछ कि अण्डा ६९.४१ ग्राम भन्दा बढी हुने छैन।

NORMINV

ले सामान्य संचयी वितरणको विपरित फर्काउँछ।

Syntax

NORMINV(सङ्ख्या; मीन; STDEV)

सङ्ख्या विपरित सामान्य वितरण निर्धारण गर्नलाई प्रयोग गरेको सम्भाव्यता मान प्रस्तुत गर्दछ ।

मीन सामान्य वितरणमा मीन मान प्रस्तुत गर्दछ ।

STDEV सामान्य वितरणमा स्ट्यान्डर्ड डेभिएसन प्रस्तुत गर्दछ ।

Example

=NORM.INV(0.9;63;5)ले 69.4077578277 फर्काउँछ। यदि मानक विचलन ५ भएको अण्डाको औसत तौल ६३ ग्राम छ भने त्यहाँ ९०% सम्भावना हुनेछ कि अण्डा ६९.४१ ग्राम भन्दा बढी हुने छैन।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NORM.INV

PEARSON

पियर्सन प्रोडक्ट मोमेन्ट कोरिलेसन कोफिसियन्ट r फर्काउँदछ ।

Syntax

PEARSON(Data_1; Data_2)

Data_1 पहिलो डेटा सेटको एरे प्रस्तुत गर्दछ ।

Data_2दोस्रो डेटा सेटको एरे प्रस्तुत गर्दछ ।

Example

=PEARSON(A1:A30;B1:B30)ले दुवै तथ्याड़क संकलनको पियर्सन सहसंबंध गुणांक फर्काउँछ।

PERCENTILE

ले एरेमा डेटा मानहरूको अल्फा-पर्सेन्टाईल फर्काउँछ। एउटा पर्सेन्टाईलले तथ्याड़क श्रृङ्खलाका लागि मापन मूल्य फर्काउँछ जुन श्रृङ्खलाको सबभन्दा सानो मान (अल्फा=०) देखि सबभन्दा ठूलो मान (अल्फा=१) सम्म जान्छ। अल्फा = २५% का लागि पर्सेनटाईल भनेको पहिलो क्वाट्रायल हो; अल्फा = ५०% का लागि मध्यिका हो।

Syntax

PERCENTILE(मिति;अल्फा)

मितिमितिको एरे प्रस्तुत गर्दछ ।

अल्फा ० र १ बीचको मापन प्रतिशत प्रस्तुत गर्दछ ।

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=PERCENTILE(A1:A50;0.1)ले तथ्याड़क संकलनमा मान प्रस्तुत गर्छ जसले A1:A50 मा जम्मा तथ्याड़क मापनको १०% बराबर गर्छ।

PERCENTILE.EXC

Returns the Alpha'th percentile of a supplied range of values for a given value of Alpha, within the range 0 to 1 (exclusive). A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (Alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN.

warning

If Alpha is not a multiple of 1/(n+1), (where n is the number of values in the supplied array), the function interpolates between the values in the supplied array, to calculate the percentile value. However, if Alpha is less than 1/(n+1) or Alpha is greater than n/(n+1), the function is unable to interpolate, and so returns an error.


note

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


Syntax

PERCENTILE(मिति;अल्फा)

मितिमितिको एरे प्रस्तुत गर्दछ ।

अल्फा ० र १ बीचको मापन प्रतिशत प्रस्तुत गर्दछ ।

Example

=PERCENTILE.EXC(A1:A50;10%)ले तथ्यांक संकलनमा मान प्रस्तुत गर्छ जसले A1:A50 मा जम्मा तथ्यांक मापनको १०% बराबर गर्छ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTILE.EXC

PERCENTILE.INC

ले एरेमा तथ्यांक मानहरूको अल्फा-पर्सेन्टाईल फर्काउँछ। एउटा पर्सेन्टाईलले डेटा श्रृङ्खलाका लागि मापन मूल्य फर्काउँछ जुन श्रृङ्खलाको सबभन्दा सानो मान (अल्फा=०) देखि सबभन्दा ठूलो मान (अल्फा=१) सम्म जान्छ। अल्फा = २५% का लागि पर्सेनटाईल भनेको पहिलो क्वाट्रायल हो; अल्फा = ५०% का लागि मध्यिका हो।

note

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


Syntax

PERCENTILE(मिति;अल्फा)

मितिमितिको एरे प्रस्तुत गर्दछ ।

अल्फा ० र १ बीचको मापन प्रतिशत प्रस्तुत गर्दछ ।

Example

=PERCENTILE.INC(A1:A50;0.1)ले तथ्यांक संकलनमा मान प्रस्तुत गर्छ जसले A1:A50 मा जम्मा तथ्यांक मापनको १०% बराबर गर्छ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTILE.INC

PERCENTRANK

नमूनामा मानको प्रतिशत दर्जा फर्काउँदछ ।

Syntax

PERCENTRANK(Data; Value [; Significance])

डेटा ले नमूनामा डेटाको एरे प्रतिनीधित्व गर्दछ ।

मानमान प्रस्तुत गर्दछ जसको पर्सेनटाईल दर्जा निर्धारण गर्न जरुरी हुन्छ ।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to. If omitted, a value of 3 is used.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=PERCENTRANK(A1:A50;50)ले A1:A50 मा भेटाएका सबैमानहरूको जम्मा दायराबाट मान ५० को प्रतिशत श्रेणी फर्काउँछ। यदि जम्मा दायराको बाहिर पटि ५० खसेको खण्डमा त्रुटि सन्देश देखा पर्नेछ।

PERCENTRANK.EXC

Returns the relative position, between 0 and 1 (exclusive), of a specified value within a supplied array.

note

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


Syntax

PERCENTRANK.EXC(Data; Value [; Significance])

डेटा ले नमूनामा डेटाको एरे प्रतिनीधित्व गर्दछ ।

मानमान प्रस्तुत गर्दछ जसको पर्सेनटाईल दर्जा निर्धारण गर्न जरुरी हुन्छ ।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK.EXC(A1:A50;50)ले A1:A50 मा भेटाएका सबैमानहरूको जम्मा दायराबाट मान ५० को प्रतिशत श्रेणी फर्काउँछ। यदि जम्मा दायराको बाहिर पटि ५० खसेको खण्डमा त्रुटि सन्देश देखा पर्नेछ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTRANK.EXC

PERCENTRANK.INC

Returns the relative position, between 0 and 1 (inclusive), of a specified value within a supplied array.

note

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


Syntax

PERCENTRANK.INC(Data; Value [; Significance])

डेटा ले नमूनामा डेटाको एरे प्रतिनीधित्व गर्दछ ।

मानमान प्रस्तुत गर्दछ जसको पर्सेनटाईल दर्जा निर्धारण गर्न जरुरी हुन्छ ।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK.INC(A1:A50;50)ले A1:A50 मा भेटाएका सबैमानहरूको जम्मा दायराबाट मान ५० को प्रतिशत श्रेणी फर्काउँछ। यदि जम्मा दायराको बाहिर पटि ५० खसेको खण्डमा त्रुटि सन्देश देखा पर्नेछ।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTRANK.INC

PHI

Returns the value of the probability density function for a given value considering the standard normal distribution.

Syntax

PHI(Number)

Number is the value for which the probability density function is calculated.

Example

=PHI(2.25) returns 0.0317.

=PHI(-2.25) also returns 0.0317 because the normal distribution is symmetrical.

=PHI(0) returns 0.3989.

tip

Calling PHI(Number) is equivalent to calling NORMDIST(Number,0,1,FALSE()) or NORM.S.DIST(Number;FALSE()), hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the Cumulative argument set to False.


POISSON

प्यासन वितरण फर्काउँदछ ।

Syntax

POISSON(Number; Mean [; C])

सङ्ख्याआधारभूत मान प्रस्तुत गर्दछ जसलाई प्यासन वितरण गणना गरिन्छ ।

मीनप्यासन वितरणको मध्यम मान प्रस्तुत गर्दछ ।

C (optional) = 0 or False calculates the density function; C = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of LibreOffice.

Example

=POISSON(60;50;1)ले ०.९३ फर्काउँछ।

POISSON.DIST

ले पोइसन् वितरण फर्काउँछ।

Syntax

POISSON.DIST(Number; Mean ; Cumulative)

सङ्ख्याआधारभूत मान प्रस्तुत गर्दछ जसलाई प्यासन वितरण गणना गरिन्छ ।

मीनप्यासन वितरणको मध्यम मान प्रस्तुत गर्दछ ।

Cumulative = 0 or False to calculate the probability mass function; Cumulative = 1, True, or any other non-zero value to calculate the cumulative distribution function.

Example

=POISSON.DIST(60;50;1)ले 0.9278398202 फर्काउँछ।

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.POISSON.DIST

QUARTILE

डेटा सेटको क्वार्टायल फर्काउँदछ ।

Syntax

QUARTILE(डेटा; प्रकार)

डेटा ले नमूनामा डेटाको एरे प्रतिनीधित्व गर्दछ ।

प्रकार क्वार्टायलको प्रकार प्रस्तुत गर्दछ । (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=QUARTILE(A1:A50;2) returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50.

QUARTILE.EXC

Returns a requested quartile of a supplied range of values, based on a percentile range of 0 to 1 exclusive.

note

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


Syntax

QUARTILE(डेटा; प्रकार)

Data represents the range of data values for which you want to calculate the specified quartile.

Type An integer between 1 and 3, representing the required quartile. (if type = 1 or 3, the supplied array must contain more than 2 values)

Example

=QUARTILE.EXC(A1:A50;2) returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.QUARTILE.EXC

QUARTILE.INC

ले डेटा सेटको क्वार्टायल फर्काउँदछ।

note

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


Syntax

QUARTILE(डेटा; प्रकार)

डेटा ले नमूनामा डेटाको एरे प्रतिनीधित्व गर्दछ ।

प्रकार क्वार्टायलको प्रकार प्रस्तुत गर्दछ । (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

Example

=QUARTILE.INC(A1:A50;2) returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.QUARTILE.INC

कृपया हामीलाई समर्थन गर्नुहोस्!