| Field | |
| <<none>> | In a preferred embodiment, KDJFunctions has no fields. |
| Method |
| Operators: |
| + | Addition operator, returns the result of adding a number to a number. |
| - | Subtraction operator, returns the result of a number subtracted from another |
| | number. |
| * | Multiplication operator, returns the result of multiplying a number by a number. |
| / | Division operator, returns the result of a number divided by a number. |
| {circumflex over ( )} | Raise-to-the-power operator, returns the result of a number raised to a power |
| % | Percent operator, returns the percent of a number (the number multiplied by |
| | 0.01). |
| = | Equivalence comparator compares two values and returns TRUE if they are |
| | exactly the same, FALSE otherwise |
| > | Greater-than comparator, compares two values and returns TRUE if value 1 is |
| | greater than value 2, FALSE otherwise |
| < | Less-than comparator, compares two values and returns TRUE if value 1 is less |
| | than value 2, FALSE otherwise |
| >= | Greater-than-or-equal-to comparator, compares two values and returns TRUE if |
| | value 1 is greater than or equal to value 2, FALSE otherwise |
| <= | Less-than-or-equal-to comparator, compares two values and returns TRUE if |
| | value 1 is less than or equal to value 2, FALSE otherwise |
| <> | Not-equal comparator, compares two values and returns FALSE if the values are |
| | equal, TRUE otherwise |
| & | String join operator, joins two text strings into one text string and returns this |
| | string |
| Functions: |
| ABS | Returns the absolute value of a number |
| ACOS | Returns the arccosine of a number |
| ACOSH | Returns the inverse hyperbolic cosine of a number |
| ADDRESS | Creates a cell address as text, given the specified row and colunm numbers |
| AND | Returns TRUE if all arguments are true; otherwise, returns FALSE if one |
| | argument is false. |
| AREAS | Returns the number of areas in a reference |
| ASIN | Returns the arcsine of a number |
| ASINH | Returns the inverse hyperbolic sine of a number |
| ATAN | Returns the arctangent of a number |
| ATAN2 | Returns the arctangent from x- and y- coordinates |
| ATANH | Returns the inverse hyperbolic tangent of a number |
| AVEDEV | Returns the average of the absolute deviations of the list of arguments |
| AVERAGE | The average of the values in a list. |
| AVERAGEA | Mean with text treated as 0 except TRUE = 1 |
| BETADIST | Returns the cumulative beta probability density function according to the |
| | specified parameters |
| BETAINV | Returns the inverse of the cumulative beta probability density function |
| BINOMDIST | Returns the individual term binomial distribution probability |
| CALL | Calls a procedure in a dynamic link library or code resource. |
| CEILING | Rounds a number to the nearest integer or to the nearest multiple of significance |
| CELL | Returns information about the formatting, location, or contents of the upper-left |
| | cell in a reference |
| CHAR | Returns the character specified by a number |
| CHIDIST | Returns the one-tailed probability of the chi-squared distribution |
| CHIINV | Returns the inverse of the one-tailed probability of the chi-squared distribution |
| CHITEST | Returns the value from the chi-squared (γ2) distribution for the statistic and the |
| | appropriate degrees of freedom |
| CHOOSE | Return the value specified by index number from the list of value arguments |
| CLEAN | Removes all nonprintable characters from text |
| CODE | Returns a numeric code, which corresponds to the character set used by your |
| | computer, for the first character in a text string |
| COLUMN | Returns the column number of the given reference |
| COLUMNS | Returns the number of columns in an array or reference |
| COMBIN | Returns the number of combinations for a given number of objects |
| CONCATENATE | Joins several text strings into one text string and returns this string |
| CONFIDENCE | Returns the confidence interval for a population mean |
| CORREL | Returns the correlation coefficient of the array1 and array2 cell ranges |
| COS | Returns the cosine of a number |
| COSH | Returns the hyperbolic cosine of a number |
| COUNT | The number of items in a list. This is the default function for nonnumeric data. |
| COUNTA | Counts the number of cells that are not empty and the values within the list of |
| | arguments |
| COUNTBLANK | Counts empty cells in a specified range of cells |
| COUNTIF | Counts the number of nonblank cells within a range that meet the given criteria |
| COVAR | Returns covariance, the average of the products of deviations for each data point |
| | pair in two data sets |
| CRITBINOM | Returns the smallest value for which the cumulative binomial distribution is |
| | greater than or equal to a criterion value |
| DATE | Returns the serial number that represents a particular date |
| DATEVALUE | Returns the serial number of the date represented by the text argument |
| DAVERAGE | Returns the average of selected database entries |
| DAY | Returns the day of a date, represented by a serial number |
| DAYS360 | Returns the number of days between two dates based on a 360-day year (twelve |
| | 30-day months) |
| DB | Returns the depreciation of an asset for a specified period using the fixed- |
| | declining balance method. |
| DCOUNT | Counts the cells that contain numbers in a database |
| DCOUNTA | Counts nonblank cells in a database |
| DDB | Returns the depreciation of an asset for a specified period using the double- |
| | declining balance method or some other method you specify. |
| DEGREES | Converts radians into degrees. |
| DEVSQ | Returns the sum of squares of deviations of the arguments from their sample |
| | mean |
| DGET | Extracts from a database a single record that matches the specified criteria |
| DMAX | Returns the maximum value from selected database entries |
| DMIN | Returns the minimum value from selected database entries |
| DOLLAR | Converts a number to text using currency format, with the decimals rounded to |
| | the specified place |
| DPRODUCT | Multiplies the values in a particular field of records that match the criteria in a |
| | database |
| DSTDEV | Estimates the standard deviation based on a sample of selected database entries |
| DSTDEVP | Calculates the standard deviation based on the entire population of selected |
| | database entries |
| DSUM | Adds the numbers in the field column of records in the database that match the |
| | criteria |
| DVAR | Estimates variance based on a sample from selected database entries |
| DVARP | Calculates variance based on the entire population of selected database entries |
| ERRORTYPE | Returns a number corresponding to one of the error values in KDJCalcException |
| | or returns the #N/A error if no error exists for the argument value |
| EVEN | Rounds a number up to the nearest even integer |
| EXACT | Compares two text strings and returns TRUE if they are exactly the same, |
| | FALSE otherwise |
| EXP | Returns e raised to the power of a given number |
| EXPONDIST | Returns the exponential distribution of a function |
| FACT | Returns the factorial of a number |
| FACTDOUBLE | Returns the double factorial of a number |
| FALSE | Returns the logical value FALSE |
| FDIST | Returns the F probability distribution |
| FINV | Returns the inverse of the F probability distribution |
| FISHER | Returns the Fisher transformation at x |
| FISHERINV | Returns the inverse of the Fisher transformation |
| FIND | FIND finds one text string (the first argument) within another text string (the |
| | second argument), and returns the number of the starting position of the first |
| | argument, from the first character of the second argument |
| FIXED | Rounds a number to the specified number of decimals, formats the number in |
| | decimal format either using or not using a period and commas, and returns the |
| | result as text |
| FLOOR | Rounds a number down, towards zero, to the nearest multiple of significance |
| FORECAST | Calculates, or predicts, a future value by using existing values |
| FREQUENCY | Calculates how often values occur within a range of values, and then returns a |
| | vertical array of numbers |
| FTEST | Returns the result of an F-test on the two array arguments |
| FV | Returns the future value of an investment based on periodic, constant payments |
| | and a constant interest rate |
| GAMMADIST | Returns the gamma distribution |
| GAMMAINV | Returns the inverse of the gamma cumulative distribution |
| GAMMALN | Returns the natural logarithm of the gamma function, Γ(x), on argument x |
| GCD | Returns the greatest common divisor |
| GEOMEAN | Returns the geometric mean of an array or range of positive data |
| GETPIVOTDATA | Returns data stored in a PivotTable |
| GROWTH | Calculates predicted exponential growth by using existing data |
| HARMEAN | Returns the harmonic mean of a data set |
| HLOOKUP | Searches for the first argument value in the top row of the specified table or |
| | array of values, and then returns a value in the same column from a row you |
| | specify in the table or array |
| HOUR | Returns the hour, in integer format ranging from 0 to 23, of a time value |
| HYPGEOMDIST | Returns the probability of a given number of sample successes, given the sample |
| | size, population successes, and population size |
| IF | Returns 1st value if True, otherwise returns logical value FALSE |
| IF | Returns 1st value if True, otherwise returns 2nd Value |
| INDEX | Returns the value of a specified cell or array of cells within array |
| INDEX | Returns the value of a specified cell or array of cells within array |
| INDEX | Returns a reference to a specified cell or cells within reference |
| INDIRECT | Returns the reference specified by the argument text string |
| INFO | Returns information about the formatting, location, or contents of the upper-left |
| | cell in a reference |
| TNT | Rounds a number down to the nearest integer |
| INTERCEPT | Calculates the point at which a line will intersect the y-axis by using existing x- |
| | values and y-values |
| IPMT | Returns the interest payment for a given period for an investment based on |
| | periodic, constant payments and a constant interest rate |
| IRR | Returns the internal rate of return for a series of cash flows represented by the |
| | numbers in the values of the argument |
| ISBLANK | Returns the logical value TRUE if the argument is a reference to an empty cell; |
| | otherwise it returns FALSE |
| ISERR | Returns the logical value TRUE if the argument is a reference to any error value |
| | except #N/A; otherwise it returns FALSE |
| ISERROR | Returns the logical value TRUE if the argument is a reference to any error value; |
| | otherwise it returns FALSE |
| ISLOGICAL | Returns the logical value TRUE if the argument is a reference to a logical value; |
| | otherwise it returns FALSE |
| ISNA | Returns the logical value TRUE if the argument is a reference to the #N/A error |
| | value; otherwise it returns FALSE |
| ISNONTEXT | Returns the logical value TRUE if the argument is a reference to any item that is |
| | not text; otherwise it returns FALSE |
| ISNUMBER | Returns the logical value TRUE if the argument is a reference to a number; |
| | otherwise it returns FALSE |
| ISPMT | Calculates the interest paid during a specific period of an investment |
| ISREF | Returns the logical value TRUE if the argument is a reference to a reference; |
| | otherwise it returns FALSE |
| ISTEXT | Returns the logical value TRUE if the argument is a reference to text; otherwise |
| | it returns FALSE |
| KURT | Returns kurtosis of a data set. |
| LARGE | Returns the k-th largest value in a data set, where the data set is specified by the |
| | first argument and the value of k by the second argument |
| LCM | Returns the least common multiple |
| LEFT | Returns the first character or characters in the argument text string, based on the |
| | number of characters you specify |
| LEN | Returns the number of characters in the argument text string |
| LINEST | Calculates the statistics for a line by using the "least squares" method to |
| | calculate a straight line that best fits your data, and returns an array that |
| | describes the line |
| LN | Returns the natural logarithm of a number. |
| LOG | Returns the logarithm of a number to the base 10 |
| LOG | Returns the logarithm of a number to a specified base |
| LOG10 | Returns the base-10 logarithm of a number |
| LOGEST | Calculates an exponential curve that fits your data and returns an array of values |
| | that describes the curve |
| LOGINV | Returns the inverse of the lognormal cumulative distribution function of x, |
| | where ln(x) is normally distributed with parameters mean and standard_dev |
| LOGNORMDIST | Returns the cumulative lognormal distribution of x, where ln(x) is normally |
| | distributed with parameters mean and standard_dev |
| LOOKUP | Returns value from one-row, one-col range or an array. |
| LOOKUP | Looks in a one-row or one-column range (known as a vector) for a value and |
| | returns a value from the same position in a second one-row or one-column range |
| LOWER | Converts all uppercase letters in the argument text string to lowercase |
| MATCH | Returns the relative position of an item in an array that matches a specified value |
| | in a specified order |
| MAX | Returns the largest value in a set of values. Ignores logical values and text. |
| MAXA | Returns the largest value in a set of values. Does not ignore logical values and |
| | text. |
| MDETERM | Returns the matrix determinant of an array |
| MEDIAN | Returns the median of the given numbers |
| MID | Returns a specific number of characters from the argument text string, starting at |
| | the specified position, based on the specified number of characters |
| MIN | Returns the smallest value in a set of values. Ignores logical values and text. |
| MINA | Returns the smallest value in a set of values. Does not ignore logical values and |
| | text. |
| MINUTE | Returns the minutes, in integer format ranging from 0 to 59, of a time value |
| MINVERSE | Returns the matrix inverse of an array |
| MIRR | Returns the modified internal rate of return for a series of periodic cash flows |
| MMULT | Returns the matrix product of two arrays |
| MOD | Returns the remainder from division |
| MODE | Returns the most frequently occurring value in an array or range of data |
| MONTH | Returns the month, in integer format ranging from 0 to 12, of a date represented |
| | by a serial number |
| MROUND | Returns a number rounded to the desired multiple |
| MULTINOMIAL | Returns the multinomial of a set of numbers |
| N | Returns a value converted to a number |
| NA | Returns the error value #N/A |
| NEGBINOMDIST | Returns the probability that there will be number_f failures before the number_s- |
| | th success, when the constant probability of a success is probability_s |
| NORMDIST | Returns the normal cumulative distribution of the argument value for the |
| | specified mean and standard deviation |
| NORMINV | Returns the inverse of the normal cumulative distribution for the specified mean |
| | and standard deviation |
| NORMSDIST | Returns the standard normal cumulative distribution function for a value |
| NORMSINV | Returns the inverse of the standard normal cumulative distribution |
| NOT | Reverses the value of its argument |
| NOW | Returns the serial number of the current date and time |
| NPER | Returns the number of periods for an investment based on periodic, constant |
| | payments and a constant interest rate |
| NPV | Calculates the net present value of an investment by using a discount rate and a |
| | series of future payments (negative values) and income (positive values) |
| ODD | Rounds a number up to the nearest odd integer |
| OFFSET | Returns a reference to a range that is a specified number of rows and columns |
| | from a cell or range of cells |
| OFFSET | Returns a reference to a range that is a specified number of rows and columns |
| | from a cell or range of cells and has a specified height |
| OFFSET | Returns a reference to a range that is a specified number of rows and columns |
| | from a cell or range of cells and has a specified height and width |
| OR | Returns TRUE if any argument is TRUE; returns FALSE if all arguments are |
| | FALSE |
| PEARSON | Returns the Pearson product moment correlation coefficient given two data sets |
| PERCENTILE | Given a data range and a value k, returns the k-th percentile of values in the |
| | range |
| PERCENTRANK | Returns the rank of a value in a data set as a percentage of the data set |
| PERMUT | Returns the number of permutations for a given number of objects that can be |
| | selected from number objects |
| PI | Returns the value of Pi |
| PMT | Calculates the payment for a loan based on constant payments and a constant |
| | interest rate |
| POISSON | Returns the Poisson distribution |
| POWER | Returns the result of a number raised to a power |
| PPMT | Returns the payment on the principal for a given period for an investment based |
| | on periodic, constant payments and a constant interest rate |
| PROB | Returns the probability that values in a range are between two limits |
| PRODUCT | Multiplies its arguments |
| PROPER | Capitalizes the first letter in the given text string and any other letters in the text |
| | that follow any character other than a letter. Converts all other letters to |
| | lowercase letters |
| PV | Returns the present value of an investment |
| QUARTILE | Returns the specified quartile of a data set |
| QUOTIENT | Returns the integer portion of a division |
| RADIANS | Converts degrees to radians |
| RAND | Returns a random number between 0 and 1 |
| RANDBETWEEN | Returns a random number between the numbers you specify |
| RANK | Returns the rank of a number in a list of numbers |
| RATE | Returns the interest rate per period of an annuity |
| REPLACE | Replaces part of a text string, based on the number of characters you specify, |
| | with a different text string |
| REPT | Returns the given text repeated the specified number of times |
| RIGHT | Returns the last character or characters in a text string, based on the number of |
| | characters you specify |
| ROMAN | Converts an Arabic numeral to roman, as text |
| ROUND | Rounds a number to a specified number of digits |
| ROUNDDOWN | Rounds a number down, toward zero |
| ROUNDUP | Rounds a number up, away from zero |
| ROW | Returns the row number of a reference |
| ROWS | Returns the number of rows in a reference or array |
| RSQ | Returns the square of the Pearson product moment correlation coefficient |
| | through data points in the specified ranges of data points |
| SEARCH | Returns the number of the character at which a specific character or text string is |
| | first found, beginning with the specified number |
| SECOND | Returns the seconds of a time value |
| SERIESSUM | Returns the sum of a power series based on the formula |
| SIGN | Returns the sign of a number |
| SIN | Returns the sine of the given angle |
| SINH | Returns the hyperbolic sine of a number |
| SKEW | Returns the skewness of a distribution |
| SLN | Returns the straight-line depreciation of an asset for one period |
| SLOPE | Returns the slope of the linear regression line through data points in the specified |
| | ranges of data points |
| SMALL | Given a data set and a value k, returns the k-th smallest value in the data set |
| SQRT | Returns a positive square root |
| SQRTPI | Returns the square root of (number * Pi) |
| STANDARDIZE | Returns a normalized value from a distribution characterized by mean and |
| | standard deviation |
| STDEV | Estimates standard deviation based on a sample |
| STDEVA | Estimates standard deviation based on a sample, and includes all text and logical |
| | values in its calculation |
| STDEVP | Calculates standard deviation based on the entire population given as arguments |
| STDEVPA | Calculates standard deviation based on the entire population given as arguments, |
| | including text and logical values |
| STEYX | Given a range of dependent data points(y's) and a range of independent data |
| | points(x's), returns the standard error of the predicted y-value for each x in the |
| | regression |
| SUBSTITUTE | Substitutes new text for old text in a given text string |
| SUBTOTAL | Returns a subtotal in a list or database |
| SUM | The sum of the values in a list. This is the default function for numeric data. |
| SUMIF | Adds the cells specified by a given criteria |
| SUMIF | Adds the cells coinciding with the cells specified by a given criteria |
| SUMPRODUCT | Returns the sum of the products of corresponding array components |
| SUMSQ | Returns the sum of the squares of the arguments |
| SUMX2MY2 | Returns the sum of the difference of squares of corresponding values in two |
| | arrays |
| SUMX2PY2 | Returns the sum of the sum of squares of corresponding values in two arrays |
| SUMXMY2 | Returns the sum of squares of differences of corresponding values in two arrays |
| SYD | Returns the sum-of-years' digits depreciation of an asset for a specified period |
| T | Returns the text referred to by the given value |
| TAN | Returns the tangent of a number |
| TANH | Returns the hyperbolic tangent of a number |
| TDIST | Returns the Percentage Points (probability) for the Student t-distribution where a |
| | numeric value (x) is a calculated value of t for which the Percentage Points are to |
| | be computed |
| TEXT | Converts a given value to text in a specific number format |
| TIME | Returns the decimal number for a particular time represented by an hour, minute, |
| | and second value |
| TIMEVALUE | Returns the decimal number of the time represented by a text string |
| TINV | Returns the t-value of the Student's t-distribution as a function of the probability |
| | and the degrees of freedom |
| TODAY | Returns the serial number of the current date |
| TRANSPOSE | Returns a vertical range of cells as a horizontal range, or vice versa |
| TREND | Fits a straight line (using the method of least squares) to the given arrays of y- |
| | values and x-values. Returns the y-values along that line for the array of new x |
| | values that you specify |
| TRIM | Truncates a number to an integer by removing the fractional part of the number |
| TRIMMEAN | Returns the mean of the interior of a data set |
| TRUE | Returns the logical value TRUE |
| TRUNC | Truncates a number to an integer |
| TTEST | Returns the probability associated with a Student's t-Test |
| TYPE | Returns the type of a value |
| UPPER | Converts the given text to uppercase |
| VALUE | Converts a text string that represents a number into a number. |
| VAR | Estimates variance based on a sample |
| VARA | Estimates variance based on a sample, and includes all text and logical values in |
| | its calculation |
| VARP | Calculates variance based on the entire population given as arguments |
| VARPA | Calculates variance based on the entire population given as arguments, including |
| | text and logical values |
| VDB | Returns the depreciation of an asset for any period you specify, including partial |
| | periods, using the double-declining balance method or some other method you |
| | specify |
| VLOOKUP | Searches for a value in the leftmost column of a table, and then returns a value in |
| | the same row from a column you specify in the table |
| VLOOKUP | Searches for a value in the leftmost column of a table, and then returns a value in |
| | the same row from a column you specify in the table. If range_lookup is |
| | FALSE, an exact match will be found. If range_lookup is TRUE, an |
| | approximate match will be found. |
| WEEKDAY | Returns the day of the week corresponding to a given date |
| WEIBULL | Returns the Weibull distribution |
| YEAR | Returns the year corresponding to a given date |
| ZTEST | Returns the two-tailed P-value of a z-test |
|