གྲངས་ཀྱི་ལས་འགན་ ཡན་ལག་བཞི་པ།

[text/scalc/01/func_averageif.xhp#averageif_head not found].

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.

[text/scalc/01/func_averageifs.xhp#averageifs_head not found].

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) returns the largest value from the list.

=MAX(A1:B100) returns the largest value from the list.

MAXA

སྒྲུབ་རྟགས་ཚུའི་ཐོ་ཡིག་ནང་ གནས་གོང་མང་མཐའ་སླར་ལོག་འབདཝ་ཨིན། མང་མཐའ་ལས་འགལ་བ་ཨིན་པ་ཅིན་ ཁྱོད་ཀྱིས་ ཚིག་ཡིག་བཙུགས་བཏུབ་ཨིན། ཚིག་ཡིག་གི་གནས་གོང་དེ་ ༠ ཨིན།

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") returns the largest value from the list.

=MAXA(A1:B100) returns the largest value from the list.

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

for an odd number: =MEDIAN(1;5;9;20;21) returns 9 as the median value.

ཨང་གྲངས་ཆ་ཅན་གཅིག་གི་དོན་ལུ་ : =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) returns the smallest value in the list.

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) returns 0.

=MINA(A1:B100) returns the smallest value in the list.

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 གིས་ མཐར་མ་འཁྱོལ་བའི་བརྟག་ཞིབ་ཚུའི་དོན་ལུ་ སླར་ལོག་འབད་ཡོད་པའི་གནས་གོང་ཁྱབ་ཚབ་འབདཝ་ཨིན།

ཨར་ གིས་ མཐར་འཁྱོལ་བའི་བརྟག་ཞིབ་ཚུ་ལུ་སླར་ལོག་འབད་ཡོད་པའི་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

ཨེསི་པི་ དེ་ དཔའ་བཅམ་གྱི་མཐར་འཁྱོལ་བའི་འབྱུང་ངེས་ཨིན།

Example

=NEGBINOMDIST(1;1;0.5) returns 0.25.

NEGBINOMDIST

བགོ་བཀྲམ་མིང་ཚིག་གཉིས་ལྡན་མེད་ཆ་སླར་ལོག་འབདཝ་ཨིན།

Syntax

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

X གིས་ མཐར་མ་འཁྱོལ་བའི་བརྟག་ཞིབ་ཚུའི་དོན་ལུ་ སླར་ལོག་འབད་ཡོད་པའི་གནས་གོང་ཁྱབ་ཚབ་འབདཝ་ཨིན།

ཨར་ གིས་ མཐར་འཁྱོལ་བའི་བརྟག་ཞིབ་ཚུ་ལུ་སླར་ལོག་འབད་ཡོད་པའི་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

ཨེསི་པི་ དེ་ དཔའ་བཅམ་གྱི་མཐར་འཁྱོལ་བའི་འབྱུང་ངེས་ཨིན།

སི་ = ༠ གིས་ སྟུག་ཚད་ལས་འགན་རྩིས་སྟོནམ་ཨིན། སི་ = ༡ གིས་ བགོ་བཀྲམ་འབད་ནི་དེ་རྩིས་སྟོནམ་ཨིན།

Example

=NEGBINOM.DIST(1;1;0.5;0) returns 0.25.

=NEGBINOM.DIST(1;1;0.5;1) returns 0.75.

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])

ཨང་གྲངས་དེ་ དེ་ལུ་གཞི་བཞག་སྟེ་ སྤྱིར་བཏང་བགོ་བཀྲམ་དེ་རྩིས་བརྐྱབ་ནི་ཨིན་པའི་བགོ་བཀྲམ་གྱི་གནས་གོང་ཨིན།

མཱིན་དེ་ བགོ་བཀྲམ་འབད་ནི་གི་ མཱིན་གནས་གོང་ཨིན།

ཨེསི་ཊི་ཌི་ཨི་ཝི་ དེ་ བགོ་བཀྲམ་འབད་ནི་གི་ ཚད་ལྡན་ཁ་བསྒྱུར་བ་ཨིན།

སི་ = ༠ གིས་ སྟུག་ཚད་ལས་འགན་རྩིས་སྟོནམ་ཨིན། སི་ = ༡ གིས་ བགོ་བཀྲམ་འབད་ནི་དེ་རྩིས་སྟོནམ་ཨིན།

