diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm index f228fead1..4fba09bc1 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fixed.htm @@ -17,12 +17,28 @@

FIXED Function

The FIXED function is one of the text and data functions. Is used to return the text representation of a number rounded to a specified number of decimal places.

Syntax

-

FIXED(number [,[num-decimal] [,suppress-commas-flag])

+

FIXED(number, [decimals], [no_commas])

The FIXED function has the following arguments:

-

number is a number to round.

-

num-decimal is a number of decimal places to display. It is an optional argument, if it's omitted, the function will assume it to be 2.

-

suppress-commas-flag is a logical value. If it is set to TRUE, the function will return the result without commas. If it is FALSE or omitted, the result will be displayed with commas.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
numberA number to round.
decimalsA number of decimal places to display. It is an optional argument, if it's omitted, the function will assume it to be 2.
no_commasA logical value. If it is set to TRUE, the function will return the result without commas. If it is FALSE or omitted, the result will be displayed with commas.
+ +

Notes

How to apply the FIXED function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-math.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-math.htm index 02a05f60c..c0ff796b3 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-math.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-math.htm @@ -17,12 +17,28 @@

FLOOR.MATH Function

The FLOOR.MATH function is one of the math and trigonometry functions. It is used to round a number down to the nearest integer or to the nearest multiple of significance.

Syntax

-

FLOOR.MATH(x [, [significance] [, [mode]])

+

FLOOR.MATH(number, [significance], [mode])

The FLOOR.MATH function has the following arguments:

-

x is the number you wish to round down.

-

significance is the multiple of significance you wish to round down to. It is an optional parameter. If it is omitted, the default value of 1 is used.

-

mode specifies if negative numbers are rounded towards or away from zero. It is an optional parameter that does not affect positive numbers. If it is omitted or set to 0, negative numbers are rounded away from zero. If any other numeric value is specified, negative numbers are rounded towards zero.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
numberA number you wish to round down.
significanceA multiple of significance you wish to round down to. It is an optional argument. If it is omitted, the default value of 1 is used.
modeSpecifies if negative numbers are rounded towards or away from zero. It is an optional parameter that does not affect positive numbers. If it is omitted or set to 0, negative numbers are rounded away from zero. If any other numeric value is specified, negative numbers are rounded towards zero.
+ +

Notes

How to apply the FLOOR.MATH function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-precise.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-precise.htm index e6c5af9a7..6c36b6981 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-precise.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor-precise.htm @@ -17,11 +17,24 @@

FLOOR.PRECISE Function

The FLOOR.PRECISE function is one of the math and trigonometry functions. It is used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance. The number is always rounded down regardless of its sing.

Syntax

-

FLOOR.PRECISE(x [, significance])

+

FLOOR.PRECISE(number, [significance])

The FLOOR.PRECISE function has the following arguments:

-

x is the number you wish to round down.

-

significance is the multiple of significance you wish to round down to. It is an optional parameter. If it is omitted, the default value of 1 is used. If it is set to zero, the function returns 0.

-

Notes

+ + + + + + + + + + + + + +
ArgumentDescription
numberA number you wish to round down.
significanceA multiple of significance you wish to round down to. It is an optional argument. If it is omitted, the default value of 1 is used. If it is set to zero, the function returns 0.
+ +

Notes

How to apply the FLOOR.PRECISE function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm index f40fbfb94..491de04b7 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/floor.htm @@ -17,12 +17,25 @@

FLOOR Function

The FLOOR function is one of the math and trigonometry functions. It is used to round the number down to the nearest multiple of significance.

Syntax

-

FLOOR(x, significance)

+

FLOOR(number, significance)

The FLOOR function has the following arguments:

-

x is a number you wish to round down.

-

significance is a multiple of significance you wish to round down to.

-

Notes

-

Note: if the values of x and significance have different signs, the function returns the #NUM! error.

+ + + + + + + + + + + + + +
ArgumentDescription
numberA number you wish to round down.
significanceA multiple of significance you wish to round down to.
+ +

Notes

+

If the values of x and significance have different signs, the function returns the #NUM! error.

How to apply the FLOOR function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm index 9cd50d163..acd50bfee 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm @@ -19,15 +19,45 @@

Syntax

FORECAST.ETS.CONFINT(target_date, values, timeline, [confidence_level], [seasonality], [data_completion], [aggregation])

The FORECAST.ETS.CONFINT function has the following arguments:

-

target_date is a date for which you want to predict a new value. Must be after the last date in the timeline.

-

values is a range of the historical values for which you want to predict a new point.

-

timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).

-

confidence_level is a numeric value between 0 and 1 (exclusive) that specifies the confidence level for the calculated confidence interval. It is an optional argument. If it is omitted, the default value of 0.95 is used.

-

seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
target_dateA date for which you want to predict a new value. Must be after the last date in the timeline.
valuesA range of the historical values for which you want to predict a new point.
timelineA range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
confidence_levelA numeric value between 0 and 1 (exclusive) that specifies the confidence level for the calculated confidence interval. It is an optional argument. If it is omitted, the default value of 0.95 is used.
seasonalityA numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
data_completionA numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
aggregationA numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table belows.
+

The seasonality argument can be one of the following:

- - + + @@ -42,11 +72,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedThe specified number is used for the length of the seasonal pattern.
-

data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The data_completion argument can be one of the following:

- - + + @@ -57,11 +87,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedMissing points are treated as zero values.
-

aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The aggregation argument can be one of the following:

- - + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm index 66f3c5d32..cf24217a1 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm @@ -19,13 +19,33 @@

Syntax

FORECAST.ETS.SEASONALITY(values, timeline, [data_completion], [aggregation])

The FORECAST.ETS.SEASONALITY function has the following arguments:

-

values is a range of the historical values for which you want to predict a new point.

-

timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).

