From 04968b11e8d9df1440d3d5ce6eddd2d22ff00cc1 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Thu, 31 Aug 2023 15:02:33 +0300 Subject: [PATCH] Finish editing function pages. Remove excess amorintm.htm --- .../resources/help/en/Functions/amorintm.htm | 45 -------- .../resources/help/en/Functions/averageif.htm | 2 +- .../main/resources/help/en/Functions/cell.htm | 1 + .../resources/help/en/Functions/column.htm | 1 + .../resources/help/en/Functions/covar.htm | 2 +- .../resources/help/en/Functions/filter.htm | 2 +- .../help/en/Functions/formulatext.htm | 1 + .../resources/help/en/Functions/frequency.htm | 1 + .../resources/help/en/Functions/growth.htm | 1 + .../resources/help/en/Functions/hex2bin.htm | 2 +- .../resources/help/en/Functions/hyperlink.htm | 3 +- .../resources/help/en/Functions/index.htm | 1 + .../resources/help/en/Functions/indirect.htm | 1 + .../resources/help/en/Functions/isformula.htm | 1 + .../resources/help/en/Functions/linest.htm | 1 + .../resources/help/en/Functions/logest.htm | 1 + .../resources/help/en/Functions/match.htm | 6 +- .../resources/help/en/Functions/minverse.htm | 1 + .../resources/help/en/Functions/mmult.htm | 1 + .../resources/help/en/Functions/mode-sngl.htm | 2 +- .../resources/help/en/Functions/munit.htm | 2 +- .../resources/help/en/Functions/offset.htm | 1 + .../resources/help/en/Functions/randarray.htm | 1 + .../main/resources/help/en/Functions/row.htm | 1 + .../resources/help/en/Functions/sequence.htm | 2 +- .../main/resources/help/en/Functions/text.htm | 19 +++- .../resources/help/en/Functions/textafter.htm | 40 ++++++-- .../help/en/Functions/textbefore.htm | 40 ++++++-- .../resources/help/en/Functions/textjoin.htm | 25 ++++- .../resources/help/en/Functions/textsplit.htm | 44 ++++++-- .../main/resources/help/en/Functions/time.htm | 24 ++++- .../resources/help/en/Functions/timevalue.htm | 13 ++- .../main/resources/help/en/Functions/tinv.htm | 19 +++- .../resources/help/en/Functions/tocol.htm | 32 ++++-- .../resources/help/en/Functions/torow.htm | 28 +++-- .../resources/help/en/Functions/transpose.htm | 28 +++-- .../resources/help/en/Functions/trend.htm | 3 +- .../resources/help/en/Functions/trunc.htm | 21 +++- .../resources/help/en/Functions/ttest.htm | 31 ++++-- .../main/resources/help/en/Functions/type.htm | 15 ++- .../resources/help/en/Functions/unique.htm | 31 ++++-- .../help/en/Functions/weibull-dist.htm | 27 ++++- .../resources/help/en/Functions/weibull.htm | 27 ++++- .../help/en/Functions/workday-intl.htm | 33 ++++-- .../resources/help/en/Functions/workday.htm | 25 ++++- .../resources/help/en/Functions/wrapcols.htm | 31 ++++-- .../resources/help/en/Functions/wraprows.htm | 29 ++++-- .../main/resources/help/en/Functions/xirr.htm | 25 ++++- .../resources/help/en/Functions/xlookup.htm | 97 ++++++++++++++---- .../resources/help/en/Functions/xmatch.htm | 92 +++++++++++++---- .../main/resources/help/en/Functions/xnpv.htm | 24 ++++- .../resources/help/en/Functions/yearfrac.htm | 30 ++++-- .../resources/help/en/Functions/z-test.htm | 26 +++-- .../resources/help/en/Functions/ztest.htm | 25 ++++- .../resources/help/en/images/transpose.png | Bin 2544 -> 3766 bytes .../resources/help/es/Functions/amorintm.htm | 42 -------- .../resources/help/fr/Functions/amorintm.htm | 42 -------- .../resources/help/it/Functions/amorintm.htm | 45 -------- 58 files changed, 727 insertions(+), 389 deletions(-) delete mode 100644 Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm delete mode 100644 Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/es/Functions/amorintm.htm delete mode 100644 Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/Functions/amorintm.htm delete mode 100644 Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/Functions/amorintm.htm diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm deleted file mode 100644 index 5f44b07d0..000000000 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/amorintm.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - - FV Function - - - - - - - - -
-
- -
-

FV Function

-

The FV function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.

-

The FV function syntax is:

-

FV(rate, nper, pmt [, [pv] [,[type]]])

-

where

-

rate is the interest rate for the investment.

-

nper is a number of payments.

-

pmt is a payment amount.

-

pv is a present value of the payments. It is an optional argument. If it is omitted, the function will assume pv to be 0.

-

type is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If type is set to 1, the payments are due at the beginning of the period.

-

Note: cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.

-

The numeric values can be entered manually or included into the cell you make reference to.

-

To apply the FV function,

-
    -
  1. select the cell where you wish to display the result,
  2. -
  3. click the Insert function
    icon situated at the top toolbar, -
    or right-click within a selected cell and select the Insert Function option from the menu, -
    or click the
    icon situated at the formula bar, -
  4. -
  5. select the Financial function group from the list,
  6. -
  7. click the FV function,
  8. -
  9. enter the required arguments separating them by commas,
  10. -
  11. press the Enter button.
  12. -
-

The result will be displayed in the selected cell.

-

FV Function

-
- - \ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm index 89182fcba..c0d401b50 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/averageif.htm @@ -39,7 +39,7 @@

Notes

-

average_range is an optional argument. If it is omitted, the function will find the average in range.

+

average_range is an optional argument. If it is omitted, the function will find the average in range.

How to apply the AVERAGEIF function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/cell.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/cell.htm index 394b17c25..2448f8cfb 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/cell.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/cell.htm @@ -184,6 +184,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the CELL function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm index bb6a60244..342208e76 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/column.htm @@ -32,6 +32,7 @@

Notes

reference is an optional argument. If it is omitted, the function will return the column number of a cell selected to display the COLUMN function result.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the COLUMN function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm index 6857da442..a6c149805 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/covar.htm @@ -30,7 +30,7 @@

Notes

-

Note: if array1(2) contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.

+

If array1(2) contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.

How to apply the COVAR function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/filter.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/filter.htm index e71206154..26c09c5b5 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/filter.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/filter.htm @@ -38,7 +38,7 @@

Notes

-

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the FILTER function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm index 2ead86d02..214a12474 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm @@ -31,6 +31,7 @@

Notes

If the referenced cell range contains more than one formula, the FORMULATEXT function returns the value from the upper left cell of this range. If the referenced cell does not contain a formula, the FORMULATEXT function returns the N/A error value.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the FORMULATEXT function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm index c9843a433..d3b1123f8 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/frequency.htm @@ -35,6 +35,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the FREQUENCY function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/growth.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/growth.htm index a2b56966a..0f591f30c 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/growth.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/growth.htm @@ -43,6 +43,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the GROWTH function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm index 0e8548ff7..a137813b5 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hex2bin.htm @@ -35,7 +35,7 @@

Notes

-

Note: if the argument is not recognised as a hexadecimal number, or contains more than 10 characters, or the resulting binary number requires more digits than you specified, or the specified num-hex-digits number is less than or equal to 0, the function will return the #NUM! error.