Example

=NORMDIST(70;63;5;0) returns 0.03.

=NORMDIST(70;63;5;1) returns 0.92.

NORMDIST

སྟུག་ཚད་ལས་འགན་ ཡང་ན་ སྤྱིར་བཏང་བསྡུ་གསོག་བགོ་བཀྲམ་འདི་སླར་ལོག་འབདཝ་ཨིན།

Syntax

NORMDIST(ཨང་གྲངས། མཱིན། ཨེསི་ཊི་ཌི་ཨི་ཝི། སི།)

ཨང་གྲངས་དེ་ དེ་ལུ་གཞི་བཞག་སྟེ་ སྤྱིར་བཏང་བགོ་བཀྲམ་དེ་རྩིས་བརྐྱབ་ནི་ཨིན་པའི་བགོ་བཀྲམ་གྱི་གནས་གོང་ཨིན།

མཱིན་དེ་ བགོ་བཀྲམ་འབད་ནི་གི་ མཱིན་གནས་གོང་ཨིན།

ཨེསི་ཊི་ཌི་ཨི་ཝི་ དེ་ བགོ་བཀྲམ་འབད་ནི་གི་ ཚད་ལྡན་ཁ་བསྒྱུར་བ་ཨིན།

སི་ = ༠ གིས་ སྟུག་ཚད་ལས་འགན་རྩིས་སྟོནམ་ཨིན། སི་ = ༡ གིས་ བགོ་བཀྲམ་འབད་ནི་དེ་རྩིས་སྟོནམ་ཨིན།

Example

=NORM.DIST(70;63;5;0) returns 0.029945493.

=NORM.DIST(70;63;5;1) returns 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(ཨང་གྲངས། མཱིན། ཨེསི་ཊི་ཌི་ཨི་ཝི།)

ཨང་གྲངས་དེ་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་ལུག་ལྡོག་གཏན་འབེབ་བཟོ་ནིའི་དོན་ལུ་ལག་ལེན་འཐབ་ཡོད་པའི་ འབྱུང་ངེས་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

མཱིན་ གིས་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་ནང་ མཱིན་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

ཨེསི་ཊི་ཌི་ཨིི་ཝི་ གིས་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་གི་ ཚད་ལྡན་ཁ་བསྒྱུར་བ་ཁྱབ་ཚབ་འབདཝ་ཨིན།

Example

=NORMINV(0.9; 63; 5) གིས་ ༦༩་༤༡ སླར་ལོག་འབདཝ་ཨིན། ཆ་སྙོམས་གོང་རྡོ་གཅིག་ ཚད་ལྡན་སྤྱི་དང་མི་མཐུན་པ་ ༥ དང་བཅས་ཏེ་ ལྗིད་ཚད་ ༦༣ ག་རམསི་ འཇལ་བ་ཅིན་ གོང་རྡོ་དེ་ ༦༩་༤༡ཇི་ ག་རམསི་ལས་ལྗིད་ལྕི་འབྱུང་སྲིད་པ་དེ་ ༩༠% འོང་ནི་ཨིན།

NORMINV

སྤྱིར་བཏང་བསྡུ་གསོག་བགོ་བཀྲམ་འབད་ནིའི་ ལུགས་ལྡོག་སླར་ལོག་འབདཝ་ཨིན།

Syntax

NORMINV(ཨང་གྲངས། མཱིན། ཨེསི་ཊི་ཌི་ཨི་ཝི།)

ཨང་གྲངས་དེ་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་ལུག་ལྡོག་གཏན་འབེབ་བཟོ་ནིའི་དོན་ལུ་ལག་ལེན་འཐབ་ཡོད་པའི་ འབྱུང་ངེས་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

མཱིན་ གིས་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་ནང་ མཱིན་གནས་གོང་ཁྱད་ཚབ་འབདཝ་ཨིན།

ཨེསི་ཊི་ཌི་ཨིི་ཝི་ གིས་ སྤྱིར་བཏང་བགོ་བཀྲམ་འབད་ནི་གི་ ཚད་ལྡན་ཁ་བསྒྱུར་བ་ཁྱབ་ཚབ་འབདཝ་ཨིན།

Example