-

data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+
Numeric valueFunctionNumeric valueFunction
1 or omitted
+ + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
valuesA range of the historical values for which you want to predict a new point.
timelineA range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
data_completionA numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
aggregationA numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table belows.
+

The data_completion argument can be one of the following:

- - + + @@ -36,11 +56,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedMissing points are treated as zero values.
-

aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The aggregation argument can be one of the following:

- - + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm index 946acd3a1..f2d56f395 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm @@ -19,13 +19,41 @@

Syntax

FORECAST.ETS.STAT(values, timeline, statistic_type, [seasonality], [data_completion], [aggregation])

The FORECAST.ETS.STAT function has the following arguments:

-

values is a range of the historical values for which you want to predict a new point.

-

timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).

-

statistic_type is a numeric value between 1 and 8 that specifies which statistic will be returned. The possible values are listed in the table below.

+
Numeric valueFunctionNumeric valueFunction
1 or omitted
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
valuesA range of the historical values for which you want to predict a new point.
timelineA range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
statistic_typeA numeric value between 1 and 8 that specifies which statistic will be returned. The possible values are listed in the table below.
seasonalityA numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
data_completionA numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
aggregationA numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table belows.
+

The statistic_type argument can be one of the following:

- - + + @@ -60,11 +88,11 @@
Numeric valueStatisticNumeric valueStatistic
1Step size detected in the timeline.
-

seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.

+

The seasonality argument can be one of the following:

- - + + @@ -79,11 +107,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedThe specified number is used for the length of the seasonal pattern.
-

data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The data_completion argument can be one of the following:

- - + + @@ -94,11 +122,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedMissing points are treated as zero values.
-

aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The aggregation argument can be one of the following:

- - + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm index f7cc59e6c..f6ddc5318 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm @@ -19,14 +19,41 @@

Syntax

FORECAST.ETS(target_date, values, timeline, [seasonality], [data_completion], [aggregation])

The FORECAST.ETS function has the following arguments:

-

target_date is a date for which you want to predict a new value. Must be after the last date in the timeline.

-

values is a range of the historical values for which you want to predict a new point.

-

timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).

-

seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.

+
Numeric valueFunctionNumeric valueFunction
1 or omitted
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
target_dateA date for which you want to predict a new value. Must be after the last date in the timeline.
valuesA range of the historical values for which you want to predict a new point.
timelineA range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
seasonalityA numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
data_completionA numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
aggregationA numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table belows.
+

The seasonality argument can be one of the following:

- - + + @@ -41,11 +68,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedThe specified number is used for the length of the seasonal pattern.
-

data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The data_completion argument can be one of the following:

- - + + @@ -56,11 +83,11 @@
Numeric valueBehaviorNumeric valueBehavior
1 or omittedMissing points are treated as zero values.
-

aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.

+

The aggregation argument can be one of the following:

- - + + diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm index b349664ee..163d8082f 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-linear.htm @@ -19,10 +19,26 @@

Syntax

FORECAST.LINEAR(x, known_y's, known_x's)

The FORECAST.LINEAR function has the following arguments:

-

x is an x-value for which you want to predict a new y-value, a numeric value entered manually or included into the cell you make reference to.

-

known_y's is an array of known y-values.

-

known_x's is an array of known x-values.

-

Notes

+
Numeric valueFunctionNumeric valueFunction
1 or omitted
+ + + + + + + + + + + + + + + + +
ArgumentDescription
xAn x-value used to predict the y-value.
known_y'sAn array of known y-values.
known_x'sAn array of known x-values.
+ +

Notes

How to apply the FORECAST.LINEAR function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm index aed296f3c..35360dc24 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast.htm @@ -17,11 +17,28 @@

FORECAST Function

The FORECAST function is one of the statistical functions. It is used to predict a future value based on existing values provided.

Syntax

-

FORECAST(x, array-1, array-2)

+

FORECAST(x, known_y's, known_x's)

The FORECAST function has the following arguments:

-

x is an x-value used to predict the y-value, a numeric value entered manually or included into the cell you make reference to.

-

array-1(2) is the selected range of cells with the same number of elements.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
xAn x-value used to predict the y-value.
known_y'sThe dependent data range.
known_x'sThe independent data range with the same number of elements as known_y's contains.
+ +

Notes

How to apply the FORECAST 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 8fc86a36e..2ead86d02 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 @@ -18,8 +18,18 @@

The FORMULATEXT function is one of the lookup and reference functions. It is used to return a formula as a string (i.e. the text string that is displayed in the formula bar if you select the cell that contains the formula).

Syntax

FORMULATEXT(reference)

-

The FORMULATEXT function has the following argument:

reference is a reference to a single cell or a range of cells.

-

Notes

+

The FORMULATEXT function has the following argument:

+ + + + + + + + + +
ArgumentDescription
referenceA reference to a single cell or a range of cells.
+

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.

How to apply the FORMULATEXT function.

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 c8edf3760..c9843a433 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 @@ -17,11 +17,24 @@

FREQUENCY Function

The FREQUENCY function is one of the statistical functions. It is used to сalculate how often values occur within the selected range of cells and display the first value of the returned vertical array of numbers.

Syntax

-

FREQUENCY(data-array, bins-array)

+

FREQUENCY(data_array, bins_array)

The FREQUENCY function has the following arguments:

-

data-array is the selected range of cells you want to count the frequencies for,

-

bins-array is the selected range of cells containing intervals into which you want to group the values in data-array.

-

Notes

+ + + + + + + + + + + + + +
ArgumentDescription
data_arrayThe selected range of cells you want to count the frequencies for.
bins_arrayThe selected range of cells containing intervals into which you want to group the values in data_array.
+ +

Notes

How to apply the FREQUENCY function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm index d5283bef2..c62a76632 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/fvschedule.htm @@ -19,10 +19,23 @@

Syntax

FVSCHEDULE(principal, schedule)

The FVSCHEDULE function has the following arguments:

-

principal is the current value of an investment.

-

schedule is an array or a range of interest rates.

-

Notes

-

Note: schedule values can be numbers or empty cells (they are interpreted as 0).

+ + + + + + + + + + + + + +
ArgumentDescription
principalThe current value of an investment.
scheduleAn array or a range of interest rates.
+ +

Notes

+

Schedule values can be numbers or empty cells (they are interpreted as 0).

How to apply the FVSCHEDULE function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm index 06eb5e00b..6a8642617 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-dist.htm @@ -19,11 +19,30 @@

Syntax

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

The GAMMA.DIST function has the following arguments:

-

x is the value at which the function should be calculated. A numeric value greater than 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. If beta is 1, the function returns the standard gamma distribution.

-

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.

-

Notes

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
xThe value at which the function should be calculated. A numeric value greater than 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. If beta is 1, the function returns the standard gamma distribution.
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 GAMMA.DIST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm index 7e0ffa475..369725ebf 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma-inv.htm @@ -19,10 +19,26 @@

Syntax

GAMMA.INV(probability, alpha, beta)

The GAMMA.INV function has the following arguments:

-

probability is the probability associated with the gamma distribution. A numeric value greater than 0 but less than 1.