+

If the argument is not recognised as a hexadecimal number, or contains more than 10 characters, or the resulting binary number requires more digits than you specified, or the specified num-hex-digits number is less than or equal to 0, the function will return the #NUM! error.

How to apply the HEX2BIN function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hyperlink.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hyperlink.htm index 71c176df8..f35e191f2 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hyperlink.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hyperlink.htm @@ -36,7 +36,8 @@ -

Notes

+

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the HYPERLINLK function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm index 319be374d..0ac75dd11 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/index.htm @@ -49,6 +49,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the INDEX function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm index 87aec0856..8efc2be42 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/indirect.htm @@ -35,6 +35,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the INDIRECT function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm index 0b3eccb10..dd777cab6 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/isformula.htm @@ -30,6 +30,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the ISFORMULA function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/linest.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/linest.htm index c13db1a63..7bf573dcc 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/linest.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/linest.htm @@ -43,6 +43,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the LINEST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/logest.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/logest.htm index 785288746..1b96beb7e 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/logest.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/logest.htm @@ -43,6 +43,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the LOGEST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm index d71422388..6eb679ef9 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/match.htm @@ -46,15 +46,15 @@ 1 or omitted - The values must be sorted in ascending order. If the the exact match is not found, the function will return the largest value that is less than lookup-value. + The values must be sorted in ascending order. If the exact match is not found, the function will return the largest value that is less than lookup-value. 0 - The values can be sorted in any order. If the the exact match is not found, the function will return the #N/A error. + The values can be sorted in any order. If the exact match is not found, the function will return the #N/A error. -1 - The values must be sorted in descending order. If the the exact match is not found, the function will return the smallest value that is greater than lookup-value. + The values must be sorted in descending order. If the exact match is not found, the function will return the smallest value that is greater than lookup-value.

Notes

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm index a06b504a9..c55ac4879 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/minverse.htm @@ -32,6 +32,7 @@

Notes

If any of the cells in the array contain empty or non-numeric values, the function will return the #N/A error.

If the number of rows in the array is not the same as the number of columns, the function will return the #VALUE! error.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the MINVERSE function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm index 19bc1e4f7..ce3f86697 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mmult.htm @@ -32,6 +32,7 @@

Notes

If any of the cells in the array contain empty or non-numeric values, the function will return the #N/A error.

If the number of columns in array1 is not the same as the number of rows in array2, the function will return the #VALUE! error.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the MMULT function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm index 7c7bf22b5..f07c09083 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/mode-sngl.htm @@ -26,7 +26,7 @@ number1/2/n - Up to 255 numeric values for which you want to find the the most frequently occurring value. + Up to 255 numeric values for which you want to find the most frequently occurring value.

Notes

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm index 6c64e8caa..160f78e66 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm @@ -30,7 +30,7 @@

Notes

-

To return a range of values, select a required range of cells, enter the formula, and press the Ctrl+Shift+Enter key combination.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the MUNIT function.

Examples

The figure below displays the result returned by the MUNIT function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm index 04a7348dc..5dbcea35b 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/offset.htm @@ -47,6 +47,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the OFFSET function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm index a5b58ce5c..3bc02ae39 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm @@ -47,6 +47,7 @@

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the RANDARRAY function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm index 2939c0195..8c203ad44 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/row.htm @@ -31,6 +31,7 @@

Notes

reference is an optional argument. If the it is omitted, the function will return the row number of a cell in which the ROW function is entered.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the ROW function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/sequence.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/sequence.htm index 43442df79..70d690477 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/sequence.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/sequence.htm @@ -42,8 +42,8 @@

Notes

-

How to apply the SEQUENCE function.

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

How to apply the SEQUENCE function.

Examples

The figure below displays the result returned by the SEQUENCE function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm index b5fe07a74..53e60ac14 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/text.htm @@ -17,11 +17,22 @@

TEXT Function

The TEXT function is one of the text and data functions. Is used to convert a value to a text in the specified format.

Syntax

-

TEXT(value, format)

+

TEXT(value, format_text)

The TEXT function has the following arguments:

-

value is a value to convert to text.

-

format is a format to display the results in.

-

Notes

+ + + + + + + + + + + + + +
ArgumentDescription
valueA value to convert to text.
formatA format to display the results in.

Notes

How to apply the TEXT function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textafter.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textafter.htm index 2cac21f26..0643340c0 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textafter.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textafter.htm @@ -17,15 +17,39 @@

TEXTAFTER Function

The TEXTAFTER function is one of the text and data functions. It is used to return text occurring after delimiting characters.

Syntax

-

TEXTAFTER(text,delimiter,[instance_num], [match_mode], [match_end], [if_not_found])

+

TEXTAFTER(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])

The TEXTAFTER function has the following argument:

-

text is the text the search is conducted within. Wildcard characters are not allowed. If text is an empty string, the function returns empty text.

-

delimiter is the text that marks the point after which the function extracts the text.

-

instance_num is an optional argument. The instance of the delimiter after which the function extracts the text. By default, instance_num equals 1. A negative number will start the text search from the end.

-

match_mode is an optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: 0 for case sensitive, 1 for case insensitive.

-

match_end is an optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: 0 for not matching the delimiter against the end of the text, 1 for matching the delimiter against the end of the text.

-

if_not_found is an optional argument. It sets a value that is returned if no match is found.

-

Notes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
textThe text the search is conducted within. Wildcard characters are not allowed. If text is an empty string, the function returns empty text.
delimiterThe text that marks the point after which the function extracts the text.
instance_numAn optional argument. The instance of the delimiter after which the function extracts the text. By default, instance_num equals 1. A negative number will start the text search from the end.
match_modeAn optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: 0 for case sensitive, 1 for case insensitive.
match_endAn optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: 0 for not matching the delimiter against the end of the text, 1 for matching the delimiter against the end of the text.
if_not_foundAn optional argument. It sets a value that is returned if no match is found.
+

Notes

How to apply the TEXTAFTER function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textbefore.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textbefore.htm index 1a0107ede..11e238991 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textbefore.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textbefore.htm @@ -17,15 +17,39 @@

TEXTBEFORE Function

The TEXTBEFORE function is one of the text and data functions. It is used to return text occurring before delimiting characters.

Syntax

-

TEXTBEFORE(text,delimiter,[instance_num], [match_mode], [match_end], [if_not_found])

+

TEXTBEFORE(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])

The TEXTBEFORE function has the following argument:

-

text is the text the search is conducted within. Wildcard characters are not allowed. If text is an empty string, the function returns empty text.

-

delimiter is the text that marks the point before which the function extracts the text.

-

instance_num is an optional argument. The instance of the delimiter before which the function extracts the text. By default, instance_num equals 1. A negative number will start the text search from the end.

-

match_mode is an optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: 0 for case sensitive, 1 for case insensitive.

-

match_end is an optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: 0 for not matching the delimiter against the end of the text, 1 for matching the delimiter against the end of the text.

-

if_not_found is an optional argument. It sets a value that is returned if no match is found.

-

Notes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
textThe text the search is conducted within. Wildcard characters are not allowed. If text is an empty string, the function returns empty text.
delimiterThe text that marks the point before which the function extracts the text.
instance_numAn optional argument. The instance of the delimiter before which the function extracts the text. By default, instance_num equals 1. A negative number will start the text search from the end.
match_modeAn optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: 0 for case sensitive, 1 for case insensitive.
match_endAn optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: 0 for not matching the delimiter against the end of the text, 1 for matching the delimiter against the end of the text.
if_not_foundAn optional argument. It sets a value that is returned if no match is found.
+

