Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

218 changes: 69 additions & 149 deletions WindowsForms/Calculation-Engine/Supported-Formulas/Date-Time.md

Large diffs are not rendered by default.

307 changes: 140 additions & 167 deletions WindowsForms/Calculation-Engine/Supported-Formulas/Engineering.md

Large diffs are not rendered by default.

844 changes: 418 additions & 426 deletions WindowsForms/Calculation-Engine/Supported-Formulas/Financial-Formulas.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ _CELL( infoType, reference)_



**where:**
**Parameters:**

* `infoType`: A text string that specifies the type of information to be returned.


* infoType argument is a text string that specifies the type of information to be returned.



* reference is the cell for which the information is to be returned.
* `reference`: The cell for which the information is to be returned.



Expand All @@ -55,9 +51,9 @@ _CELL( infoType, reference)_

_= ERROR.TYPE(value)_

**Parameters:**


* Value-The given value is required.
* `value`: The given value is required.



Expand Down Expand Up @@ -171,11 +167,9 @@ _ISBLANK(value)_



**where:**
**Parameters:**



* value is the value that you want to test. When the value is blank, this function returns `true`. When the value is not blank, the function returns `false`.
* `value`: The value that you want to test. When the value is blank, this function returns `true`. When the value is not blank, the function returns `false`.



Expand All @@ -195,11 +189,9 @@ _ISERR( value )_



**where:**

**Parameters:**


* value is the value that you want to test. When the value is an error value `except #N/A`, this function returns `true/false` to indicate whether a value is an error or not.
* `value`: The value that you want to test. When the value is an error value `except #N/A`, this function returns `true/false` to indicate whether a value is an error or not.



Expand All @@ -219,11 +211,9 @@ _ISERROR(value)_



**where:**

**Parameters:**


* value is the value that is to be tested.
* `value`: The value that is to be tested.



Expand All @@ -241,13 +231,9 @@ The `IsLogical` function checks whether a value is a logical value and returns `

_ISLOGICAL( value )_

**Parameters:**


**where:**



* This value is the value that you want to test. When the value is a `true` or `false` value, this function returns `true`. Otherwise, it returns `false`.
* `value`: The value that you want to test. When the value is a `true` or `false` value, this function returns `true`. Otherwise, it returns `false`.



Expand All @@ -265,13 +251,9 @@ The `IsNA` function returns a Boolean value after determining that the provided

_ISNA(value)_

**Parameters:**


**where:**



* value is the function that is tested.
* `value`: The function that is tested.



Expand All @@ -289,13 +271,9 @@ The `IsNonText` function returns the Boolean value after determining that the pr

IsNonText(text)

**Parameters:**


**where:**



* text is the value you want to test whether it is a string or not.
* `text`: The value you want to test whether it is a string or not.



Expand All @@ -313,13 +291,9 @@ Returns `true` when the value parses as a numeric value.

_ISNUMBER(value)_

**Parameters:**


**where:**



* value is the value that is to be tested.
* `value`: The value that is to be tested.



Expand All @@ -337,13 +311,9 @@ The `Info` function returns a text string containing information about the curre

_INFO(infoType)_

**Parameters:**


**where:**



* infoType argument is a text string that specifies the type of information to be returned.
* `infoType`: A text string that specifies the type of information to be returned.



Expand All @@ -361,13 +331,9 @@ The `IsFormula` function returns `true` or `false` when there is a reference to

_ISFORMULA (reference)_

**Parameters:**


**where:**



* Reference is a reference to the cell you want to test.
* `reference`: A reference to the cell you want to test.



Expand All @@ -393,9 +359,9 @@ _ISFORMULA (reference)_

_= ISODD (value)_

**Parameters:**


* The given value must be a numeric value. When it is a non-integer value, the value is rounded down.
* `value`: A numeric value. When it is a non-integer value, the value is rounded down.



Expand All @@ -413,13 +379,9 @@ The `ISEVEN` function returns `TRUE` if given number is an even number and retur

_ISEVEN (value)_

**Parameters:**


**where:**



* value must be a numeric value. If it is non-integer value, the value is rounded down.
* `value`: A numeric value. If it is non-integer value, the value is rounded down.



Expand All @@ -445,9 +407,9 @@ The `ISREF` function returns the logical value `TRUE` if the given value is a re

_ISREF(given_value)_

**Parameters:**


* given_value: Required. The value that is to be tested. The value argument can be a blank (empty cell), error, logical value, text, number, or reference value, or a name referring to any of these.
* `given_value` (required): The value that is to be tested. The value argument can be a blank (empty cell), error, logical value, text, number, or reference value, or a name referring to any of these.



Expand All @@ -464,21 +426,13 @@ The `MATCH` function searches for a specified item in a range of cells, and then

_MATCH(lookup_value, lookup_array, [match_type])_

**Parameters:**

* `lookup_value`: The value that you want to match in lookup_array.

**Where:**



* lookup_value is the value that you want to match in lookup_array.


* `lookup_array`: The range of cells being searched.

* lookup_array is the range of cells being searched.



* match_type specifies how Excel matches lookup_value with values in lookup_array. The default value for this argument is 1.
* `match_type`: Specifies how Excel matches lookup_value with values in lookup_array. The default value for this argument is 1.

<table>

Expand Down Expand Up @@ -532,13 +486,9 @@ The `N` function converts the given value into a numeric value.

_N (value)_

**Parameters:**


* A value is required.



* Numeric values are converted as numeric values. A date value is converted as a serial number. The Logic operator `TRUE` returns a value of `1`. The other values are returned as `0`.
* `value`: A value is required. Numeric values are converted as numeric values. A date value is converted as a serial number. The Logic operator `TRUE` returns a value of `1`. The other values are returned as `0`.



Expand Down Expand Up @@ -584,13 +534,9 @@ The `Sheet` function returns the sheet number of the reference sheet.

_SHEET(value)_

**Parameters:**


**where:**



* value is an optional argument with the name of a sheet for which you want the sheet number.
* `value`: An optional argument with the name of a sheet for which you want the sheet number.



Expand Down Expand Up @@ -620,13 +566,9 @@ _SHEET(value)_

_SHEETS(reference)_

**Parameters:**


**where:**



* reference is an optional argument with the name of a sheet for which you want to know the number of sheets.
* `reference`: An optional argument with the name of a sheet for which you want to know the number of sheets.



Expand All @@ -652,13 +594,9 @@ The `TYPE` function receives a value and returns an integer that represents the

_TYPE( value )_

**Parameters:**


**where:**



* value can be input either directly, as a value returned from a formula, or as a reference to a cell that contains a value.
* `value`: Can be input either directly, as a value returned from a formula, or as a reference to a cell that contains a value.



Expand All @@ -672,13 +610,9 @@ The `ROW` function returns the first row number within a supplied reference, or

_ROW( [reference] )_

**Parameters:**


**where:**



* reference is an optional argument that you want to return the row number of. If [reference] is omitted, the function returns the row number of the current cell (i.e. the cell that the function is entered into).
* `reference`: An optional argument that you want to return the row number of. If [reference] is omitted, the function returns the row number of the current cell (i.e. the cell that the function is entered into).



Expand All @@ -696,10 +630,6 @@ The `ROWS` function takes a range and returns the number of rows that are contai

_ROWS( array )_

**Parameters:**


**where:**



* array argument is the range in which you want to count the number of rows.
* `array`: The range in which you want to count the number of rows.
Loading