WorksheetFunction Interface

Definition

Used as a container for Excel worksheet functions that can be called from Visual Basic.

public interface class WorksheetFunction
[System.Runtime.InteropServices.Guid("00020845-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface WorksheetFunction
Public Interface WorksheetFunction
Attributes

Properties

Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. You can use this property with an OLE Automation object to return the application of that object. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. Read-only Integer (int in C#).

Parent

Returns the parent object for the specified object. Read-only.

Methods

_WSFunction(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Reserved for internal use.

AccrInt(Object, Object, Object, Object, Object, Object, Object)

Returns the accrued interest for a security that pays periodic interest.

AccrIntM(Object, Object, Object, Object, Object)

Returns the accrued interest for a security that pays interest at maturity.

Acos(Double)

Returns the arccosine, or inverse cosine, of a number. The arccosine is the angle whose cosine is Arg1. The returned angle is given in radians in the range 0 (zero) to pi.

Acosh(Double)

Returns the inverse hyperbolic cosine of a number. Number must be greater than or equal to 1. The inverse hyperbolic cosine is the value whose hyperbolic cosine is Arg1, so Acosh(Cosh(number)) equals Arg1.

Acot(Double)

Returns the arccotangent of a number, in radians in the range 0 to Pi.

Acoth(Double)

Returns the inverse hyperbolic cotangent of a number.

Aggregate(Double, Double, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns an aggregate in a list or database.

AmorDegrc(Object, Object, Object, Object, Object, Object, Object)

Returns the depreciation for each accounting period. This function is provided for the French accounting system.

AmorLinc(Object, Object, Object, Object, Object, Object, Object)

Returns the depreciation for each accounting period. This function is provided for the French accounting system.

And(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns true if all its arguments are true; returns false if one or more argument is false.

Arabic(String)

Converts a Roman numeral to an Arabic numeral.

Asc(String)

For Double-byte character set (DBCS) languages, changes full-width (double-byte) characters to half-width (single-byte) characters.

Asin(Double)

Returns the arcsine, or inverse sine, of a number. The arcsine is the angle whose sine is Arg1. The returned angle is given in radians in the range -pi/2 to pi/2.

Asinh(Double)

Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is Arg1, so Asinh(Sinh(number)) equals Arg1.

Atan2(Double, Double)

Returns the arctangent, or inverse tangent, of the specified x- and y-coordinates. The arctangent is the angle from the x-axis to a line containing the origin (0, 0) and a point with coordinates (x_num, y_num). The angle is given in radians between -pi and pi, excluding -pi.

Atanh(Double)

Returns the inverse hyperbolic tangent of a number. Number must be between -1 and 1 (excluding -1 and 1).

AveDev(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the average of the absolute deviations of data points from their mean. AveDev is a measure of the variability in a data set.

Average(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the average (arithmetic mean) of the arguments.

AverageIf(Range, Object, Object)

Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria.

AverageIfs(Range, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the average (arithmetic mean) of all cells that meet multiple criteria.

BahtText(Double)

Converts a number to Thai text and adds a suffix of "Baht."

Base(Double, Double, Object)

Converts a number into a text representation with the given radix (base).

BesselI(Object, Object)

Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.

BesselJ(Object, Object)

Returns the Bessel function.

BesselK(Object, Object)

Returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments.

BesselY(Object, Object)

Returns the Bessel function, which is also called the Weber function or the Neumann function.

Beta_Dist(Double, Double, Double, Boolean, Object, Object)

Returns the beta cumulative distribution function.

Beta_Inv(Double, Double, Double, Object, Object)

Returns the inverse of the cumulative distribution function for a specified beta distribution. That is, if probability = Beta_Dist(x,...), then Beta_Inv(probability,...) = x.

BetaDist(Double, Double, Double, Object, Object)

Returns the beta cumulative distribution function.

BetaInv(Double, Double, Double, Object, Object)

Returns the inverse of the cumulative distribution function for a specified beta distribution. That is, if probability = BetaDist(x,...), then BetaInv(probability,...) = x.

Bin2Dec(Object)

Converts a binary number to decimal.

Bin2Hex(Object, Object)

Converts a binary number to hexadecimal.

Bin2Oct(Object, Object)

Converts a binary number to octal.

Binom_Dist(Double, Double, Double, Boolean)

Returns the individual term binomial distribution probability.

Binom_Dist_Range(Double, Double, Double, Object)

Returns the probability of a trial result using a binomial distribution.

Binom_Inv(Double, Double, Double)

Returns the inverse of the individual term binomial distribution probability.

BinomDist(Double, Double, Double, Boolean)

Returns the individual term binomial distribution probability.

Bitand(Double, Double)

Returns a ‘Bitwise And' of two numbers.

Bitlshift(Double, Double)

Returns a value number shifted left by shift_amount bits.

Bitor(Double, Double)

Returns a bitwise OR of 2 numbers.

Bitrshift(Double, Double)

Returns a value number shifted right by shift_amount bits.

Bitxor(Double, Double)

Returns a bitwise 'Exclusive Or' of two numbers.

Ceiling(Double, Double)

Returns number rounded up, away from zero, to the nearest multiple of significance.

Ceiling_Math(Double, Object, Object)

Rounds a number up, to the nearest integer or to the nearest multiple of significance.

Ceiling_Precise(Double, Object)

Returns the specified number rounded to the nearest multiple of significance.

ChiDist(Double, Double)

Returns the one-tailed probability of the chi-squared distribution.

ChiInv(Double, Double)

Returns the inverse of the one-tailed probability of the chi-squared distribution.

ChiSq_Dist(Double, Double, Boolean)

Returns the chi-squared distribution.

ChiSq_Dist_RT(Double, Double)

Returns the right-tailed probability of the chi-squared distribution.

ChiSq_Inv(Double, Double)

Returns the inverse of the left-tailed probability of the chi-squared distribution.

ChiSq_Inv_RT(Double, Double)

Returns the inverse of the right-tailed probability of the chi-squared distribution.

ChiSq_Test(Object, Object)

Returns the test for independence.

ChiTest(Object, Object)

Returns the test for independence.

Choose(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Uses Arg1 as the index to return a value from the list of value arguments.

Clean(String)

Removes all nonprintable characters from text.

Combin(Double, Double)

Returns the number of combinations for a given number of items. Use Combin to determine the total possible number of groups for a given number of items.

Combina(Double, Double)

Returns the number of combinations with repetitions for a given number of items.

Complex(Object, Object, Object)

Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.

Confidence(Double, Double, Double)

Returns a value that you can use to construct a confidence interval for a population mean.

Confidence_Norm(Double, Double, Double)

Returns a value that you can use to construct a confidence interval for a population mean.

Confidence_T(Double, Double, Double)

Returns the confidence interval for a population mean, using a Student's t distribution.

Convert(Object, Object, Object)

Converts a number from one measurement system to another. For example, Convert can translate a table of distances in miles to a table of distances in kilometers.

Correl(Object, Object)

Returns the correlation coefficient of the Arg1 and Arg2 cell ranges.

Cosh(Double)

Returns the hyperbolic cosine of a number.

Cot(Double)

Returns the cotangent of an angle.

Coth(Double)

Returns the hyperbolic cotangent of a number.

Count(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Counts the number of cells that contain numbers and counts numbers within the list of arguments.

CountA(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Counts the number of cells that are not empty and the values within the list of arguments.

CountBlank(Range)

Counts empty cells in a specified range of cells.

CountIf(Range, Object)

Counts the number of cells within a range that meet the given criteria.

CountIfs(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Counts the number of cells within a range that meet multiple criteria.

CoupDayBs(Object, Object, Object, Object)

Returns the number of days from the beginning of the coupon period to the settlement date.

CoupDays(Object, Object, Object, Object)

Returns the number of days in the coupon period that contains the settlement date.

CoupDaysNc(Object, Object, Object, Object)

Returns the number of days from the settlement date to the next coupon date.

CoupNcd(Object, Object, Object, Object)

Returns a number that represents the next coupon date after the settlement date.

CoupNum(Object, Object, Object, Object)

Returns the number of coupons payable between the settlement date and maturity date, rounded up to the nearest whole coupon.

CoupPcd(Object, Object, Object, Object)

Returns the previous coupon date before the settlement date.

Covar(Object, Object)

Returns covariance, the average of the products of deviations for each data point pair.

Covariance_P(Object, Object)

Returns population covariance, the average of the products of deviations for each data point pair.

Covariance_S(Object, Object)

Returns the sample covariance, the average of the products of deviations for each data point pair in two data sets.

CritBinom(Double, Double, Double)

Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.

Csc(Double)

Returns the cosecant of an angle.

Csch(Double)

Returns the hyperbolic cosecant of an angle.

CumIPmt(Object, Object, Object, Object, Object, Object)

Returns the cumulative interest paid on a loan between start_period and end_period.

CumPrinc(Object, Object, Object, Object, Object, Object)

Returns the cumulative principal paid on a loan between start_period and end_period.

DAverage(Range, Object, Object)

Averages the values in a column of a list or database that match conditions you specify.

Days(Object, Object)

Returns the number of days between the two dates.

Days360(Object, Object, Object)

Returns the number of days between two dates based on a 360-day year (twelve 30-day months), which is used in some accounting calculations.

Db(Double, Double, Double, Double, Object)

Returns the depreciation of an asset for a specified period using the fixed-declining balance method.

Dbcs(String)

Converts half-width (single-byte) letters within a character string to full-width (double-byte) characters. The name of the function (and the characters that it converts) depends upon the language settings.

DCount(Range, Object, Object)

Counts the cells that contain numbers in a column of a list or database that match conditions that you specify.

DCountA(Range, Object, Object)

Counts the nonblank cells in a column of a list or database that match conditions that you specify.

Ddb(Double, Double, Double, Double, Object)

Returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify.

Dec2Bin(Object, Object)

Converts a decimal number to binary.

Dec2Hex(Object, Object)

Converts a decimal number to hexadecimal.

Dec2Oct(Object, Object)

Converts a decimal number to octal.

Decimal(String, Double)

Converts a text representation of a number in a given base into a decimal number.

Degrees(Double)

Converts radians into degrees.

Delta(Object, Object)

Tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise.

DevSq(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the sum of squares of deviations of data points from their sample mean.

DGet(Range, Object, Object)

Extracts a single value from a column of a list or database that matches conditions that you specify.

Disc(Object, Object, Object, Object, Object)

Returns the discount rate for a security.

DMax(Range, Object, Object)

Returns the largest number in a column of a list or database that matches conditions you that specify.

DMin(Range, Object, Object)

Returns the smallest number in a column of a list or database that matches conditions that you specify.

Dollar(Double, Object)

The function described in this Help topic converts a number to text format and applies a currency symbol. The name of the function (and the symbol that it applies) depends upon your language settings.

DollarDe(Object, Object)

Converts a dollar price expressed as a fraction into a dollar price expressed as a decimal number. Use DOLLARDE to convert fractional dollar numbers, such as securities prices, to decimal numbers.

DollarFr(Object, Object)

Converts a dollar price expressed as a decimal number into a dollar price expressed as a fraction. Use DOLLARFR to convert decimal numbers to fractional dollar numbers, such as securities prices.

DProduct(Range, Object, Object)

Multiplies the values in a column of a list or database that match conditions that you specify.

DStDev(Range, Object, Object)

Estimates the standard deviation of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.

DStDevP(Range, Object, Object)

Calculates the standard deviation of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.

DSum(Range, Object, Object)

Adds the numbers in a column of a list or database that match conditions that you specify.

Dummy19(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Reserved for internal use.

Dummy21(Double, Double)

Reserved for internal use.

Duration(Object, Object, Object, Object, Object, Object)

Returns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of the cash flows and is used as a measure of a bond price's response to changes in yield.

DVar(Range, Object, Object)

Estimates the variance of a population based on a sample by using the numbers in a column of a list or database that match conditions that you specify.

DVarP(Range, Object, Object)

Calculates the variance of a population based on the entire population by using the numbers in a column of a list or database that match conditions that you specify.

EDate(Object, Object)

Returns the serial number that represents the date that is the indicated number of months before or after a specified date (the start_date). Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.

Effect(Object, Object)

Returns the effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year.

EncodeURL(String)

URL encodes the argument.

EoMonth(Object, Object)

Returns the serial number for the last day of the month that is the indicated number of months before or after start_date. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month.

Erf(Object, Object)

Returns the error function integrated between lower_limit and upper_limit.

Erf_Precise(Object)

Returns the error function integrated between zero and lower_limit.

ErfC(Object)

Returns the complementary ERF function integrated between the specified parameter and infinity.

ErfC_Precise(Object)

Returns the complementary error function integrated between the specified value and infinity.

Even(Double)

Returns number rounded up to the nearest even integer. You can use this function for processing items that come in twos. For example, a packing crate accepts rows of one or two items. The crate is full when the number of items, rounded up to the nearest two, matches the crate's capacity.

Expon_Dist(Double, Double, Boolean)

Returns the exponential distribution. Use EXPON_DIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPON_DIST to determine the probability that the process takes at most 1 minute.

ExponDist(Double, Double, Boolean)

Returns the exponential distribution. Use ExponDist to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use ExponDist to determine the probability that the process takes at most 1 minute.

F_Dist(Double, Double, Double, Boolean)

Returns the F probability distribution.

F_Dist_RT(Double, Double, Double)

Returns the right-tailed F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity. For example, you can examine the test scores of men and women entering high school and determine if the variability in the females is different from that found in the males.

F_Inv(Double, Double, Double)

Returns the inverse of the F probability distribution.

F_Inv_RT(Double, Double, Double)

Returns the inverse of the right-tailed F probability distribution. If p = F_DIST_RT(x,...), then F_INV_RT(p,...) = x.

F_Test(Object, Object)

Returns the result of an F-test. An F-test returns the two-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances. For example, given test scores from public and private schools, you can test whether these schools have different levels of test score diversity.

Fact(Double)

Returns the factorial of a number. The factorial of a number is equal to 123*...* number.

FactDouble(Object)

Returns the double factorial of a number.

FDist(Double, Double, Double)

Returns the F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity. For example, you can examine the test scores of men and women entering high school and determine if the variability in the females is different from that found in the males.

FilterXML(String, String)

Get specific data from the returned XML, typically from a WebService function call.

Find(String, String, Object)

Finds specific information in a worksheet.

FindB(String, String, Object)

Find(String, String, Object) and FindB locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.

FInv(Double, Double, Double)

Returns the inverse of the F probability distribution. If p = FDIST(x,...), then FINV(p,...) = x.

Fisher(Double)

Returns the Fisher transformation at x. This transformation produces a function that is normally distributed rather than skewed. Use this function to perform hypothesis testing on the correlation coefficient.

FisherInv(Double)

Returns the inverse of the Fisher transformation. Use this transformation when analyzing correlations between ranges or arrays of data. If y = FISHER(x), then FISHERINV(y) = x.

Fixed(Double, Object, Object)

Rounds a number to the specified number of decimals, formats the number in decimal format using a period and commas, and returns the result as text.

Floor(Double, Double)

Rounds number down, toward zero, to the nearest multiple of significance.

Floor_Math(Double, Object, Object)

Rounds a number down, to the nearest integer or to the nearest multiple of significance.

Floor_Precise(Double, Object)

Rounds the specified number to the nearest multiple of significance.

Forecast(Double, Object, Object)

Calculates, or predicts, a future value by using existing values. The predicted value is a y-value for a given x-value. The known values are existing x-values and y-values, and the new value is predicted by using linear regression. You can use this function to predict future sales, inventory requirements, or consumer trends.

Frequency(Object, Object)

Calculates how often values occur within a range of values, and then returns a vertical array of numbers. For example, use Frequency to count the number of test scores that fall within ranges of scores. Because Frequency returns an array, it must be entered as an array formula.

FTest(Object, Object)

Returns the result of an F-test. An F-test returns the two-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances. For example, given test scores from public and private schools, you can test whether these schools have different levels of test score diversity.

Fv(Double, Double, Double, Object, Object)

Returns the future value of an investment based on periodic, constant payments and a constant interest rate.

FVSchedule(Object, Object)

Returns the future value of an initial principal after applying a series of compound interest rates. Use FVSCHEDULE to calculate the future value of an investment with a variable or adjustable rate.

Gamma(Double)

Returns the Gamma function value.

Gamma_Dist(Double, Double, Double, Boolean)

Returns the gamma distribution. You can use this function to study variables that may have a skewed distribution. The gamma distribution is commonly used in queuing analysis.

Gamma_Inv(Double, Double, Double)

Returns the inverse of the gamma cumulative distribution. If p = GAMMA_DIST(x,...), then GAMMA_INV(p,...) = x.

GammaDist(Double, Double, Double, Boolean)

Returns the gamma distribution. You can use this function to study variables that may have a skewed distribution. The gamma distribution is commonly used in queuing analysis.

GammaInv(Double, Double, Double)

Returns the inverse of the gamma cumulative distribution. If p = GAMMADIST(x,...), then GAMMAINV(p,...) = x.

GammaLn(Double)

Returns the natural logarithm of the gamma function, Γ(x).

GammaLn_Precise(Double)

Returns the natural logarithm of the gamma function, Γ(x).

Gauss(Double)

Returns 0.5 less than the standard normal cumulative distribution.

Gcd(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder.

GeoMean(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the geometric mean of an array or range of positive data. For example, you can use GEOMEAN to calculate average growth rate given compound interest with variable rates.

GeStep(Object, Object)

Returns 1 if number ≥ step; returns 0 (zero) otherwise. Use this function to filter a set of values. For example, by summing several GeStep functions you calculate the count of values that exceed a threshold.

Growth(Object, Object, Object, Object)

Calculates predicted exponential growth by using existing data. Growth returns the y-values for a series of new x-values that you specify by using existing x-values and y-values. You can also use the Growth worksheet function to fit an exponential curve to existing x-values and y-values.

HarMean(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the harmonic mean of a data set. The harmonic mean is the reciprocal of the arithmetic mean of reciprocals.

Hex2Bin(Object, Object)

Converts a hexadecimal number to binary.

Hex2Dec(Object)

Converts a hexadecimal number to decimal.

Hex2Oct(Object, Object)

Converts a hexadecimal number to octal.

HLookup(Object, Object, Object, Object)

Searches for a value in the top row of a table or an array of values, and then returns a value in the same column from a row you specify in the table or array. Use HLookup when your comparison values are located in a row across the top of a table of data, and you want to look down a specified number of rows. Use VLookup(Object, Object, Object, Object) when your comparison values are located in a column to the left of the data you want to find.

HypGeom_Dist(Double, Double, Double, Double, Boolean)

Returns the hypergeometric distribution. HypGeom_Dist returns the probability of a given number of sample successes, given the sample size, population successes, and population size. Use HypGeom_Dist for problems with a finite population, where each observation is either a success or a failure, and where each subset of a given size is chosen with equal likelihood.

HypGeomDist(Double, Double, Double, Double)

Returns the hypergeometric distribution. HypGeomDist returns the probability of a given number of sample successes, given the sample size, population successes, and population size. Use HypGeomDist for problems with a finite population, where each observation is either a success or a failure, and where each subset of a given size is chosen with equal likelihood.

IfError(Object, Object)

Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IfError function to trap and handle errors in a formula.

IfNa(Object, Object)

Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression.

ImAbs(Object)

Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format.

Imaginary(Object)

Returns the imaginary coefficient of a complex number in x + yi or x + yj text format.

ImArgument(Object)

Returns the argument (theta), an angle expressed in radians, such that:

ImConjugate(Object)

Returns the complex conjugate of a complex number in x + yi or x + yj text format.

ImCos(Object)

Returns the cosine of a complex number in x + yi or x + yj text format.

ImCosh(Object)

Returns the hyperbolic cosine of a complex number.

ImCot(Object)

Returns the cotangent of a complex number.

ImCsc(Object)

Returns the cosecant of a complex number.

ImCsch(Object)

Returns the hyperbolic cosecant of a complex number.

ImDiv(Object, Object)

Returns the quotient of two complex numbers in x + yi or x + yj text format.

ImExp(Object)

Returns the exponential of a complex number in x + yi or x + yj text format.

ImLn(Object)

Returns the natural logarithm of a complex number in x + yi or x + yj text format.

ImLog10(Object)

Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format.

ImLog2(Object)

Returns the base-2 logarithm of a complex number in x + yi or x + yj text format.

ImPower(Object, Object)

Returns a complex number in x + yi or x + yj text format raised to a power.

ImProduct(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the product of 2 to 29 complex numbers in x + yi or x + yj text format.

ImReal(Object)

Returns the real coefficient of a complex number in x + yi or x + yj text format.

ImSec(Object)

Returns the hyperbolic cosecant of a complex number.

ImSech(Object)

Returns the secant of a complex number.

ImSin(Object)

Returns the sine of a complex number in x + yi or x + yj text format.

ImSinh(Object)

Returns the hyperbolic sine of a complex number.

ImSqrt(Object)

Returns the square root of a complex number in x + yi or x + yj text format.

ImSub(Object, Object)

Returns the difference of two complex numbers in x + yi or x + yj text format.

ImSum(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the sum of two or more complex numbers in x + yi or x + yj text format.

ImTan(Object)

Returns the tangent of a complex number.

Index(Object, Double, Object, Object)

Returns a value or the reference to a value from within a table or range. There are two forms of the Index function: the array form and the reference form.

Intercept(Object, Object)

Calculates the point at which a line will intersect the y-axis by using existing x-values and y-values. The intercept point is based on a best-fit regression line plotted through the known x-values and known y-values. Use the Intercept function when you want to determine the value of the dependent variable when the independent variable is 0 (zero). For example, you can use the Intercept function to predict a metal's electrical resistance at 0°C when your data points were taken at room temperature and higher.

IntRate(Object, Object, Object, Object, Object)

Returns the interest rate for a fully invested security.

Ipmt(Double, Double, Double, Double, Object, Object)

Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate.

Irr(Object, Object)

Returns the internal rate of return for a series of cash flows represented by the numbers in values. These cash flows do not have to be even, as they would be for an annuity. However, the cash flows must occur at regular intervals, such as monthly or annually. The internal rate of return is the interest rate received for an investment consisting of payments (negative values) and income (positive values) that occur at regular periods.

IsErr(Object)

Checks the type of value and returns true or false depending if the value refers to any error value except #N/A.

IsError(Object)

Checks the type of value and returns true or false depending on if the value refers to any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!).

IsEven(Object)

Checks the type of value and returns true or false depending if the value is even.

IsFormula(Range)

Checks whether a reference is to a cell containing a formula, and returns TRUE or FALSE.

IsLogical(Object)

Checks the type of value and returns true or false depending if the value refers to a logical value.

IsNA(Object)

Checks the type of value and returns true or false depending on if the value refers to the #N/A (value not available) error value.

IsNonText(Object)

Checks the type of value and returns true or false depending if the value refers to any item that is not text. (Note that this function returns true if value refers to a blank cell.)

IsNumber(Object)

Checks the type of value and returns true or false depending if the value refers to a number.

ISO_Ceiling(Double, Object)

Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance.

IsOdd(Object)

Checks the type of value and returns true or false depending if the value is odd.

IsoWeekNum(Double, Object)

Returns the ISO week number of the year for a given date.

Ispmt(Double, Double, Double, Double)

Calculates the interest paid during a specific period of an investment. This function is provided for compatibility with Lotus 1-2-3.

IsText(Object)

Checks the type of value and returns true or false depending if the value refers to text.

IsThaiDigit(String)

Reserved for internal use.

Kurt(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the kurtosis of a data set. Kurtosis characterizes the relative peakedness or flatness of a distribution compared with the normal distribution. Positive kurtosis indicates a relatively peaked distribution. Negative kurtosis indicates a relatively flat distribution.

Large(Object, Double)

Returns the k-th largest value in a data set. You can use this function to select a value based on its relative standing. For example, you can use Large to return the highest, runner-up, or third-place score.

Lcm(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the least common multiple of integers. The least common multiple is the smallest positive integer that is a multiple of all integer arguments number1, number2, and so on. Use LCM to add fractions with different denominators.

LinEst(Object, Object, Object, Object)

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. Because this function returns an array of values, it must be entered as an array formula.

Ln(Double)

Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).

Log(Double, Object)

Returns the logarithm of a number to the base you specify.

Log10(Double)

Returns the base-10 logarithm of a number.

LogEst(Object, Object, Object, Object)

In regression analysis, calculates an exponential curve that fits your data and returns an array of values that describes the curve. Because this function returns an array of values, it must be entered as an array formula.

LogInv(Double, Double, Double)

Use the lognormal distribution to analyze logarithmically transformed data.

LogNorm_Dist(Double, Double, Double, Boolean)

Returns the lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard_dev. Use this function to analyze data that has been logarithmically transformed.

LogNorm_Inv(Double, Double, Double)

Returns the inverse of the lognormal cumulative distribution function. Use the lognormal distribution to analyze logarithmically transformed data.

LogNormDist(Double, Double, Double)

Returns the cumulative lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard_dev. Use this function to analyze data that has been logarithmically transformed.

Lookup(Object, Object, Object)

Returns a value either from a one-row or one-column range or from an array. The LOOKUP function has two syntax forms: the vector form and the array form.

Match(Object, Object, Object)

Returns the relative position of an item in an array that matches a specified value in a specified order. Use Match instead of one of the Lookup(Object, Object, Object) functions when you need the position of an item in a range instead of the item itself.

Max(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the largest value in a set of values.

MDeterm(Object)

Returns the matrix determinant of an array.

MDuration(Object, Object, Object, Object, Object, Object)

Returns the modified Macauley duration for a security with an assumed par value of $100.

Median(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the median of the given numbers. The median is the number in the middle of a set of numbers.

Min(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the smallest number in a set of values.

MInverse(Object)

Returns the inverse matrix for the matrix stored in an array.

MIrr(Object, Double, Double)

Returns the modified internal rate of return for a series of periodic cash flows. MIRR considers both the cost of the investment and the interest received on reinvestment of cash.

MMult(Object, Object)

Returns the matrix product of two arrays. The result is an array with the same number of rows as array1 and the same number of columns as array2.

Mode(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the most frequently occurring, or repetitive, value in an array or range of data.

Mode_Mult(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns a vertical array of the most frequently occurring, or repetitive, values in an array or range of data.

Mode_Sngl(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the most frequently occurring, or repetitive, value in an array or range of data.

MRound(Object, Object)

Returns a number rounded to the desired multiple.

MultiNomial(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the ratio of the factorial of a sum of values to the product of factorials.

Munit(Double)

Returns the unit matrix for the specified dimension.

NegBinom_Dist(Double, Double, Double, Boolean)

Returns the negative binomial distribution. NegBinom_Dist 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. This function is similar to the binomial distribution, except that the number of successes is fixed, and the number of trials is variable. Like the binomial, trials are assumed to be independent.

NegBinomDist(Double, Double, Double)

Returns the negative binomial distribution. 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. This function is similar to the binomial distribution, except that the number of successes is fixed, and the number of trials is variable. Like the binomial, trials are assumed to be independent.

NetworkDays(Object, Object, Object)

Returns the number of whole working days between start_date and end_date. Working days exclude weekends and any dates identified in holidays. Use NetworkDays to calculate employee benefits that accrue based on the number of days worked during a specific term.

NetworkDays_Intl(Object, Object, Object, Object)

Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days. Weekend days and any days that are specified as holidays are not considered as workdays.

Nominal(Object, Object)

Returns the nominal annual interest rate, given the effective rate and the number of compounding periods per year.

Norm_Dist(Double, Double, Double, Boolean)

Returns the normal distribution for the specified mean and standard deviation. This function has a wide range of applications in statistics, including hypothesis testing.

Norm_Inv(Double, Double, Double)

Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

Norm_S_Dist(Double, Boolean)

Returns the standard normal cumulative distribution function. The distribution has a mean of 0 (zero) and a standard deviation of one. Use this function in place of a table of standard normal curve areas.

Norm_S_Inv(Double)

Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of 0 (zero) and a standard deviation of one.

NormDist(Double, Double, Double, Boolean)

Returns the normal distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing.

NormInv(Double, Double, Double)

Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

NormSDist(Double)

Returns the standard normal cumulative distribution function. The distribution has a mean of 0 (zero) and a standard deviation of one. Use this function in place of a table of standard normal curve areas.

NormSInv(Double)

Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.

NPer(Double, Double, Double, Object, Object)

Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.

Npv(Double, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

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

NumberValue(String, String, String)

Converts text to number in a locale-independent manner.

Oct2Bin(Object, Object)

Converts an octal number to binary.

Oct2Dec(Object)

Converts an octal number to decimal.

Oct2Hex(Object, Object)

Converts an octal number to hexadecimal.

Odd(Double)

Returns number rounded up to the nearest odd integer.

OddFPrice(Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the price per $100 face value of a security having an odd (short or long) first period.

OddFYield(Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the yield of a security that has an odd (short or long) first period.

OddLPrice(Object, Object, Object, Object, Object, Object, Object, Object)

Returns the price per $100 face value of a security having an odd (short or long) last coupon period.

OddLYield(Object, Object, Object, Object, Object, Object, Object, Object)

Returns the yield of a security that has an odd (short or long) last period.

Or(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns true if any argument is true; returns false if all arguments are false.

PDuration(Double, Double, Double)

Returns the number of periods required by an investment to reach a specified value.

Pearson(Object, Object)

Returns the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of a linear relationship between two data sets.

Percentile(Object, Double)

Returns the k-th percentile of values in a range. You can use this function to establish a threshold of acceptance. For example, you can decide to examine candidates who score above the 90th percentile.

Percentile_Exc(Object, Double)

Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive.

Percentile_Inc(Object, Double)

Returns the k-th percentile of values in a range. You can use this function to establish a threshold of acceptance. For example, you can examine candidates who score above the 90th percentile.

PercentRank(Object, Double, Object)

Returns the rank of a value in a data set as a percentage of the data set. This function can be used to evaluate the relative standing of a value within a data set. For example, you can use PercentRank to evaluate the standing of an aptitude test score among all scores for the test.

PercentRank_Exc(Object, Double, Object)

Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.

PercentRank_Inc(Object, Double, Object)

Returns the rank of a value in a data set as a percentage (0..1, inclusive) of the data set. This function can be used to evaluate the relative standing of a value within a data set. For example, you can use PercentRank_Inc to evaluate the standing of an aptitude test score among all scores for the test.

Permut(Double, Double)

Returns the number of permutations for a given number of objects that can be selected from number objects. A permutation is any set or subset of objects or events where internal order is significant. Permutations are different from combinations, for which the internal order is not significant. Use this function for lottery-style probability calculations.

Permutationa(Double, Double)

Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects.

Phi(Double)

Returns the value of the density function for a standard normal distribution.

Phonetic(Range)

Extracts the phonetic (furigana) characters from a text string.

Pi()

Returns the number 3.14159265358979, the mathematical constant pi, accurate to 15 digits.

Pmt(Double, Double, Double, Object, Object)

Calculates the payment for a loan based on constant payments and a constant interest rate.

Poisson(Double, Double, Boolean)

Returns the Poisson distribution. A common application of the Poisson distribution is predicting the number of events over a specific time, such as the number of cars arriving at a toll plaza in 1 minute.

Poisson_Dist(Double, Double, Boolean)

Returns the Poisson distribution. A common application of the Poisson distribution is predicting the number of events over a specific time, such as the number of cars arriving at a toll plaza in one minute.

Power(Double, Double)

Returns the result of a number raised to a power.

Ppmt(Double, Double, Double, Double, Object, Object)

Returns the payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate.

Price(Object, Object, Object, Object, Object, Object, Object)

Returns the price per $100 face value of a security that pays periodic interest.

PriceDisc(Object, Object, Object, Object, Object)

Returns the price per $100 face value of a discounted security.

PriceMat(Object, Object, Object, Object, Object, Object)

Returns the price per $100 face value of a security that pays interest at maturity.

Prob(Object, Object, Double, Object)

Returns the probability that values in a range are between two limits. If upper_limit is not supplied, returns the probability that values in x_range are equal to lower_limit.

Product(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Multiplies all the numbers given as arguments and returns the product.

Proper(String)

Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.

Pv(Double, Double, Double, Object, Object)

Returns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borrow money, the loan amount is the present value to the lender.

Quartile(Object, Double)

Returns the quartile of a data set. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use Quartile to find the top 25 percent of incomes in a population.

Quartile_Exc(Object, Double)

Returns the quartile of the data set, based on percentile values from 0..1, exclusive.

Quartile_Inc(Object, Double)

Returns the quartile of a data set based on percentile values from 0..1, inclusive. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use QUARTILE_INC to find the top 25 percent of incomes in a population.

Quotient(Object, Object)

Returns the integer portion of a division. Use this function when you want to discard the remainder of a division.

Radians(Double)

Converts degrees to radians.

RandBetween(Object, Object)

Returns a random integer number between the numbers you specify. A new random integer number is returned every time the worksheet is calculated.

Rank(Double, Range, Object)

Returns the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list. (If you were to sort the list, the rank of the number would be its position.)

Rank_Avg(Double, Range, Object)

Returns the rank of a number in a list of numbers; that is its size relative to other values in the list. If more than one value has the same rank, the average rank is returned.

Rank_Eq(Double, Range, Object)

Returns the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list. (If you were to sort the list, the rank of the number would be its position.)

Rate(Double, Double, Double, Object, Object, Object)

Returns the interest rate per period of an annuity. RATE is calculated by iteration and can have zero or more solutions. If the successive results of RATE do not converge to within 0.0000001 after 20 iterations, RATE returns the #NUM! error value.

Received(Object, Object, Object, Object, Object)

Returns the amount received at maturity for a fully invested security.

Replace(String, Double, Double, String)

Replaces part of a text string, based on the number of characters you specify, with a different text string.

ReplaceB(String, Double, Double, String)

REPLACEB replaces part of a text string, based on the number of bytes you specify, with a different text string.

Rept(String, Double)

Repeats text a given number of times. Use REPT to fill a cell with a number of instances of a text string.

Roman(Double, Object)

Converts an Arabic numeral to roman, as text.

Round(Double, Double)

Rounds a number to a specified number of digits.

RoundBahtDown(Double)

Reserved for internal use.

RoundBahtUp(Double)

Reserved for internal use.

RoundDown(Double, Double)

Rounds a number down, toward zero.

RoundUp(Double, Double)

Rounds a number up, away from 0 (zero).

Rri(Double, Double, Double)

Returns an equivalent interest rate for the growth of an investment.

RSq(Object, Object)

Returns the square of the Pearson product moment correlation coefficient through data points in known_y's and known_x's. For more information, see Pearson(Object, Object). The r-squared value can be interpreted as the proportion of the variance in y attributable to the variance in x.

RTD(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

This method connects to a source to receive real-time data.

Search(String, String, Object)

Search and SearchB(String, String, Object) locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.

SearchB(String, String, Object)

SEARCH and SEARCHB locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.

Sec(Double)

Returns the secant of an angle.

Sech(Double)

Returns the hyperbolic secant of an angle.

SeriesSum(Object, Object, Object, Object)

Returns the sum of a power series based on the formula: SERIES(x,n,m,a)= a1xn+a2x(n+m)+a3x(n+2m)+…+aix(n+(i-1)m)

Sinh(Double)

Returns the hyperbolic sine of a number.

Skew(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean. Positive skewness indicates a distribution with an asymmetric tail extending toward more positive values. Negative skewness indicates a distribution with an asymmetric tail extending toward more negative values.

Skew_p(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean.

Sln(Double, Double, Double)

Returns the straight-line depreciation of an asset for one period.

Slope(Object, Object)

Returns the slope of the linear regression line through data points in known_y's and known_x's. The slope is the vertical distance divided by the horizontal distance between any two points on the line, which is the rate of change along the regression line.

Small(Object, Double)

Returns the k-th smallest value in a data set. Use this function to return values with a particular relative standing in a data set.

SqrtPi(Object)

Returns the square root of (number * pi).

Standardize(Double, Double, Double)

Returns a normalized value from a distribution characterized by mean and standard_dev.

StDev(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Estimates standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

StDev_P(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calculates standard deviation based on the entire population given as arguments. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

StDev_S(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Estimates standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

StDevP(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calculates standard deviation based on the entire population given as arguments. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

StEyx(Object, Object)

Returns the standard error of the predicted y-value for each x in the regression. The standard error is a measure of the amount of error in the prediction of y for an individual x.

Substitute(String, String, String, Object)

Substitutes new_text for old_text in a text string. Use SUBSTITUTE when you want to replace specific text in a text string; use REPLACE when you want to replace any text that occurs in a specific location in a text string.

Subtotal(Double, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Creates subtotals.

Sum(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Adds all the numbers in a range of cells.

SumIf(Range, Object, Object)

Adds the cells specified by a given criteria.

SumIfs(Range, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Adds the cells in a range that meet multiple criteria.

SumProduct(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Multiplies corresponding components in the given arrays, and returns the sum of those products.

SumSq(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns the sum of the squares of the arguments.

SumX2MY2(Object, Object)

Returns the sum of the difference of squares of corresponding values in two arrays.

SumX2PY2(Object, Object)

Returns the sum of the sum of squares of corresponding values in two arrays. The sum of the sum of squares is a common term in many statistical calculations.

SumXMY2(Object, Object)

Returns the sum of squares of differences of corresponding values in two arrays.

Syd(Double, Double, Double, Double)

Returns the sum-of-years' digits depreciation of an asset for a specified period.

T_Dist(Double, Double, Boolean)

Returns a Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are computed.

T_Dist_2T(Double, Double)

Returns the two-tailed Student t-distribution.

T_Dist_RT(Double, Double)

Returns the right-tailed Student t-distribution where a numeric value (x) is a calculated value of t for which the Percentage Points are to be computed. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

T_Inv(Double, Double)

Returns the left-tailed inverse of the Student t-distribution.

T_Inv_2T(Double, Double)

Returns the t-value of the Student t-distribution as a function of the probability and the degrees of freedom.

T_Test(Object, Object, Double, Double)

Returns the probability associated with a Student t-Test. Use T_TEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.

Tanh(Double)

Returns the hyperbolic tangent of a number.

TBillEq(Object, Object, Object)

Returns the bond-equivalent yield for a Treasury bill.

TBillPrice(Object, Object, Object)

Returns the price per $100 face value for a Treasury bill.

TBillYield(Object, Object, Object)

Returns the yield for a Treasury bill.

TDist(Double, Double, Double)

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. The t-distribution is used in the hypothesis testing of small sample data sets. Use this function in place of a table of critical values for the t-distribution.

Text(Object, String)

Converts a value to text in a specific number format.

ThaiDayOfWeek(Double)

Reserved for internal use.

ThaiDigit(String)

Reserved for internal use.

ThaiMonthOfYear(Double)

Reserved for internal use.

ThaiNumSound(Double)

Reserved for internal use.

ThaiNumString(Double)

Reserved for internal use.

ThaiStringLength(String)

Reserved for internal use.

ThaiYear(Double)

Reserved for internal use.

TInv(Double, Double)

Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom.

Transpose(Object)

Returns a vertical range of cells as a horizontal range, or vice versa. TRANSPOSE must be entered as an array formula in a range that has the same number of rows and columns, respectively, as an array has columns and rows. Use TRANSPOSE to shift the vertical and horizontal orientation of an array on a worksheet.

Trend(Object, Object, Object, Object)

Returns values along a linear trend. Fits a straight line (using the method of least squares) to the arrays known_y's and known_x's. Returns the y-values along that line for the array of new_x's that you specify.

Trim(String)

Removes all spaces from text except for single spaces between words. Use TRIM on text that you have received from another application that may have irregular spacing.

TrimMean(Object, Double)

Returns the mean of the interior of a data set. TRIMMEAN calculates the mean taken by excluding a percentage of data points from the top and bottom tails of a data set. You can use this function when you wish to exclude outlying data from your analysis.

TTest(Object, Object, Double, Double)

Returns the probability associated with a Student's t-Test. Use TTEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.

Unichar(Double)

Returns the Unicode character referenced by the given numeric value.

Unicode(String)

Returns the number (code point) corresponding to the first character of the text.

USDollar(Double, Double)

Converts a number to text format and applies a currency symbol. The name of the method (and the symbol that it applies) depends upon the language settings.

Var(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Estimates variance based on a sample.

Var_P(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calculates variance based on the entire population.

Var_S(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Estimates variance based on a sample.

VarP(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calculates variance based on the entire population.

Vdb(Double, Double, Double, Double, Double, Object, Object)

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. VDB stands for variable declining balance.

VLookup(Object, Object, Object, Object)

Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array.

WebService(String)

Underlying function that calls the web service asynchronously, using an HTTP GET request, and returns the response.

Weekday(Object, Object)

Returns the day of the week corresponding to a date. The day is given as an integer, ranging from 1 (Sunday) to 7 (Saturday), by default.

WeekNum(Object, Object)

Returns a number that indicates where the week falls numerically within a year.

Weibull(Double, Double, Double, Boolean)

Returns the Weibull distribution. Use this distribution in reliability analysis, such as calculating a device's mean time to failure.

Weibull_Dist(Double, Double, Double, Boolean)

Returns the Weibull distribution. Use this distribution in reliability analysis, such as calculating the mean time to failure for a device.

WorkDay(Object, Object, Object)

Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use WORKDAY to exclude weekends or holidays when you calculate invoice due dates, expected delivery times, or the number of days of work performed.

WorkDay_Intl(Object, Object, Object, Object)

Returns the serial number of 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. Weekend days and any days that are specified as holidays are not considered as workdays.

Xirr(Object, Object, Object)

Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic. To calculate the internal rate of return for a series of periodic cash flows, use the IRR function.

Xnpv(Object, Object)

Returns the net present value for a schedule of cash flows that is not necessarily periodic.

Xor(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Returns a logical exclusive OR of all arguments.

YearFrac(Object, Object, Object)

Calculates the fraction of the year represented by the number of whole days between two dates (the start_date and the end_date). Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits or obligations to assign to a specific term.

YieldDisc(Object, Object, Object, Object, Object)

Returns the annual yield for a discounted security.

YieldMat(Object, Object, Object, Object, Object, Object)

Returns the annual yield of a security that pays interest at maturity.

Z_Test(Object, Double, Object)

Returns the one-tailed probability-value of a z-test. For a given hypothesized population mean, 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.

ZTest(Object, Double, Object)

Returns the one-tailed probability-value of a z-test. For a given hypothesized population mean, 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.

Applies to