Notes

How to apply the TEXTBEFORE function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm index fb664f1a9..6740aa85f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textjoin.htm @@ -17,12 +17,27 @@

TEXTJOIN Function

The TEXTJOIN function is one of the text and data functions. Is used to combine the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined; if the delimiter is an empty text string, this function will effectively concatenate the ranges. This function is similar to the CONCAT function, but the difference is that the CONCAT function cannot accept a delimiter.

Syntax

-

TEXTJOIN(delimiter, ignore_empty, text1 [, text2], …)

+

TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)

The TEXTJOIN function has the following argument:

-

delimiter is the delimiter to be inserted between the text values. Can be specified as a text string enclosed by double quotes (e.g. "," (comma), " " (space), "\" (backslash) etc.) or as a reference to a cell or range of cells.

-

ignore_empty is a logical value that specifies whether empty cells should be ignored. When the value is set to TRUE, empty cells are ignored.

-

text1(2) is up to 252 data values. Each value can be a text string or a reference to a range of cells.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
delimiterThe delimiter to be inserted between the text values. Can be specified as a text string enclosed by double quotes (e.g. "," (comma), " " (space), "\" (backslash) etc.) or as a reference to a cell or range of cells.
ignore_emptyA logical value that specifies whether empty cells should be ignored. When the value is set to TRUE, empty cells are ignored.
text1/2/nUp to 252 data values. Each value can be a text string or a reference to a range of cells.
+

Notes

How to apply the TEXTJOIN function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textsplit.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textsplit.htm index a61563659..4238e764f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textsplit.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/textsplit.htm @@ -17,17 +17,41 @@

TEXTSPLIT Function

The TEXTSPLIT function is one of the text and data functions. It is used to split text strings through column and row delimiters.

Syntax

-

TEXTSPLIT(text,col_delimiter,[row_delimiter],[ignore_empty], [match_mode], [pad_with])

+

TEXTSPLIT(text, col_delimiter, [row_delimiter], [ignore_empty], [match_mode], [pad_with])

The TEXTSPLIT function has the following argument:

-

text is used to set the text you want to split.

-

col_delimiter is an optional argument. It is used to set the text that marks the point where to split the text across columns.

-

row_delimiter is an optional argument. It is used to set the text that marks the point where to split the text down rows.

-

ignore_empty is an optional argument. It is used to specify FALSE to create an empty cell when two delimiters are consecutive. Defaults to TRUE, which creates an empty cell.

-

match_mode is an optional argument. It is used to search the text for a delimiter match. By default, a case-sensitive match is done.

-

pad_with is used to set the value with which to pad the result. Defaults to #N/A.

-

Notes

-

How to apply the TEXTSPLIT function.

-

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
textThe text you want to split.
col_delimiterAn optional argument. It is used to set the text that marks the point where to split the text across columns.
row_delimiterAn optional argument. It is used to set the text that marks the point where to split the text down rows.
ignore_emptyAn optional argument. It is used to specify FALSE to create an empty cell when two delimiters are consecutive. Defaults to TRUE, which creates an empty cell.
match_modeAn optional argument. It is used to search the text for a delimiter match. By default, a case-sensitive match is done.
pad_withIs used to set the value with which to pad the result. Defaults to #N/A.
+

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

How to apply the TEXTSPLIT function.

Examples

The figure below displays the result returned by the TEXTSPLIT function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm index 4f3ef651f..eee215fd0 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/time.htm @@ -19,11 +19,25 @@

Syntax

TIME(hour, minute, second)

The TIME function has the following arguments:

-

hour is a number from 0 to 23.

-

minute is a number from 0 to 59.

-

second is a number from 0 to 59.

-

Notes

- + + + + + + + + + + + + + + + + + +
ArgumentDescription
hourA number from 0 to 23.
minuteA number from 0 to 59.
secondA number from 0 to 59.
+

Notes

How to apply the TIME function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm index 12f2c9202..db34876bf 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/timevalue.htm @@ -17,9 +17,18 @@

TIMEVALUE Function

The TIMEVALUE function is one of the date and time functions. It is used to return the serial number of a time.

Syntax

-

TIMEVALUE(date-time-string)

+

TIMEVALUE(time_text)

The TIMEVALUE function has the following argument:

-

date-time-string is a value entered manually or included into the cell you make reference to.

+ + + + + + + + + +
ArgumentDescription
time_textA text string that represents a time, e.g. "4:30 PM" or "16:30".

Notes

How to apply the TIMEVALUE function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm index cbc3675a0..f8e89612c 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tinv.htm @@ -17,11 +17,22 @@

TINV Function

The TINV function is one of the statistical functions. Returns the two-tailed inverse of the Student's t-distribution.

Syntax

-

TINV(probability, deg-freedom)

+

TINV(probability, deg_freedom)

The TINV function has the following arguments:

-

probability is the probability associated with the two-tailed Student's t-distribution. A numeric value greater than 0 but less than or equal to 1.

-

deg-freedom is the number of degrees of freedom, an integer greater than or equal to 1.

- + + + + + + + + + + + + + +
ArgumentDescription
probabilityThe probability associated with the two-tailed Student's t-distribution. A numeric value greater than 0 but less than or equal to 1.
deg_freedomThe number of degrees of freedom, an integer greater than or equal to 1.

Notes

How to apply the TINV function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tocol.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tocol.htm index 6de925155..8f64c736f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tocol.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/tocol.htm @@ -15,20 +15,36 @@

TOCOL Function

-

The TOCOL function is one of the lookup and reference functions. It is used to return the array as one row.

+

The TOCOL function is one of the lookup and reference functions. It is used to return the array as one column.

Syntax

TOCOL (array, [ignore], [scan_by_column])

The TOCOL function has the following arguments:

-

array is the array or reference to return as a column.

-

ignore is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: 0 to keep all values (default); 1 to ignore blanks; 2 to ignore errors; 3 to ignore blanks and errors.

-

scan_by_column is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns.

-

Notes

-

How to apply the TOCOL function.

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
arrayThe array or reference to return as a column.
ignoreIs used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: 0 to keep all values (default); 1 to ignore blanks; 2 to ignore errors; 3 to ignore blanks and errors.
scan_by_columnIs used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns. A logical value (TRUE or FALSE).
+

Notes

+

If scan_by_column is omitted or FALSE, the array is scanned by row. If it is TRUE, the array is scanned by column.

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

- +

How to apply the TOCOL function.

+

Examples

The figure below displays the result returned by the TOCOL function.

- +

TOCOL Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/torow.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/torow.htm index c60835c21..679e6f9dd 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/torow.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/torow.htm @@ -19,16 +19,32 @@

Syntax

TOROW (array, [ignore], [scan_by_column])

The TOROW function has the following arguments:

-

array is the array or reference to return as a row.

-

ignore is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: 0 to keep all values (default); 1 to ignore blanks; 2 to ignore errors; 3 to ignore blanks and errors.

-

scan_by_column is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns.

-

Notes

-

How to apply the TOROW function.

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
arrayThe array or reference to return as a row.
ignoreIs used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: 0 to keep all values (default); 1 to ignore blanks; 2 to ignore errors; 3 to ignore blanks and errors.
scan_by_columnIs used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns. A logical value (TRUE or FALSE).
+

Notes

+

If scan_by_column is omitted or FALSE, the array is scanned by row. If it is TRUE, the array is scanned by column.

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

How to apply the TOROW function.

Examples

The figure below displays the result returned by the TOROW function.

- +

TOROW Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm index 9aae8fb04..cc2ed5fa8 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/transpose.htm @@ -15,26 +15,24 @@

TRANSPOSE Function

-

The TRANSPOSE function is one of the lookup and reference functions. It is used to return the first element of an array.

+

The TRANSPOSE function is one of the lookup and reference functions. It is used to convert columns into rows and rows into columns.

Syntax

TRANSPOSE(array)

The TRANSPOSE function has the following arguments:

-

array is a reference to a range of cells.

+ + + + + + + + + +
ArgumentDescription
arrayA reference to a range of cells.

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the TRANSPOSE function.

-
    -
  1. select a cell where you wish to display the result, - -
  2. -
  3. click the Insert function
    icon situated at the top toolbar, -
    or right-click within a selected cell and select the Insert Function option from the menu, -
    or click the
    icon situated at the formula bar, -
  4. -
  5. select the Lookup and Reference function group from the list,
  6. -
  7. click the TRANSPOSE function,
  8. -
  9. select a range of cells with the mouse or enter it manually, like this A1:B2,
  10. -
  11. press the Enter key.
  12. -
+

Examples

The figure below displays the result returned by the TRANSPOSE function.

TRANSPOSE Function

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trend.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trend.htm index 1543625b9..26c1d93ed 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trend.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trend.htm @@ -43,7 +43,8 @@

Notes

-

How to apply the TREND function.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

How to apply the TREND function.

Examples

The figure below displays the result returned by the TREND function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm index aa07f7226..a39c4f182 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/trunc.htm @@ -17,12 +17,23 @@

TRUNC Function

The TRUNC function is one of the math and trigonometry functions. It is used to return a number truncated to a specified number of digits.

Syntax

-

TRUNC(x [,number-digits])

+

TRUNC(number, [num_digits])

The TRUNC function has the following arguments:

-

x is a number to truncate.

-

number-digits is a number of decimal places to display. It is an optional argument. If omitted, the function will assume it to be 0.

-

Notes

- + + + + + + + + + + + + + +
ArgumentDescription
numberA number to truncate.
num_digitsA number of decimal places to display. It is an optional argument. If omitted, the function will assume it to be 0.
+

Notes

How to apply the TRUNC function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm index 435b34873..c3fde1cfb 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ttest.htm @@ -19,14 +19,33 @@

Syntax

TTEST(array1, array2, tails, type)

The TTEST function has the following arguments:

-

array1 is the first range of numeric values.

-

array2 is the second range of numeric values.

-

tails is the number of distribution tails. If it is 1, the function uses the one-tailed distribution. If it is 2, the function uses the two-tailed distribution.

-

type is a numeric value that specifies the kind of t-Test to be performed. The value can be one of the following:

- - + + + + + + + + + + + + + + + + + + + +
Numeric valueThe kind of t-TestArgumentDescription
array1The first range of numeric values.
array2The second range of numeric values.
tailsThe number of distribution tails. If it is 1, the function uses the one-tailed distribution. If it is 2, the function uses the two-tailed distribution.
typeA numeric value that specifies the kind of t-Test to be performed. The possible values are listed in the table below.
+

The type argument can be one of the following:

+ + + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm index 29710b6c9..f383e3a1f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/type.htm @@ -20,10 +20,21 @@

TYPE(value)

The TYPE function has the following argument:

value is a value to test entered manually or included into the cell you make reference to. Below you will find the possible values and the result that TYPE returns:

+
Numeric valueThe kind of t-Test
1
+ + + + + + + + +
ArgumentDescription
valueA value to test. The possible values are listed in the table below.
+

The value argument can be one of the following:

- - + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/unique.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/unique.htm index 349d691d2..63209de66 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/unique.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/unique.htm @@ -17,17 +17,32 @@

UNIQUE Function

The UNIQUE function is one of the lookup and reference functions. It is used to return a list of unique values from the specified range.

Syntax

-

UNIQUE(array,[by_col],[exactly_once])

-

The UNIQUE function has the following argument:

-

array is the range from which to extract unique values.

-

by_col is the optional TRUE or FALSE value indicating the method of comparison: TRUE for columns and FALSE for rows.

-

exactly_once is the optional TRUE or FALSE value indicating the returning method: TRUE for values occurring once and FALSE for all unique values.

+

UNIQUE(array, [by_col], [exactly_once])

+

The UNIQUE function has the following arguments:

+
ValueResultValueResult
number
+ + + + + + + + + + + + + + + + +
ArgumentDescription
arrayThe range from which to extract unique values.
by_colThe optional TRUE or FALSE value indicating the method of comparison: TRUE for columns and FALSE for rows.
exactly_onceThe optional TRUE or FALSE value indicating the returning method: TRUE for values occurring once and FALSE for all unique values.

Notes

-

How to apply the UNIQUE function.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

+

How to apply the UNIQUE function.

Examples

-

The figure below displays the result returned by the UNIQUE function.

-

To return a range of values, select a required range of cells, enter the formula, and press the Ctrl+Shift+Enter key combination.

+

The figure below displays the result returned by the UNIQUE function.

UNIQUE Function

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm index 7aa7d373a..60afb2e6c 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull-dist.htm @@ -19,11 +19,28 @@

Syntax

WEIBULL.DIST(x, alpha, beta, cumulative)

The WEIBULL.DIST function has the following arguments:

-

x is the value between at which the function should be calculated, a numeric value greater than or equal to 0.

-

alpha is the first parameter of the distribution, a numeric value greater than 0.

-

beta is the second parameter of the distribution, a numeric value greater than 0.

-

cumulative is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.

- + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
xThe value between at which the function should be calculated, a numeric value greater than or equal to 0.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.

Notes

How to apply the WEIBULL.DIST function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm index b2405f11e..408a91801 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/weibull.htm @@ -19,11 +19,28 @@

Syntax

WEIBULL(x, alpha, beta, cumulative)

The WEIBULL function has the following arguments:

-

x is the value between at which the function should be calculated, a numeric value greater than or equal to 0.

-

alpha is the first parameter of the distribution, a numeric value greater than 0.

-

beta is the second parameter of the distribution, a numeric value greater than 0.

-

cumulative is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.

- + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
xThe value between at which the function should be calculated, a numeric value greater than or equal to 0.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.

Notes

How to apply the WEIBULL function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm index 7ae51a059..6114a8f2f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday-intl.htm @@ -17,15 +17,35 @@

WORKDAY.INTL Function

The WORKDAY.INTL function is one of the date and time functions. It is used to return the date before or after a specified number of workdays with custom weekend parameters; weekend parameters indicate which and how many days are weekend days.

Syntax

-

WORKDAY.INTL(start_date, days, [, weekend], [, holidays])

+

WORKDAY.INTL(start_date, days, [weekend], [holidays])

The WORKDAY.INTL function has the following arguments:

-

start_date is the first date of the period entered using the DATE function or other date and time function.

-

days is a number of workdays before or after start_date. If the days has the negative sign, the function will return the date which comes before the specified start_date. If the days has the positive sign, the function will return the date which follows after the specified start_date.

-

weekend is an optional argument, a number or a string that specifies which days to consider weekends. The possible numbers are listed in the table below.

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
start_dateThe first date of the period entered using the DATE function or other date and time function.
daysA number of nonweekend before or after start_date. If the days has the negative sign, the function will return the date which comes before the specified start_date. If the days has the positive sign, the function will return the date which follows after the specified start_date.
weekendAn optional argument, a number or a string that specifies which days to consider weekends. The possible numbers are listed in the table below.
holidaysAn optional argument that specifies which dates besides weekends are nonworking. You can enter them using the DATE function or other date and time function or specify a reference to a range of cells containing dates.
+

The weekend argument can be one of the following:

- - + + @@ -86,7 +106,6 @@
NumberWeekend daysNumberWeekend days
1 or omitted

Notes

A string that specifies weekend days must contain 7 characters. Each character represents a day of the week, starting from Monday. 0 represents a workday, 1 represents a weekend day. E.g. "0000011" specifies that weekend days are Saturday and Sunday. The string "1111111" is not valid.

-

holidays is an optional argument that specifies which dates in addition to weekend are nonworking. You can enter them using the DATE function or other date and time function or specify a reference to a range of cells containing dates.

How to apply the WORKDAY.INTL function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm index 66fddeeef..c3454bd2b 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/workday.htm @@ -17,12 +17,27 @@

WORKDAY Function

The WORKDAY function is one of the date and time functions. It is used to return the date which comes the indicated number of days (day-offset) before or after the specified start date excluding weekends and dates considered as holidays.

Syntax

-

WORKDAY(start-day, day-offset [,holidays])

+

WORKDAY(start_date, days, [holidays])

The WORKDAY function has the following arguments:

-

start-day is the first date of the period entered using the DATE function or other date and time function.

-

day-offset is a number of nonweekend before or after start-day. If the day-offset has the negative sign, the function will return the date which comes before the specified start-date. If the day-offset has the positive sign, the function will return the date which follows after the specified start-date.

-

holidays is an optional argument that specifies which dates besides weekends are nonworking. You can enter them using the DATE function or other date and time function or specify a reference to a range of cells containing dates.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
start_dateThe first date of the period entered using the DATE function or other date and time function.
daysA number of nonweekend before or after start_date. If the days has the negative sign, the function will return the date which comes before the specified start_date. If the days has the positive sign, the function will return the date which follows after the specified start_date.
holidaysAn optional argument that specifies which dates besides weekends are nonworking. You can enter them using the DATE function or other date and time function or specify a reference to a range of cells containing dates.
+

Notes

How to apply the WORKDAY function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wrapcols.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wrapcols.htm index 38adc36d2..8c00b8059 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wrapcols.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wrapcols.htm @@ -15,20 +15,35 @@

WRAPCOLS Function

-

The WRAPCOLS function is one of the lookup and reference functions. It is used to wrap a row or column vector after a specified number of values.

+

The WRAPCOLS function is one of the lookup and reference functions. It is used to wrap a row or column vector by columns after a specified number of values.

Syntax

WRAPCOLS(vector, wrap_count, [pad_with])

The WRAPCOLS function has the following arguments:

-

vector is used to set the vector or reference to wrap.

-

wrap_count is used to set the maximum number of values for each column.

-

pad_with is used to set the value with which to pad. Defaults to #N/A.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
vectorIs used to set the vector or reference to wrap.
wrap_countIs used to set the maximum number of values for each column.
pad_withIs used to set the value with which to pad. Defaults to #N/A.
+

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the WRAPCOLS function.

-

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

Examples

-

The figure below displays the result returned by the WRAPCOLS function.

- +

The figure below displays the result returned by the WRAPCOLS function. It wraps the row in range A1:F1 to an array in range A3:C5 by columns.

+

WRAPCOLS Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wraprows.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wraprows.htm index 8564ebb45..60abe0e99 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wraprows.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/wraprows.htm @@ -15,20 +15,35 @@

WRAPROWS Function

-

The WRAPROWS function is one of the lookup and reference functions. It is used to wrap a row or column vector after a specified number of values.

+

The WRAPROWS function is one of the lookup and reference functions. It is used to wrap a row or column vector by rows after a specified number of values.

Syntax

WRAPROWS(vector, wrap_count, [pad_with])

The WRAPROWS function has the following arguments:

-

vector is used to set the vector or reference to wrap.

-

wrap_count is used to set the maximum number of values for each row.

-

pad_with is used to set the value with which to pad. Defaults to #N/A.

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
vectorIs used to set the vector or reference to wrap.
wrap_countIs used to set the maximum number of values for each row.
pad_withIs used to set the value with which to pad. Defaults to #N/A.

Notes

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the WRAPROWS function.

-

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

Examples

-

The figure below displays the result returned by the WRAPROWS function.

- +

The figure below displays the result returned by the WRAPROWS function. It wraps the row in range A1:F1 to an array in range A3:C5 by rows.

+

WRAPROWS Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm index bd6a6d8ec..a7d255834 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xirr.htm @@ -17,12 +17,27 @@

XIRR Function

The XIRR function is one of the financial functions. It is used to calculate the internal rate of return for a series of irregular cash flows.

Syntax

-

XIRR(values, dates [,[guess]])

+

XIRR(values, dates, [guess)

The XIRR function has the following arguments:

-

values is an array that contains the series of payments occuring irregularly. At least one of the values must be negative and at least one positive.

-

dates is an array that contains the payment dates when the payments are made or received. Dates must be entered by using the DATE function.

-

guess is an estimate at what the internal rate of return will be. It is an optional argument. If it is omitted, the function will assume guess to be 10%.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
valuesAn array that contains the series of payments occuring irregularly. At least one of the values must be negative and at least one positive.
datesAn array that contains the payment dates when the payments are made or received. Dates must be entered by using the DATE function.
guessAn estimate at what the internal rate of return will be. It is an optional argument. If it is omitted, the function will assume guess to be 10%.
+

Notes

How to apply the XIRR function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xlookup.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xlookup.htm index 87de845da..74c2fbbd8 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xlookup.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xlookup.htm @@ -19,30 +19,87 @@

Syntax

XLOOKUP (lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])

The XLOOKUP function has the following arguments:

-

lookup_value is a value to search for.

-

lookup_array is an array or range to search in.

-

return_array is an array or range to return the results to.

-

if_not_found is an optional argument. If there is no search result, the argument returns the text stated in [if_not_found]. In case the text is not specified, the “N/A” is returned.

-

match_mode is an optional argument. The following values are available: -

-

-

search_mode is an optional argument. The following values are available: -

-

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
lookup_valueA value to search for.
lookup_arrayAn array or range to search in.
return_arrayAn array or range to return the results to.
if_not_foundAn optional argument. If there is no search result, the argument returns the text stated in [if_not_found]. In case the text is not specified, the “N/A” is returned.
match_modeAn optional argument. The possible values are listed in the table below.
search_modeAn optional argument. The possible values are listed in the table below.
+

The match_mode argument can be one of the following:

+ + + + + + + + + + + + + + + + + + + + + +
ValueDescription
0Set by default. Returns the exact match; if there is no match, the “N/A” is returned instead.
-1Returns the exact match; if there is none, the next smaller item is returned.
1Returns the exact match; if there is none, the next larger item is returned.
2A wildcard match.
+

The search_mode argument can be one of the following:

+ + + + + + + + + + + + + + + + + + + + + +
ValueDescription
1Set by default. Starts a search at the first item.
-1Starts a reverse search, i.e. at the last item.
2Starts a binary search with the lookup_array sorted in ascending order. If not sorted, invalid results will be returned.
-2Starts a binary search with the lookup_array sorted in descending order. If not sorted, invalid results will be returned.

Notes

Wildcard characters include the question mark (?) that matches a single character and the asterisk (*) that matches multiple characters. If you want to find a question mark or asterisk, type a tilde (~) before the character.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the XLOOKUP function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xmatch.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xmatch.htm index 36d48f4e7..254acde81 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xmatch.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xmatch.htm @@ -19,36 +19,84 @@

Syntax

XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])