-

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. If beta is 1, the function returns the standard gamma distribution.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
probabilityThe probability associated with the gamma distribution. A numeric value greater than 0 but less than 1.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0. If beta is 1, the function returns the standard gamma distribution.
+ +

Notes

How to apply the GAMMA.INV function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm index 263fddb09..bbc0fc559 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gamma.htm @@ -18,14 +18,24 @@

The GAMMA function is one of the statistical functions. It is used to return the gamma function value.

Syntax

GAMMA(number)

-

The GAMMA function has the following argument:

number is a numeric value entered manually or included into the cell you make reference to.

-

Notes

-

Note: if the number is a negative integer or 0 the function returns the #NUM! error value.

+

The GAMMA function has the following argument:

+ + + + + + + + + +
ArgumentDescription
numberA numeric value.
+

Notes

+

If the number is a negative integer or 0 the function returns the #NUM! error value.

How to apply the GAMMA function.

Examples

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

-

+

GAMMA Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm index b7da8f596..d42d00312 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammadist.htm @@ -19,11 +19,30 @@

Syntax

GAMMADIST(x, alpha, beta, cumulative)

The GAMMADIST function has the following arguments:

-

x is the value at which the function should be calculated. A numeric value greater than 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. If beta is 1, the function returns the standard gamma distribution.

-

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.

-

Notes

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
xThe value at which the function should be calculated. A numeric value greater than 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. If beta is 1, the function returns the standard gamma distribution.
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 GAMMADIST function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm index 63a213d71..de39b30d5 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gammainv.htm @@ -19,10 +19,26 @@

Syntax

GAMMAINV(probability, alpha, beta)

The GAMMAINV function has the following arguments:

-

probability is the probability associated with the gamma distribution. A numeric value greater than 0 but less than 1.

-

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. If beta is 1, the function returns the standard gamma distribution.

-

Notes

+ + + + + + + + + + + + + + + + + +
ArgumentDescription
probabilityThe probability associated with the gamma distribution. A numeric value greater than 0 but less than 1.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0. If beta is 1, the function returns the standard gamma distribution.
+ +

Notes

How to apply the GAMMAINV function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm index 6624b71ed..1f5b9ea2b 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gauss.htm @@ -18,7 +18,17 @@

The GAUSS function is one of the statistical functions. It is used to calculate the probability that a member of a standard normal population will fall between the mean and z standard deviations from the mean.

Syntax

GAUSS(z)

-

The GAUSS function has the following argument:

z is a numeric value entered manually or included into the cell you make reference to.

+

The GAUSS function has the following argument:

+ + + + + + + + + +
ArgumentDescription
zA numeric value.

Notes

How to apply the GAUSS function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm index a72b5ff92..c56a0cc67 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gcd.htm @@ -17,9 +17,20 @@

GCD Function

The GCD function is one of the math and trigonometry functions. It is used to return the greatest common divisor of two or more numbers.

Syntax

-

GCD(argument-list)

-

The GCD function has the following argument:

argument-list is up to 30 numeric values entered manually or included into the cells you make reference to.

-

Notes

+

GCD(number1, [number2], ...)

+

The GCD function has the following arguments:

+ + + + + + + + + +
ArgumentDescription
number1/2/nUp to 30 numeric values for which you want to get the greatest common divisor.
+ +

Notes

How to apply the GCD function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm index 58b8e7577..194e733d1 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/geomean.htm @@ -17,9 +17,20 @@

GEOMEAN Function

The GEOMEAN function is one of the statistical functions. It is used to calculate the geometric mean of the argument list.

Syntax

-

GEOMEAN(argument-list)

-

The GEOMEAN function has the following argument:

argument-list is up to 30 numerical values greater than 0 entered manually or included into the cells you make reference to.

-

Notes

+

GEOMEAN(number1, [number2], ...)

+

The GEOMEAN function has the following arguments:

+ + + + + + + + + +
ArgumentDescription
number1/2/nUp to 30 numeric values for which you want to get the geometric mean.
+ +

Notes

How to apply the GEOMEAN function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm index 19e6d655c..da4e7158e 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/gestep.htm @@ -17,11 +17,24 @@

GESTEP Function

The GESTEP function is one of the engineering functions. It is used to test if a number is greater than a threshold value. The function returns 1 if the number is greater than or equal to the threshold value and 0 otherwise.

Syntax

-

GESTEP(number [, step])