=NORMINV(0.9; 63; 5) གིས་ ༦༩་༤༡ སླར་ལོག་འབདཝ་ཨིན། ཆ་སྙོམས་གོང་རྡོ་གཅིག་ ཚད་ལྡན་སྤྱི་དང་མི་མཐུན་པ་ ༥ དང་བཅས་ཏེ་ ལྗིད་ཚད་ ༦༣ ག་རམསི་ འཇལ་བ་ཅིན་ གོང་རྡོ་དེ་ ༦༩་༤༡ཇི་ ག་རམསི་ལས་ལྗིད་ལྕི་འབྱུང་སྲིད་པ་དེ་ ༩༠% འོང་ནི་ཨིན།

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

པི་ཡར་སཱན་ཡུད་ཙམ་མཐུན་མོས་ཀྱི་འབྲེལ་བའི་གྲངས་རྟགས་ ཨར་ སླར་ལོག་འབདཝ་ཨིན།

Syntax

PEARSON(Data_1; Data_2)

Data_1 གིས་ གནད་སྡུད་ཆ་ཚན་དང་པའི་ཨེ་རེ་ ཁྱད་ཚབ་འབདཝ་ཨིན།

Data_2 གིས་ གནད་སྡུད་ཆ་ཚན་གཉིས་པའི་ཨེ་རེ་ཁྱད་ཚབ་འབདཝ་ཨིན།

Example

=PEARSON(A1:A30; B1:B30) གནད་སྡུད་ཆ་ཚན་གཉིས་ཆ་རའི་ པི་ཡར་སཱོན་མཐུན་མོས་ཀྱི་འབྲེལ་བའི་གྲངས་རྟགས་སླར་ལོག་འབདཝ་ཨིན།

PERCENTILE

ཨེ་རེ་གཅིག་ནང་ གནད་སྡུད་གནས་གོང་ཚུའི་ཨཱལ་ཕ་བརྒྱ་ཚག་སླར་ལོག་འབདཝ་ཨིན། བརྒྱ་ཚག་གིས་ གནད་སྡུད་རྒྱུན་རིམ་གྱི་གནས་གོང་ཆུང་ཤོས་ལས་སྦོམ་ཤོས་ཚུན་འགྱོ་བའི་ (ཨཱལ་ཕ་= ༠) གནད་སྡུད་རྒྱུན་རིམ་དོན་ལུ་ (ཨཱལ་ཕ་= ༡) གནས་སྡུད་ཆ་ཚད་སླར་ལོག་འབདཝ་ཨིན། ཨཱལ་ཕ་ = 25% དོན་ལུ་ བརྒྱ་ཚག་དེ་ གྲུ་བཞི་བཟོ་ནི་དང་པམ་ལུ་གོ་ནི་དང་ ཨཱལ་ཕ་ = 50% དེ་ MEDIAN ལུ་གོ་ནི་ཨིན།

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(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.EXC

PERCENTILE.INC

ཨེ་རེ་གཅིག་ནང་ གནད་སྡུད་གནས་གོང་ཚུའི་ཨཱལ་ཕ་བརྒྱ་ཚག་སླར་ལོག་འབདཝ་ཨིན། བརྒྱ་ཚག་གིས་ གནད་སྡུད་རྒྱུན་རིམ་གྱི་གནས་གོང་ཆུང་ཤོས་ལས་སྦོམ་ཤོས་ཚུན་འགྱོ་བའི་ (ཨཱལ་ཕ་= ༠) གནད་སྡུད་རྒྱུན་རིམ་དོན་ལུ་ (ཨཱལ་ཕ་= ༡) གནས་སྡུད་ཆ་ཚད་སླར་ལོག་འབདཝ་ཨིན། ཨཱལ་ཕ་ = 25% དོན་ལུ་ བརྒྱ་ཚག་དེ་ གྲུ་བཞི་བཟོ་ནི་དང་པམ་ལུ་གོ་ནི་དང་ ཨཱལ་ཕ་ = 50% དེ་ MEDIAN ལུ་གོ་ནི་ཨིན།

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(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(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(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) returns 0.93.

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) returns 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% དང་ 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) གིས་ ཁྱབ་ཚད་ 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(A1:A50; 2) གིས་ ཁྱབ་ཚད་ 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% དང་ 4 = MAX.)

Example

=QUARTILE(A1:A50; 2) གིས་ ཁྱབ་ཚད་ 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

Please support us!