The XMATCH function has the following arguments:

-

lookup_value is a value to search for.

-

lookup_array is an array or range to search in.

-

- match_mode is an optional argument. The following values are available: -

-

-

- search_mode is an optional argument. The following values are available: -

-

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
lookup_valueA value to search for.
lookup_arrayAn array or range to search in.
match_modeAn optional argument. The possible values are listed in the table below.
search_modeAn optional argument. The possible values are listed in the table below.
+

The match_mode argument can be one of the following:

+ + + + + + + + + + + + + + + + + + + + + +
ValueDescription
0Set by default. Returns the exact match; if there is no match, the “N/A” is returned instead.
-1Returns the exact match; if there is none, the next smaller item is returned.
1Returns the exact match; if there is none, the next larger item is returned.
2A wildcard match.
+

The search_mode argument can be one of the following:

+ + + + + + + + + + + + + + + + + + + + + +
ValueDescription
1Set by default. Starts a search at the first item.
-1Starts a reverse search, i.e. at the last item.
2Starts a binary search with the lookup_array sorted in ascending order. If not sorted, invalid results will be returned.
-2Starts a binary search with the lookup_array sorted in descending order. If not sorted, invalid results will be returned.

Notes

Wildcard characters include the question mark (?) that matches a single character and the asterisk (*) that matches multiple characters. If you want to find a question mark or asterisk, type a tilde (~) before the character.