+

GESTEP(number ,[step])

The GESTEP function has the following arguments:

-

number is a number to compare with step.

-

step is a threshold value. It is an optional argument. If it is omitted, the function will assume step to be 0.

-

Notes

+ + + + + + + + + + + + + +
ArgumentDescription
numberA number to compare with step.
stepA threshold value. It is an optional argument. If it is omitted, the function will assume step to be 0.
+ +

Notes

How to apply the GESTEP 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 eb561bf30..a2b56966a 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 @@ -19,10 +19,29 @@

Syntax

GROWTH(known_y’s, [known_x’s], [new_x’s], [const])

The GROWTH function has the following arguments:

-

known_y’s is the set of y-values you already know in the y = b*m^x equation.

-

known_x’s is the optional set of x-values you might know in the y = b*m^x equation.

-

new_x’s is the optional set of x-values you want y-values to be returned to.

-

const is an optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces b to be calculated normally and FALSE sets b to 1 in the y = b*m^x equation.

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
known_y’sThe set of y-values you already know in the y = b*m^x equation.
known_x’sThe optional set of x-values you might know in the y = b*m^x equation.
new_x’sThe optional set of x-values you want y-values to be returned to.
constAn optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces b to be calculated normally and FALSE sets b to 1 in the y = b*m^x equation.
+

Notes

How to apply the GROWTH function.

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm index 93bacb2a4..dbabdea5c 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/harmean.htm @@ -17,9 +17,20 @@

HARMEAN Function

The HARMEAN function is one of the statistical functions. It is used to calculate the harmonic mean of the argument list.

Syntax

-

HARMEAN(argument-list)

-

The HARMEAN function has the following argument:

argument-list is up to 30 numerical values greater than 0 entered manually or included into the cells you make reference to.

-

Notes

+

HARMEAN(number1, [number2], ...)

+

The HARMEAN function has the following arguments:

+ + + + + + + + + +
ArgumentDescription
number1/2/nUp to 30 numeric values for which you want to get the harmonic mean.
+ +

Notes

How to apply the HARMEAN function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm index 10f21fa55..23b02f538 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hlookup.htm @@ -17,14 +17,33 @@

HLOOKUP Function

The HLOOKUP function is one of the lookup and reference functions. It is used to perform the horizontal search for a value in the top row of a table or an array and return the value in the same column based on a specified row index number.

Syntax

-

HLOOKUP (lookup-value, table-array, row-index-num[, [range-lookup-flag]])

+

HLOOKUP (lookup_value, table_array, row_index_num, [range_lookup])

The HLOOKUP function has the following arguments:

-

lookup-value is a value to search for.

-

table-array are two or more rows containing data sorted in ascending order.

-

row-index-num is a row number in the same column of the table-array, a numeric value greater than or equal to 1 but less than the number of rows in the table-array.

-

range-lookup-flag is an optional argument. It is a logical value: TRUE or FALSE. Enter FALSE to find an exact match. Enter TRUE to find an approximate match, in this case if there is not a value that strictly matches the lookup-value, then the function will choose the next largest value less than the lookup-value. If this argument is absent, the function will find an approximate match.

-

Notes

-

If the range-lookup-flag is set to FALSE, but no exact match is found, then the function will return the #N/A error.

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
lookup_valueA value to search for.
table_arraytwo or more rows containing data sorted in ascending order.
row_index_numA row number in the same column of the table_array, a numeric value greater than or equal to 1 but less than the number of rows in the table_array.
range_lookupAn optional argument. It is a logical value: TRUE or FALSE. Enter FALSE to find an exact match. Enter TRUE to find an approximate match, in this case if there is not a value that strictly matches the lookup_value, then the function will choose the next largest value less than the lookup_value. If this argument is absent, the function will find an approximate match.
+ +

Notes

+

If the range_lookup is set to FALSE, but no exact match is found, then the function will return the #N/A error.

How to apply the HLOOKUP function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm index d0e41e7ad..f29913608 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hour.htm @@ -17,10 +17,20 @@

HOUR Function

The HOUR function is one of the date and time functions. It returns the hour (a number from 0 to 23) of the time value.

Syntax

-

HOUR( time-value )

-

The HOUR function has the following argument:

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

+

HOUR(serial_number)

+

The HOUR function has the following argument:

+ + + + + + + + + +
ArgumentDescription
serial_numberThe time value that contains the hour you want to find.