+

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

How to apply the XMATCH function.

-

Please note that this is an array formula. To learn more, please read the Insert array formulas article.

Examples

The figure below displays the result returned by the XMATCH function.

- +

XMATCH Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm index 9f47e8d5d..4d6f2a025 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/xnpv.htm @@ -19,11 +19,25 @@

Syntax

XNPV(rate, values, dates)

The XNPV function has the following arguments:

-

rate is the discount rate for the investment.

-

values is an array that contains the income (positive values) or payment (negative values) amounts. At least one of the values must be negative and at least one positive.

-

dates is an array that contains the payment dates when the payments are made or received.

-

Notes

- + + + + + + + + + + + + + + + + + +
ArgumentDescription
rateThe discount rate for the investment.
valuesAn array that contains the income (positive values) or payment (negative values) amounts. At least one of the values must be negative and at least one positive.
datesAn array that contains the payment dates when the payments are made or received.
+

Notes

How to apply the XNPV function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm index 60d154093..01bebc725 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/yearfrac.htm @@ -17,15 +17,31 @@

YEARFRAC Function

The YEARFRAC function is one of the date and time functions. It is used to return the fraction of a year represented by the number of whole days from start-date to end-date calculated on the specified basis.

Syntax

-

YEARFRAC(start-date, end-date [,basis])

+

YEARFRAC(start_date, end_date, [basis])

The YEARFRAC function has the following arguments:

-

start-date is a number representing the first date of the period, entered using the DATE function or other date and time function.

-

end-date is a number representing the last date of the period, entered using the DATE function or other date and time function.

-

basis is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It can be one of the following:

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
start_dateA number representing the first date of the period, entered using the DATE function or other date and time function.
end_dateA number representing the last date of the period, entered using the DATE function or other date and time function.
basisThe day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. The possible values are listed in the table below.
+

The basis argument can be one of the following:

- - + + @@ -49,7 +65,7 @@
Numeric valueCount basisNumeric valueCount basis
0

Notes

-

If the start-date, end-date or basis is a decimal value, the function will ignore the numbers to the right of the decimal point. +

If the start_date, end_date or basis is a decimal value, the function will ignore the numbers to the right of the decimal point.

How to apply the YEARFRAC function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm index a470d450a..d530d203e 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/z-test.htm @@ -17,13 +17,27 @@

Z.TEST Function

The Z.TEST function is one of the statistical functions. It is used to return the one-tailed P-value of a z-test. For a given hypothesized population mean, x, Z.TEST returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.

Syntax

-

Z.TEST(array, x [, sigma])

+

Z.TEST(array, x, [sigma])

The Z.TEST function has the following arguments:

-

array is the range of numeric values against which to test x.

-

x is the value to test.

-

sigma is a population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.

-

Notes

- + + + + + + + + + + + + + + + + + +
ArgumentDescription
arrayThe range of numeric values against which to test x.
xThe value to test.
sigmaA population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.
+

Notes

How to apply the Z.TEST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm index 66b43c0f7..49b0c85d1 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/ztest.htm @@ -17,12 +17,27 @@

ZTEST Function

The ZTEST function is one of the statistical functions. It is used to return the one-tailed probability-value of a z-test. For a given hypothesized population mean, μ0, ZTEST returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.

Syntax

-

ZTEST(array, x [, sigma])

+

ZTEST(array, x, [sigma])

The ZTEST function has the following arguments:

-

array is the range of numeric values against which to test x.

-

x is the value to test.

-

sigma is a population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
arrayThe range of numeric values against which to test x.
xThe value to test.
sigmaA population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.
+

Notes