Notes

-

Note: the time-value may be expressed as a string value (e.g. "13:39"), a decimal number (e.g. 0.56 corresponds to 13:26) , or the result of a formula (e.g. the result of the NOW function in the default format - 9/26/12 13:39)

+

The serial_number may be expressed as a string value (e.g. "13:39"), a decimal number (e.g. 0.56 corresponds to 13:26) , or the result of a formula (e.g. the result of the NOW function in the default format - 9/26/12 13:39)

How to apply the HOUR function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hstack.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hstack.htm index 8415948a9..86d12f089 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hstack.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/hstack.htm @@ -19,14 +19,23 @@

Syntax

HSTACK (array1, [array2], ...)

The HSTACK function has the following arguments:

-

array is used to set the arrays to append.

+ + + + + + + + + +
ArgumentDescription
array1/2/nIs used to set the arrays to append.

Notes

+

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

How to apply the HSTACK 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 HSTACK function.

- +

HSTACK Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm index bb51958fa..7f1458bb3 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/value.htm @@ -17,9 +17,20 @@

VALUE Function

The VALUE function is one of the text and data functions. Is used to convert a text value that represents a number to a number. If the converted text is not a number, the function will return a #VALUE! error.

Syntax

-

VALUE(string)

-

The VALUE function has the following argument:

string is text data that represents a number entered manually or included into the cell you make reference to.

-

Notes

+

VALUE(text)

+

The VALUE function has the following argument:

+ + + + + + + + + +
ArgumentDescription
textText data that represents a number.
+ +

Notes

How to apply the VALUE function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm index 3fbb7c2f8..61438545c 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vlookup.htm @@ -17,14 +17,33 @@

VLOOKUP Function

The VLOOKUP function is one of the lookup and reference functions. It is used to perform the vertical search for a value in the left-most column of a table or an array and return the value in the same row based on a specified column index number.

Syntax

-

VLOOKUP (lookup-value, table-array, col-index-num[, [range-lookup-flag]])

+

VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup_flag])

The VLOOKUP function has the following arguments:

-

lookup-value is a value to search for.

-

table-array is two or more columns containing data sorted in ascending order.

-

col-index-num is a column number in the table-array, a numeric value greater than or equal to 1 but less than the number of columns in the table-array

-

range-lookup-flag is a logical value TRUE or FALSE. It is an optional argument. Enter FALSE to find an exact match. Enter TRUE or omit this argument to find an approximate match, in this case if there is not a value that strictly matches the lookup-value, then the function will choose the next largest value less than the lookup-value.

-

Notes

-

If the range-lookup-flag is set to FALSE, but no exact match is found, then the function will return the #N/A error.

+ + + + + + + + + + + + + + + + + + + + + +
ArgumentDescription
lookup_valueA value to search for.
table_arrayTwo or more columns containing data sorted in ascending order.
col_index_numA column number in the table_array, a numeric value greater than or equal to 1 but less than the number of columns in the table_array.
range_lookup_flagA logical value TRUE or FALSE. It is an optional argument. Enter FALSE to find an exact match. Enter TRUE or omit this argument to find an approximate match, in this case if there is not a value that strictly matches the lookup_value, then the function will choose the next largest value less than the lookup_value.
+ +

Notes

+

If the range_lookup_flag is set to FALSE, but no exact match is found, then the function will return the #N/A error.

How to apply the VLOOKUP function.

Examples

diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vstack.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vstack.htm index 996ecb246..0188eba30 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vstack.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/vstack.htm @@ -19,14 +19,23 @@

Syntax

VSTACK (array1, [array2], ...)

The VSTACK function has the following arguments:

-

array is used to set the arrays to append.

+ + + + + + + + + +
ArgumentDescription
array1/2/nIs used to set the arrays to append.

Notes

+

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

How to apply the VSTACK 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 VSTACK function.

- +

VSTACK Function

\ No newline at end of file diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/gamma.png b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/gamma.png new file mode 100644 index 000000000..360c36bfc Binary files /dev/null and b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/gamma.png differ diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/hstack.png b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/hstack.png new file mode 100644 index 000000000..0966dd540 Binary files /dev/null and b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/hstack.png differ diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/vstack.png b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/vstack.png new file mode 100644 index 000000000..f35254c57 Binary files /dev/null and b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/images/vstack.png differ