How to apply the ZTEST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/transpose.png b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/transpose.png index aea01c530efc6aaeb4016f04bbf978a0e32c79a6..be836185f2972fc606caff720b3f5a9540bb3486 100644 GIT binary patch literal 3766 zcmd5;c{J4T_n#R{_AQ2)M1;!nvAv1xj5Q-_vhTteOk_kN`@WR1Wg^Q&NOnrHhs2l} zOH#=eV<{08$!EUf^Eto2e&>Au{@!z*`@YY8J@=m1`#$&F^Q2l^nR0W$IY1x~x49YO zG6)2QGwc#JCWhwsU9kg!m_XK+C}Ri&LZ*}7FUZ4Mi%V8SAh6m-dWdZD#>NIY z8)0_Kxu&K@N?ID5jUSt$;t>cUk%$Ov%r7oPAnCN~Bm@CZB?7nhfp7bZ9`ARyp& z+#OkE1-~#|d?41z*@;f4VG($2VB_}oHjPeyJ3E6!S=YBUC1s_3-k@RYX*@#w((-4; z#KaH?L`O%*$jHcp@`rRf`Kq%$9*IWaK$8ihi=?C<`xykLSfr_srAsfm?Ot81F-nwy)&q$SjK zH2+dl)-y3o&q&9H2D^HD_+l|Pqi!*7;eSdLBX%WM!$7PKpxXb!>ly<~0WnUof48G^8Y_0X$XX^R1KB90sC2cV;J--RFZMV zmrnoN9-<5J2$c*0f!skXpqPIm`HsFl&yQ@jBX!imM?wLONv?vPGdRP3{_EKVfx;9c zLPqx(9PL515RbqA_5Yt1VHijM@Q+wFfOuKzT@DNr7+bLCMN@>ts{n2&W5XU~=D=XU z^Xh1U^W=C=fIys=%n=5t@b_PfW1SwDL3`R)ZI>2ioS#)f73DV7T@-V_y1ZNtD1e(` z7T}j~$gk3m{Os2)syo{z^Jh22qg9!hE#oA5(P&y!2@mThrJW_xgY$}oW~hb)Hk+~` zMWMR8&aX1P*iGW8mb&n974M8nae_}`PQ%o$5mCj33A6UW;TJ)Z|IPGy>s#LZox8N? z@!hvq!w25TzqA$Xm22P|I5t1v{p{ll4k4R`sygkh7MH8PByl%*TwZEltgnw%few|$2w3PSlTA#!1#kX#~O6~h3M`(HQ z=uoTwmOqU9{*TsU8~&beO*t(}m;H_%L$!r`u@&bgjsIE&|8=-G7h;&>qY6`>O{^R? zjJ`5;0o~L8tr0%7O!?%+;sX{_S)bsz0nMr(9_N8aY{o9(n(FGor+G3TXW1}EWiC03 zK2|RHVO5;zBh4unUqxo;E>Nl&Z~2^j0?wb0;fpPa;U?Uk4~1BN zf9V0roNysyDC~9}BN);2kdLy=&$PApGB>)YOqzqvmJUkkLHo%Jv>MOq%oz93Qj$W>gzTeA)f)Bi zBtuu>cf1(BA|F1y&>RM$Dj4~<9W=gcaALC+eo3dM-oQ5X<1Y8-A~IE;@l;V5g=UzpnVe%^jpX~Z)Fh)MmHp^Bx%YYvJiXG zN`w&Oc^UtzIH)M29fD)TbtIt1~=Sm3_}P!)_(5--D&d++A_mkiV|1RL7rw zIpev^6+x2i=yRFlnswX52=@IgILAK)lA!!iuzWOX+28Sm5iF{ftg=8(vH~v1vk# z&8Iynm4j_X`rm=I`WZx_b&Ca*z=OGpZxS9_15ahYq{T+Yqbjt#Co5Tgc*hJYjxY=6 zw87&ZngNh?kd_J|OScI+rWiXFv>6K3FVF_OA)CGER#W4p4bHq4GwL1laqjDvtfgPg zS_%@NqY2GmfQt~m9LHh=bgm>|B5-aKRN?QL5Ei9d(p9F!_skOBY>*dgiW=~ri}%lN zb1^DX}yptX<}2BEn3vRiAHD#0^kG|_lq|DhZlUzYay93W#*+H>drmygwz4y}e| z1an<@TkVXebc#s;RmGVnD=kS%Dl3O=EkwjR2_0HiR&i^On?JFQy&xHRCKjf7F19N} zYL3;&Mu6GzsnGnr-SH~h_){s7_OiHfihZZ;m5~V?DRpF=5rJ)0Z5aaj@qON_9@vIudFJZ!2N#5%rD{9maY2Fhb{}*bF)8{kr%q)fF>9l zZJIDS$3MMbo3kmUL{xw3-haAnK_e)>L1V@=2MTAgsqDX8mXo*a#nmp%ZC$}47)!k#Ht6Ybtuf34GrbKWxe-P-| zm1_4%1DtleRKqQv>JBh^ST&0o-KYglqwcX=56`iuQ*oJ+(L@=OkPB)bJ-1@klPl%Z zDif)@&)^ED@gm6ApGhr@T)=XEjRT66xMoaLL)KJzxy2Jb7}KKN9*BM!&>jFRI8hW& zlDyC8_jf;!>2hw5d;&W`cpNFu7&Y(=A3j3I?NsBOvNRX8$sB~2`bExSb0BtZZrtWF zH8(v#m>}XbFG2Wv=}+&^bTSy3)7n9K^$zl_d?8wP`_CA$fA)|iW+nM z+cWK>n1L<|6EvLWU7nch%oTmoVjeoTeD1s2u{Wqi%4e$YK0+==W(*omp5CfBKkbTKm(LL?n;lH@dy?A9^2s`ALq@_c*$Z5D5mLq9+Gf z28FJb?}zTVl-x8Oek%do77uC9@gFt~`AvtP0;>BD4@J;oZ6y_#$?t#CQdagyaabm< z(&P{AIR$svDe_;wb#;&JOw;lrGzbx#V#{+(B;Se)dOA7rM%$Y?g&+MJUPm5yT(Q|q zm;{2EYS1Mn&4)?#ACwA%#HIhzTISc=IT*woE}%A-VYWLK4vD5p^>z{6n5_>J)f*jF z@ZE&vD}Ak#iajz1(|`l|&2p2Jg#nU<601{bcEztM-0&Q^QFp%GJTyN`IA@$_`b(&P z+iKd1N9fny410HQc&_Z`j)WRg3@#&%xME1^>My`Oe3qN*Cf500`{u!xy3{l$MU?ib zhp2URD7YTmrK7t={W5u-<|@9$2ooe&e&YE1yj;x6tV|?rdtx)Vdh>`WzuRHS!C=n> zsh|wIr7PVYlUP|=cGYL8N>yTSeP{-`u{lZj)< r#0pENesmC!aWol7#^t>NlJsMjmbce(eQ<6^Z*g;DD@2{4d)$8j8Y+Y! literal 2544 zcmV|NsC0&yqw$M3K+uuWtY7 zv2H{}Zm;M6%##2A=do=>v2AXNiHXC*!;;MZZf%m1ZEkKvZjwZ9Zf&vV=H}Yk+HORW zl96uDuWnmgTTf3<#>U2yM3S-S=jZ6p=ji{juacCMlzn}DW@cuOkB_*xxX;he&;QS? ztgQ6(^l5iK)z#IKl9Iu}!Q0#0goK1SIXS?p(z2b#--TXJ?g_mEYgrk&%&ugM+rVwz9Ia ze0+RIfjM@L7ToSa%(TAG@gkdTm*latZW(dz2ztE;OwH#f@4%B7{HN=izgprA}l zOoxYuot>S$yu3U-JbQb4)YR0%!ooN>IPdT8$H&LFx3{#kw1I(vd3kxWv$KDHf8yfe zySuwpRaJ0NL5u&d$!cxw!!W0pQ@^G&D3}VPV9? z#1|JAEiEmZo0|m%1^)j2DJdymUtcjXG4}TM2?+^hWn~8k2PGvXv9YnQudh*2Q6C>4 zV`F39-rj*N3R2)=DH@LiLnt+M zg<6X#MIW!~Fiq90{&{R>?X%CJ1Z zkWE$lfQOK9fyO`BETE$`U>;k}7kF@>J}i71HjGbvyZkL|4o*(zA5QmY^PWv(ePr;@yBv+KrW^)mL zLpCR9Hkan=(VCL$MC6xrPRe*?#%g80y9)OuOiAhhzhjSVf`K1DcuvA40g`rf`h09lSj zVF0e|sBFy?M<}lE^h+AIZQHhO+qRXlZQIt`E?Z+K4>@_<^Ow|r$_mh3hmFu zଗwKvC`*h9M3$$E#8m@%ACU-Zs*0{4D$f0)v7j+juKTNN8A)#x@+QhD~@xWK=ZBhQzFuY!kaAj(r}8 z4I!~KUPBv>RmUbFF)7&%cHTs!NVZ9(F*4YYv~ePUVed8n;2RshfPtjCN>8*JV^4XgHWC zw@oE|7H_CcAO9>}l7BZ_{&|Wd_md9oI6RzUDswTuGoTIHpbgrXiKgoR9pgH0@R~v! zv^jFrRBVn-R2&bL)#gN=so0#1%pI@UfHor6)G1p2u1%f8!QnuN&1vhy`KP4!SDZO} zB+yW7VyW%BHs`jV@3^oBU~_SqN2i12{-w)TYPVlC5Ss-(!5`jle0dLm%{7Ku$6uG) zzroiU&NX%VYVLbBZZ~i7d^GHSbDO^-wI6<#F%+AmG5fpZU7LH;_4n_BY*HC!8SgIn zyxHt-AT~)s8MEX)8}>m}?n98xqsO^ViX`{H`F3(aq`e{7tf0?h^N!6PoA164zK{!; z{eJlI!4rUOeEz|o!ttHKK>BEdHfV!3xF(8gqIgZA4ceeh=+6~vL(xWLP1M7uW{Zdo zUQ>7Im%=t^bNiRR1wuAx^O(}KdLnFt=S|437RSVF@EINvBw&L!1x;1Im0RZt*r1I^ zV_MYlGV&^DgL5(3pbgrf&F}DlZ4{!Z(raX}0k4U&Vo~V(ykYeF4bVorHfV!33mxnY z#|E-@Uw)fEI`?%Njtyk*zWg>VCp!$t2C#Quew$-mfhJ(XXvL=QPZn*2Z4`gSqK$~n zBz=)Uv=N?f@VpVXN%`AwY(RVWaV{1Q+MtcRK^qARe`teiqOWXB^#4R27@;6 zz-{oeJ8w#9{y#!CXtU2*^YaF6&}N&3!(U~BHfVGG-;kpYU!#rKb869)m<`%=2MO4q z%{ue{a({Iw5U@d;(!MPZ1&<1VL2KUYzL7oCO`3RYM9^Bmk0000 - - - Función VF - - - - - - - - -
-
- -
-

Función VF

-

La función VF es una función financiera. Se usa para calcular el valor futuro de una inversión basado en un tipo de interés específico y en un programa de pagos constante.

-

La sintaxis de la función VF es:

-

FV(tasa, nper, pmt [, [pv] [,[tipo]]])

-

donde

-

tasa es un tipo de interés para la inversión.

-

nper es un número de pagos.

-

pmt es la cantidad de un pago.

-

pv es el valor presente de los pagos. Es un argumento opcional. Si se omite, la función pv será igual a 0.

-

tipo es un plazo cuando los pagos vencen. Es un argumento opcional. Si se establece en 0 u se omite, la función asumirá el vencimiento de los pagos para el final del periodo. Si type se establece en 1, los pagos vencen al principio del periodo.

-

Nota: pago en efectivo (como depósitos en cuentas) se representa con números negativos; efectivo recibido (como cheques de dividendos) se representa con números positivos.

-

Los valores numéricos puede introducirse a mano o incluirse en la celda a la que usted hace referencia.

-

Para aplicar la función VF,

-
    -
  1. seleccione la celda donde usted quiere ver el resultado,
  2. -
  3. haga clic en el icono Insertar función
    que se sitúa en la barra de herramientas superior,
    o haga clic derecho en la сelda seleccionada y elija la opción Insertar función en el menú,
    o pulse el icono
    que se sitúa en la barra de fórmulas,
  4. -
  5. seleccione el grupo de funciones Financiero en la lista,
  6. -
  7. haga clic en la función VF,
  8. -
  9. introduzca los argumentos correspondientes separados por comas,
  10. -
  11. pulse el botón Enter.
  12. -
-

El resultado se mostrará en la celda elegida.

-

Función VF

-
- - \ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/Functions/amorintm.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/Functions/amorintm.htm deleted file mode 100644 index ecba16a27..000000000 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/fr/Functions/amorintm.htm +++ /dev/null @@ -1,42 +0,0 @@ - - - - Fonction FV - - - - - - - - -
-
- -
-

Fonction FV

-

La fonction FV est l'une des fonctions financières. Elle est utilisée pour calculer la valeur future d'un investissement à la base du taux d'intérêt spécifié et d'un échéancier de paiement constant.

-

La syntaxe de la fonction FV est :

-

FV(rate, nper, pmt [, [pv] [,[type]]])

-

-

rate est le taux d'intérêt pour l'investissement.

-

nper est le nombre de paiements.

-

pmt est le montant du paiement.

-

pv est la valeur actuelle des paiements. C'est un argument facultatif. Si il est absent, la fonction estime pv égal à 0.

-

type est la période au cours de laquelle les paiements doivent être versés. C'est un argument facultatif. Si il est égal à 0 ou absent, la fonction estime que les paiements doivent être versés à la fin de la période. Si type est égal à 1, les paiements doivent être versés au début de la période.

-

Remarque : les sommes versées ( telles que dépôts d'épargne ) sont représentées par des nombres négatifs ; les sommes reçues ( telles que dividendes ) sont représentées par des nombres positifs.

-

Les valeurs numériques peuvent être saisies à la main ou incluses dans les cellules auxquelles il est fait référence.

-

Pour appliquer la fonction FV,

-
    -
  1. sélectionnez la cellule où vous souhaitez afficher le résultat,
  2. -
  3. cliquez sur l'icône Insérer une fonction
    située sur la barre d'outils supérieure,
    ou cliquez avec le bouton droit sur la cellule sélectionnée et sélectionnez l'option Insérer une fonction depuis le menu,
    ou cliquez sur l'icône
    située sur la barre de formule,
  4. -
  5. sélectionnez le groupe de fonctions Financières depuis la liste,
  6. -
  7. cliquez sur la fonction FV,
  8. -
  9. insérez les arguments requis en les séparant par des virgules,
  10. -
  11. appuyez sur la touche Entrée.
  12. -
-

Le résultat sera affiché dans la cellule sélectionnée.

-

Fonction FV

-
- - \ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/Functions/amorintm.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/Functions/amorintm.htm deleted file mode 100644 index 5f44b07d0..000000000 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/it/Functions/amorintm.htm +++ /dev/null @@ -1,45 +0,0 @@ - - - - FV Function - - - - - - - - -
-
- -
-

FV Function

-

The FV function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.

-

The FV function syntax is:

-

FV(rate, nper, pmt [, [pv] [,[type]]])

-

where

-

rate is the interest rate for the investment.

-

nper is a number of payments.

-

pmt is a payment amount.

-

pv is a present value of the payments. It is an optional argument. If it is omitted, the function will assume pv to be 0.

-

type is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If type is set to 1, the payments are due at the beginning of the period.

-

Note: cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.

-

The numeric values can be entered manually or included into the cell you make reference to.

-

To apply the FV function,

-
    -
  1. select the cell where you wish to display the result,
  2. -
  3. click the Insert function
    icon situated at the top toolbar, -
    or right-click within a selected cell and select the Insert Function option from the menu, -
    or click the
    icon situated at the formula bar, -
  4. -
  5. select the Financial function group from the list,
  6. -
  7. click the FV function,
  8. -
  9. enter the required arguments separating them by commas,
  10. -
  11. press the Enter button.
  12. -
-

The result will be displayed in the selected cell.

-

FV Function

-
- - \ No newline at end of file