Nesting formulas are supported!
List of Formulas Supported by Excellentable:
|
# |
Type |
Name |
Input Data |
Description |
|---|---|---|---|---|
|
1 |
Array |
|
Given partial data about a linear trend, fits an ideal linear trend using the least squares method and/or predicts further values. |
|
|
2 |
Array |
|
Calculates the sum of the squares of differences of values in two arrays. |
|
|
3 |
Array |
|
Calculates the sum of the sums of the squares of values in two arrays. |
|
|
4 |
Array |
|
Calculates the sum of the differences of the squares of values in two arrays. |
|
|
5 |
Array |
|
Calculates the sum of the products of corresponding entries in two equal-sized arrays or ranges. |
|
|
6 |
Array |
|
Calculates the matrix product of two matrices specified as arrays or ranges. |
|
|
7 |
Array |
|
Returns the multiplicative inverse of a square matrix specified as an array or range. |
|
|
8 |
Array |
|
Returns the matrix determinant of a square matrix specified as an array or range. |
|
|
9 |
Array |
|
Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve. |
|
|
10 |
Array |
|
Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method. |
|
|
11 |
Array |
|
Given partial data about an exponential growth trend, fits an ideal exponential growth trend and/or predicts further values. |
|
|
12 |
Array |
|
Calculates the frequency distribution of a one-column array into specified classes. |
|
|
13 |
Array |
|
Transposes the rows and columns of an array or range of cells. |
|
|
14 |
Database |
|
Returns the minimum value selected from a database table-like array or range using a SQL-like query. |
|
|
15 |
Database |
|
Returns the variance of an entire population selected from a database table-like array or range using a SQL-like query. |
|
|
16 |
Database |
|
Returns the sum of values selected from a database table-like array or range using a SQL-like query. |
|
|
17 |
Database |
|
Returns the standard deviation of an entire population selected from a database table-like array or range using a SQL-like query. |
|
|
18 |
Database |
|
Returns the standard deviation of a population sample selected from a database table-like array or range using a SQL-like query. |
|
|
19 |
Database |
|
Returns the product of values selected from a database table-like array or range using a SQL-like query. |
|
|
20 |
Database |
|
Returns the variance of a population sample selected from a database table-like array or range using a SQL-like query. |
|
|
21 |
Database |
|
Returns the maximum value selected from a database table-like array or range using a SQL-like query. |
|
|
22 |
Database |
|
Returns a single value from a database table-like array or range using a SQL-like query. |
|
|
23 |
Database |
|
Counts values, including text, selected from a database table-like array or range using a SQL-like query. |
|
|
24 |
Database |
|
Counts numeric values selected from a database table-like array or range using a SQL-like query. |
|
|
25 |
Database |
|
Returns the average of a set of values selected from a database table-like array or range using a SQL-like query. |
|
|
26 |
Date |
|
Returns a date representing the last day of a month which falls a specified number of months before or after another date. |
|
|
27 |
Date |
|
Returns the hour component of a specific time, in numeric format. |
|
|
28 |
Date |
MINUTE |
|
Returns the minute component of a specific time, in numeric format. |
|
29 |
Date |
MONTH |
|
Returns the month of the year a specific date falls in, in numeric format. |
|
30 |
Date |
NETWORKDAYS |
|
Returns the number of net working days between two provided days. |
|
31 |
Date |
NETWORKDAYS.INTL |
|
Returns the number of net working days between two provided days excluding specified weekend days and holidays. |
|
32 |
Date |
NOW |
|
Returns the current date and time as a date value. |
|
33 |
Date |
SECOND |
|
Returns the second component of a specific time, in numeric format. |
|
34 |
Date |
TIME |
|
Converts a provided hour, minute, and second into a time. |
|
35 |
Date |
TIMEVALUE |
|
Returns the fraction of a 24-hour day the time represents. |
|
36 |
Date |
TODAY |
|
Returns the current date as a date value. |
|
37 |
Date |
WEEKDAY |
|
Returns a number representing the day of the week of the date provided. |
|
38 |
Date |
WEEKNUM |
|
Returns a number representing the week of the year where the provided date falls. |
|
39 |
Date |
WORKDAY |
|
Calculates the number of working days from a specified start date. |
|
40 |
Date |
WORKDAY.INTL |
|
Calculates the date after a specified number of workdays excluding specified weekend days and holidays. |
|
41 |
Date |
YEAR |
|
Returns the year specified by a given date. |
|
42 |
Date |
YEARFRAC |
|
Returns the number of years, including fractional years, between two dates using a specified day count convention. |
|
43 |
Date |
DATE |
|
Converts a provided year, month, and day into a date. |
|
44 |
Date |
DATEVALUE |
|
Converts a provided date string in a known format to a date value. |
|
45 |
Date |
DAY |
|
Returns the day of the month that a specific date falls on, in numeric format. |
|
46 |
Date |
DAYS360 |
|
Returns the difference between two days based on the 360 day year used in some financial interest calculations. |
|
47 |
Date |
EDATE |
|
Returns a date a specified number of months before or after another date. |
|
48 |
Date |
DATEDIF |
|
Calculates the number of days, months, or years between two dates. |
|
49 |
Engineering |
HEX2DEC |
|
Converts a signed hexadecimal number to decimal format. |
|
50 |
Engineering |
BIN2DEC |
|
Converts a signed binary number to decimal format. |
|
51 |
Engineering |
BIN2HEX |
|
Converts a signed binary number to signed hexadecimal format. |
|
52 |
Engineering |
BIN2OCT |
|
Converts a signed binary number to signed octal format. |
|
53 |
Engineering |
OCT2HEX |
|
Converts a signed octal number to signed hexadecimal format. |
|
54 |
Engineering |
OCT2DEC |
|
Converts a signed octal number to decimal format. |
|
55 |
Engineering |
OCT2BIN |
|
Converts a signed octal number to signed binary format. |
|
56 |
Engineering |
HEX2OCT |
|
Converts a signed hexadecimal number to signed octal format. |
|
57 |
Engineering |
DEC2BIN |
|
Converts a decimal number to signed binary format. |
|
58 |
Engineering |
HEX2BIN |
|
Converts a signed hexadecimal number to signed binary format. |
|
59 |
Engineering |
DELTA |
|
Compare two numeric values, returning 1 if they're equal. |
|
60 |
Engineering |
DEC2OCT |
|
Converts a decimal number to signed octal format. |
|
61 |
Engineering |
DEC2HEX |
|
Converts a decimal number to signed hexadecimal format. |
|
62 |
Financial |
DISC |
|
Calculates the discount rate of a security based on price. |
|
63 |
Financial |
PRICEDISC |
|
Calculates the price of a discount (non-interest-bearing) security, based on expected yield. |
|
64 |
Financial |
PRICEMAT |
|
Calculates the price of a security paying interest at maturity, based on expected yield. |
|
65 |
Financial |
PV |
|
Calculates the present value of an annuity investment based on constant-amount periodic payments and a constant interest rate. |
|
66 |
Financial |
RATE |
|
Calculates the interest rate of an annuity investment based on constant-amount periodic payments and the assumption of a constant interest rate. |
|
67 |
Financial |
RECEIVED |
|
Calculates the amount received at maturity for an investment in fixed-income securities purchased on a given date. |
|
68 |
Financial |
SLN |
|
Calculates the depreciation of an asset for one period using the straight-line method. |
|
69 |
Financial |
SYD |
|
Calculates the depreciation of an asset for a specified period using the sum of years digits method. |
|
70 |
Financial |
TBILLEQ |
|
Calculates the equivalent annualized rate of return of a US Treasury Bill based on discount rate. |
|
71 |
Financial |
TBILLPRICE |
|
Calculates the price of a US Treasury Bill based on discount rate. |
|
72 |
Financial |
TBILLYIELD |
|
Calculates the yield of a US Treasury Bill based on price. |
|
73 |
Financial |
XIRR |
|
Calculates the internal rate of return of an investment based on a specified series of potentially irregularly spaced cash flows. |
|
74 |
Financial |
XNPV |
|
Calculates the net present value of an investment based on a specified series of potentially irregularly spaced cash flows and a discount rate. |
|
75 |
Financial |
YIELD |
|
Calculates the annual yield of a security paying periodic interest, such as a US Treasury Bond, based on price. |
|
76 |
Financial |
YIELDDISC |
|
Calculates the annual yield of a discount (non-interest-bearing) security, based on price. |
|
77 |
Financial |
CUMPRINC |
|
Calculates the cumulative principal paid over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. |
|
78 |
Financial |
CUMIPMT |
|
Calculates the cumulative interest over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. |
|
79 |
Financial |
COUPPCD |
|
Calculates last coupon, or interest payment, date before the settlement date. |
|
80 |
Financial |
COUPNUM |
|
Calculates the number of coupons, or interest payments, between the settlement date and the maturity date of the investment. |
|
81 |
Financial |
COUPNCD |
COUPNCD(settlement, maturity, frequency, [day_count_convention]) |
Calculates next coupon, or interest payment, date after the settlement date. |
|
82 |
Financial |
COUPDAYSNC |
|
Calculates the number of days from the settlement date until the next coupon, or interest payment. |
|
83 |
Financial |
COUPDAYS |
|
Calculates the number of days in the coupon, or interest payment, period that contains the specified settlement date. |
|
84 |
Financial |
COUPDAYBS |
|
Calculates the number of days from the first coupon, or interest payment, until settlement. |
|
85 |
Financial |
ACCRINTM |
|
Calculates the accrued interest of a security that pays interest at maturity. |
|
86 |
Financial |
ACCRINT |
|
Calculates the accrued interest of a security that has periodic payments. |
|
87 |
Financial |
DB |
|
Calculates the depreciation of an asset for a specified period using the arithmetic declining balance method. |
|
88 |
Financial |
DURATION |
|
Calculates the number of compounding periods required for an investment of a specified present value appreciating at a given rate to reach a target value. |
|
89 |
Financial |
EFFECT |
|
Calculates the annual effective interest rate given the nominal rate and number of compounding periods per year. |
|
90 |
Financial |
FV |
|
Calculates the future value of an annuity investment based on constant-amount periodic payments and a constant interest rate. |
|
91 |
Financial |
FVSCHEDULE |
|
Calculates the future value of some principal based on a specified series of potentially varying interest rates. |
|
92 |
Financial |
INTRATE |
|
Calculates the effective interest rate generated when an investment is purchased at one price and sold at another with no interest or dividends generated by the investment itself. |
|
93 |
Financial |
IPMT |
|
Calculates the payment on interest for an investment based on constant-amount periodic payments and a constant interest rate. |
|
94 |
Financial |
IRR |
|
Calculates the internal rate of return on an investment based on a series of periodic cash flows. |
|
95 |
Financial |
MDURATION |
|
Calculates the modified Macaulay duration of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. |
|
96 |
Financial |
MIRR |
|
Calculates the modified internal rate of return on an investment based on a series of periodic cash flows and the difference between the interest rate paid on financing versus the return received on reinvested income. |
|
97 |
Financial |
NOMINAL |
|
Calculates the annual nominal interest rate given the effective rate and number of compounding periods per year. |
|
98 |
Financial |
NPER |
|
Calculates the number of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. |
|
99 |
Financial |
DOLLARDE |
|
Converts a price quotation given as a decimal fraction into a decimal value. |
|
100 |
Financial |
NPV |
|
Calculates the net present value of an investment based on a series of periodic cash flows and a discount rate. |
|
101 |
Financial |
PMT |
|
Calculates the periodic payment for an annuity investment based on constant-amount periodic payments and a constant interest rate. |
|
102 |
Financial |
PPMT |
|
Calculates the payment on the principal of an investment based on constant-amount periodic payments and a constant interest rate. |
|
103 |
Financial |
DOLLARFR |
|
Converts a price quotation given as a decimal value into a decimal fraction. |
|
104 |
Financial |
PRICE |
|
Calculates the price of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. |
|
105 |
Financial |
DDB |
|
Calculates the depreciation of an asset for a specified period using the double-declining balance method. |
|
106 |
Info |
ISREF |
|
Checks whether a value is a valid cell reference. |
|
107 |
Info |
TYPE |
|
Returns a number associated with the type of data passed into the function. |
|
108 |
Info |
ERROR.TYPE |
|
Returns a number corresponding to the error value in a different cell. |
|
109 |
Info |
ISBLANK |
|
Checks whether the referenced cell is empty. |
|
110 |
Info |
ISERR |
|
Checks whether a value is an error other than `#N/A`. |
|
111 |
Info |
ISERROR |
|
Checks whether a value is an error. |
|
112 |
Info |
ISLOGICAL |
|
Checks whether a value is `TRUE` or `FALSE`. |
|
113 |
Info |
NA |
|
Returns the "value not available" error, `#N/A`. |
|
114 |
Info |
N |
|
Returns the argument provided as a number. |
|
115 |
Info |
ISNUMBER |
|
Checks whether a value is a number. |
|
116 |
Info |
ISNONTEXT |
|
Checks whether a value is non-textual. |
|
117 |
Info |
ISNA |
|
Checks whether a value is the error `#N/A`. |
|
118 |
Info |
ISTEXT |
|
Checks whether a value is text. |
|
119 |
Logical |
TRUE |
|
Returns the logical value `TRUE`. |
|
120 |
Logical |
OR |
|
Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false. |
|
121 |
Logical |
NOT |
|
Returns the opposite of a logical value - `NOT(TRUE)` returns `FALSE`; `NOT(FALSE)` returns `TRUE`. |
|
122 |
Logical |
IFERROR |
|
Returns the first argument if it is not an error value, otherwise returns the second argument if present, or a blank if the second argument is absent. |
|
123 |
Logical |
IF |
|
Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. |
|
124 |
Logical |
FALSE |
|
Returns the logical value `FALSE`. |
|
125 |
Logical |
AND |
|
Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false. |
|
126 |
Lookup |
HLOOKUP |
|
Horizontal lookup. Searches across the first row of a range for a key and returns the value of a specified cell in the column found. |
|
127 |
Lookup |
ROWS |
|
Returns the number of rows in a specified array or range. |
|
128 |
Lookup |
COLUMN |
|
Returns the column number of a specified cell, with `A=1`. |
|
129 |
Lookup |
CHOOSE |
|
Returns an element from a list of choices based on index. |
|
130 |
Lookup |
ADDRESS |
|
Returns a cell reference as a string. |
|
131 |
Lookup |
VLOOKUP |
|
Vertical lookup. Searches down the first column of a range for a key and returns the value of a specified cell in the row found. |
|
132 |
Lookup |
ROW |
|
Returns the row number of a specified cell. |
|
133 |
Lookup |
OFFSET |
|
Returns a range reference shifted a specified number of rows and columns from a starting cell reference. |
|
134 |
Lookup |
MATCH |
|
Returns the relative position of an item in a range that matches a specified value. |
|
135 |
Lookup |
LOOKUP |
|
Looks through a row or column for a key and returns the value of the cell in a result range located in the same position as the search row or column. |
|
136 |
Lookup |
INDIRECT |
|
Returns a cell reference specified by a string. |
|
137 |
Lookup |
INDEX |
|
Returns the content of a cell, specified by row and column offset. |
|
138 |
Lookup |
COLUMNS |
|
Returns the number of columns in a specified array or range. |
|
139 |
Math |
LCM |
|
Returns the least common multiple of one or more integers. |
|
140 |
Math |
LN |
|
Returns the the logarithm of a number, base e (Euler's number). |
|
141 |
Math |
LOG |
|
Returns the the logarithm of a number given a base. |
|
142 |
Math |
LOG10 |
|
Returns the the logarithm of a number, base 10. |
|
143 |
Math |
MOD |
|
Returns the result of the modulo operator, the remainder after a division operation. |
|
144 |
Math |
MROUND |
|
Rounds one number to the nearest integer multiple of another. |
|
145 |
Math |
MULTINOMIAL |
|
Returns the factorial of the sum of values divided by the product of the values' factorials. |
|
146 |
Math |
ODD |
|
Rounds a number up to the nearest odd integer. |
|
147 |
Math |
PI |
|
Returns the value of Pi to 14 decimal places. |
|
148 |
Math |
POWER |
|
Returns a number raised to a power. |
|
149 |
Math |
PRODUCT |
|
Returns the result of multiplying a series of numbers together. |
|
150 |
Math |
QUOTIENT |
|
Returns one number divided by another. |
|
151 |
Math |
RADIANS |
|
Converts an angle value in degrees to radians. |
|
152 |
Math |
RAND |
|
Returns a random number between 0 inclusive and 1 exclusive. |
|
153 |
Math |
RANDBETWEEN |
|
Returns a uniformly random integer between two values, inclusive. |
|
154 |
Math |
ROUND |
|
Rounds a number to a certain number of decimal places according to standard rules. |
|
155 |
Math |
ROUNDDOWN |
|
Rounds a number to a certain number of decimal places, always rounding down to the next valid increment. |
|
156 |
Math |
ROUNDUP |
|
Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. |
|
157 |
Math |
SERIESSUM |
|
Given parameters |
|
158 |
Math |
SIGN |
|
Given an input number, returns `-1` if it is negative, `1` if positive, and `0` if it is zero. |
|
159 |
Math |
SIN |
|
Returns the sine of an angle provided in radians. |
|
160 |
Math |
SINH |
|
Returns the hyperbolic sine of any real number. |
|
161 |
Math |
SQRT |
|
Returns the positive square root of a positive number |
|
162 |
Math |
SQRTPI |
|
Returns the positive square root of the product of Pi and the given positive number. |
|
163 |
Math |
SUBTOTAL |
|
Returns a subtotal for a vertical range of cells using a specified aggregation function. |
|
164 |
Math |
SUM |
|
Returns the sum of a series of numbers and/or cells. |
|
165 |
Math |
SUMIF |
|
Returns a conditional sum across a range. |
|
166 |
Math |
SUMIFS |
|
Returns the sum of a range depending on multiple criteria. |
|
167 |
Math |
SUMSQ |
|
Returns the sum of the squares of a series of numbers and/or cells. |
|
168 |
Math |
TAN |
|
Returns the tangent of an angle provided in radians. |
|
169 |
Math |
TANH |
|
Returns the hyperbolic tangent of any real number |
|
170 |
Math |
TRUNC |
|
Truncates a number to a certain number of significant digits by omitting less significant digits. |
|
171 |
Math |
ABS |
|
Returns the absolute value of a number. |
|
172 |
Math |
ACOS |
|
Returns the inverse cosine of a value, in radians. |
|
173 |
Math |
ACOSH |
|
Returns the inverse hyperbolic cosine of a number. |
|
174 |
Math |
ASIN |
|
Returns the inverse sine of a value, in radians. |
|
175 |
Math |
ASINH |
|
Returns the inverse hyperbolic sine of a number |
|
176 |
Math |
ATAN |
|
Returns the inverse tangent of a value, in radians. |
|
177 |
Math |
ATAN2 |
|
Returns the angle between the x-axis and a line segment from the origin (0,0) to specified coordinate pair (`x`,`y`), in radians. |
|
178 |
Math |
ATANH |
|
Returns the inverse hyperbolic tangent of a number. |
|
179 |
Math |
CEILING |
|
Rounds a number up to the nearest integer multiple of specified significance. |
|
180 |
Math |
COMBIN |
|
Returns the number of ways to choose some number of objects from a pool of a given size of objects. |
|
181 |
Math |
COS |
|
Returns the cosine of an angle provided in radians. |
|
182 |
Math |
COSH |
|
Returns the hyperbolic cosine of any real number. |
|
183 |
Math |
COUNTBLANK |
|
Returns the number of empty cells in a given range. |
|
184 |
Math |
COUNTIF |
|
Returns a conditional count across a range. |
|
185 |
Math |
COUNTIFS |
|
Returns the count of a range depending on multiple criteria. |
|
186 |
Math |
DEGREES |
|
Converts an angle value in radians to degrees. |
|
187 |
Math |
ERFC |
|
Returns the complementary Gauss error function of a value. |
|
188 |
Math |
EVEN |
|
Rounds a number up to the nearest even integer. |
|
189 |
Math |
EXP |
|
Returns Euler's number, e (~2.718) raised to a power. |
|
190 |
Math |
FACT |
|
Returns the factorial of a number. |
|
191 |
Math |
FACTDOUBLE |
|
Returns the "double factorial" of a number. |
|
192 |
Math |
FLOOR |
|
Rounds a number down to the nearest integer multiple of specified significance. |
|
193 |
Math |
GAMMALN |
|
Returns the the logarithm of a specified Gamma function, base e (Euler's number). |
|
194 |
Math |
GCD |
|
Returns the greatest common divisor of one or more integers. |
|
195 |
Math |
INT |
|
Rounds a number down to the nearest integer that is less than or equal to it. |
|
196 |
Math |
ISEVEN |
|
Checks whether the provided value is even. |
|
197 |
Math |
ISODD |
|
Checks whether the provided value is odd. |
|
198 |
Parser |
CONVERT |
|
Converts a numeric value to a different unit of measure. |
|
199 |
Statistical |
NEGBINOMDIST |
|
Calculates the probability of drawing a certain number of failures before a certain number of successes given a probability of success in independent trials. |
|
200 |
Statistical |
NORMDIST |
|
Returns the value of the normal distribution function (or normal cumulative distribution function) for a specified value, mean, and standard deviation. |
|
201 |
Statistical |
NORMINV |
|
Returns the value of the inverse normal distribution function for a specified value, mean, and standard deviation. |
|
202 |
Statistical |
NORMSDIST |
|
Returns the value of the standard normal cumulative distribution function for a specified value. |
|
203 |
Statistical |
NORMSINV |
|
Returns the value of the inverse standard normal distribution function for a specified value. |
|
204 |
Statistical |
PEARSON |
|
Calculates r, the Pearson product-moment correlation coefficient of a dataset. |
|
205 |
Statistical |
PERCENTILE |
|
Returns the value at a given percentile of a dataset. |
|
206 |
Statistical |
PERCENTRANK |
|
Returns the percentage rank (percentile) of a specified value in a dataset. |
|
207 |
Statistical |
PERCENTRANK.EXC |
|
Returns the percentage rank (percentile) from 0 to 1 exclusive of a specified value in a dataset. |
|
208 |
Statistical |
PERCENTRANK.INC |
|
Returns the percentage rank (percentile) from 0 to 1 inclusive of a specified value in a dataset. |
|
209 |
Statistical |
PERMUT |
|
Returns the number of ways to choose some number of objects from a pool of a given size of objects, considering order. |
|
210 |
Statistical |
POISSON |
|
Returns the value of the Poisson distribution function (or Poisson cumulative distribution function) for a specified value and mean. |
|
211 |
Statistical |
PROB |
|
Given a set of values and corresponding probabilities, calculates the probability that a value chosen at random falls between two limits. |
|
212 |
Statistical |
QUARTILE |
|
Returns a value nearest to a specified quartile of a dataset. |
|
213 |
Statistical |
RANK |
|
Returns the rank of a specified value in a dataset. |
|
214 |
Statistical |
RANK.AVG |
|
Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the average rank of the entries will be returned. |
|
215 |
Statistical |
RANK.EQ |
|
Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the top rank of the entries will be returned. |
|
216 |
Statistical |
RSQ |
|
Calculates the square of r, the Pearson product-moment correlation coefficient of a dataset. |
|
217 |
Statistical |
SKEW |
|
Calculates the skewness of a dataset, which describes the symmetry of that dataset about the mean. |
|
218 |
Statistical |
SLOPE |
|
Calculates the slope of the line resulting from linear regression of a dataset. |
|
219 |
Statistical |
SMALL |
|
Returns the nth smallest element from a data set, where n is user-defined. |
|
220 |
Statistical |
STANDARDIZE |
|
Calculates the normalized equivalent of a random variable given mean and standard deviation of the distribution. |
|
221 |
Statistical |
STDEV |
|
Calculates the standard deviation based on a sample. |
|
222 |
Statistical |
STDEVA |
|
Calculates the standard deviation based on a sample, setting text to the value `0`. |
|
223 |
Statistical |
STDEVP |
|
Calculates the standard deviation based on an entire population. |
|
224 |
Statistical |
STDEVPA |
|
Calculates the standard deviation based on an entire population, setting text to the value `0`. |
|
225 |
Statistical |
STEYX |
|
Calculates the standard error of the predicted y-value for each x in the regression of a dataset. |
|
226 |
Statistical |
T.INV |
|
Calculates the negative inverse of the one-tailed TDIST function. |
|
227 |
Statistical |
T.INV.2T |
|
Calculates the inverse of the two-tailed TDIST function. |
|
228 |
Statistical |
TDIST |
|
Calculates the probability for Student's t-distribution with a given input (x). |
|
229 |
Statistical |
TINV |
|
Calculates the inverse of the two-tailed TDIST function. |
|
230 |
Statistical |
TRIMMEAN |
|
Calculates the mean of a dataset excluding some proportion of data from the high and low ends of the dataset. |
|
231 |
Statistical |
TTEST |
|
Returns the probability associated with t-test. Determines whether two samples are likely to have come from the same two underlying populations that have the same mean. |
|
232 |
Statistical |
VAR |
|
Calculates the variance based on a sample. |
|
233 |
Statistical |
VARA |
|
Calculates an estimate of variance based on a sample, setting text to the value `0`. |
|
234 |
Statistical |
VARP |
|
Calculates the variance based on an entire population. |
|
235 |
Statistical |
VARPA |
|
Calculates the variance based on an entire population, setting text to the value `0`. |
|
236 |
Statistical |
WEIBULL |
|
Returns the value of the Weibull distribution function (or Weibull cumulative distribution function) for a specified shape and scale. |
|
237 |
Statistical |
ZTEST |
|
Returns the two-tailed P-value of a Z-test with standard distribution. |
|
238 |
Statistical |
F.DIST.RT |
|
Calculates the right-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. |
|
239 |
Statistical |
FDIST |
|
Calculates the right-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. |
|
240 |
Statistical |
F.DIST |
|
Calculates the left-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. |
|
241 |
Statistical |
FISHER |
|
Returns the Fisher transformation of a specified value. |
|
242 |
Statistical |
FISHERINV |
|
Returns the inverse Fisher transformation of a specified value. |
|
243 |
Statistical |
|
Calculates the expected y-value for a specified x based on a linear regression of a dataset. |
|
|
244 |
Statistical |
GEOMEAN |
|
Calculates the geometric mean of a dataset. |
|
245 |
Statistical |
HARMEAN |
|
Calculates the harmonic mean of a dataset. |
|
246 |
Statistical |
HYPGEOMDIST |
|
Calculates the probability of drawing a certain number of successes in a certain number of tries given a population of a certain size containing a certain number of successes, without replacement of draws. |
|
247 |
Statistical |
INTERCEPT |
|
Calculates the y-value at which the line resulting from linear regression of a dataset will intersect the y-axis (x=0). |
|
248 |
Statistical |
KURT |
|
Calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakedness" of that dataset. |
|
249 |
Statistical |
LARGE |
|
Returns the nth largest element from a data set, where n is user-defined. |
|
250 |
Statistical |
LOGINV |
|
Returns the value of the inverse log-normal cumulative distribution with given mean and standard deviation at a specified value. |
|
251 |
Statistical |
LOGNORMDIST |
|
Returns the value of the log-normal cumulative distribution with given mean and standard deviation at a specified value. |
|
252 |
Statistical |
AVEDEV |
|
Calculates the average of the magnitudes of deviations of data from a dataset's mean. |
|
253 |
Statistical |
MAX |
|
Returns the maximum value in a numeric dataset. |
|
254 |
Statistical |
MAXA |
|
Returns the maximum numeric value in a dataset. |
|
255 |
Statistical |
MEDIAN |
|
Returns the median value in a numeric dataset. |
|
256 |
Statistical |
MIN |
|
Returns the minimum value in a numeric dataset. |
|
257 |
Statistical |
MINA |
|
Returns the minimum numeric value in a dataset. |
|
258 |
Statistical |
MODE |
|
Returns the most commonly occurring value in a dataset. |
|
259 |
Statistical |
AVERAGE |
|
Returns the numerical average value in a dataset, ignoring text. |
|
260 |
Statistical |
AVERAGEA |
|
Returns the numerical average value in a dataset. |
|
261 |
Statistical |
AVERAGEIF |
|
Returns the average of a range depending on criteria. |
|
262 |
Statistical |
AVERAGEIFS |
|
Returns the average of a range depending on multiple criteria. |
|
263 |
Statistical |
BINOMDIST |
|
Calculates the probability of drawing a certain number of successes (or a maximum number of successes) in a certain number of tries given a population of a certain size containing a certain number of successes, with replacement of draws. |
|
264 |
Statistical |
CONFIDENCE |
|
Calculates the width of half the confidence interval for a normal distribution. |
|
265 |
Statistical |
CORREL |
|
Calculates r, the Pearson product-moment correlation coefficient of a dataset. |
|
266 |
Statistical |
COUNT |
|
Returns the a count of the number of numeric values in a dataset. |
|
267 |
Statistical |
COUNTA |
|
Returns the a count of the number of values in a dataset. |
|
268 |
Statistical |
COVAR |
|
Calculates the covariance of a dataset. |
|
269 |
Statistical |
DEVSQ |
|
Calculates the sum of squares of deviations based on a sample. |
|
270 |
Statistical |
CRITBINOM |
|
Calculates the smallest value for which the cumulative binomial distribution is greater than or equal to a specified criteria. |
|
271 |
Text |
VALUE |
|
Converts a string in any of the date, time or number formats that Excellentable understands into a number. |
|
272 |
Text |
TRIM |
|
Removes leading and trailing spaces in a specified string. |
|
273 |
Text |
TEXT |
|
Converts a number into text according to a specified format. |
|
274 |
Text |
T |
|
Returns string arguments as text. |
|
275 |
Text |
SUBSTITUTE |
|
Replaces existing text with new text in a string. |
|
276 |
Text |
SEARCH |
|
Returns the position at which a string is first found within text. |
|
277 |
Text |
ROMAN |
|
Formats a number in Roman numerals. |
|
278 |
Text |
RIGHT |
|
Returns a substring from the end of a specified string. |
|
279 |
Text |
REPT |
|
Returns specified text repeated a number of times. |
|
280 |
Text |
REPLACE |
|
Replaces part of a text string with a different text string. |
|
281 |
Text |
UPPER |
|
Converts a specified string to uppercase. |
|
282 |
Text |
MID |
|
Returns a segment of a string. |
|
283 |
Text |
LOWER |
|
Converts a specified string to lowercase. |
|
284 |
Text |
LEN |
|
Returns the length of a string. |
|
285 |
Text |
LEFT |
|
Returns a substring from the beginning of a specified string. |
|
286 |
Text |
FIXED |
|
Formats a number with a fixed number of decimal places. |
|
287 |
Text |
FIND |
|
Returns the position at which a string is first found within text. |
|
288 |
Text |
EXACT |
|
Tests whether two strings are identical. |
|
289 |
Text |
DOLLAR |
|
Formats a number into the locale-specific currency format. |
|
290 |
Text |
CONCATENATE |
|
Appends strings to one another. |
|
291 |
Text |
CLEAN |
|
Returns the text with the non-printable ASCII characters removed. |
|
292 |
Text |
CHAR |
|
Convert a number into a character according to the current Unicode table. |
|
293 |
Text |
CODE |
|
Returns the numeric Unicode map value of the first character in the string provided. |
|
294 |
|
AMORDEGRC(cost,datepurchased,firstperiod,salvage,period,drate,basis) |
Returns the depreciation for each accounting period. |
|
|
295 |
|
AMORLINC(cost,datepurchased,firstperiod,salvage,period,drate,basis) |
Calculates the depreciation for an accounting period, taking into account prorated depreciation. |
|
|
296 |
|
AREASPARKLINE(points, min, max, line1, line2, colorPositive, colorNegative) |
|
|
|
297 |
|
BESSELI |
BESSELI(value,order) |
Calculates the modified Bessel function of the first kind evaluated for purely imaginary arguments.. |
|
298 |
|
BESSELJ(value,order) |
Returns the Bessel function. |
|
|
299 |
|
BESSELK(value,order) |
Calculates the modified Bessel function of the second kind evaluated for purely imaginary arguments. |
|
|
300 |
|
BESSELY(value,order) |
Returns the Bessel function, which is also called the Weber function or the Neumann function. |
|
|
301 |
|
BETA.DIST(x,alpha,beta,cumulative,lower,upper) |
Returns the beta distribution. |
|
|
302 |
|
BETAINV(prob,alpha,beta,lower,upper) |
Returns the inverse of the beta cumulative probability density function (BETA.DIST). |
|
|
303 |
|
BETADIST(x,alpha,beta,lower,upper) |
Returns the cumulative beta probability density function. |
|
|
304 |
|
BETAINV(prob,alpha,beta,lower,upper) |
Returns the inverse of the cumulative beta probability density function for a specified beta distribution. |
|
|
305 |
|
BINOM.DIST(number_s,trials,probability_s,cumulative) |
Returns the individual term binomial distribution probability. |
|
|
306 |
|
BINOM.INV(trials,probability_s,alpha) |
Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value. |
|
|
307 |
|
BOXPLOTSPARKLINE(points, boxPlotClass, showAverage, scaleStart, scaleEnd, acceptableStart, acceptableEnd, colorScheme, style, vertical) |
|
|
|
308 |
|
BULLETSPARKLINE(measure, target, maxi, good?, bad?, forecast?, tickunit?, colorScheme?, vertical?) |
|
|
|
309 |
|
CASCADESPARKLINE(pointsRange, pointIndex, labelsRange, minimum, maximum, colorPositive, colorNegative, vertical) |
|
|
|
310 |
|
CEILING.PRECISE(number, [significance]) |
Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance. |
|
|
311 |
|
CHIDIST(value,deg) |
Returns the right-tailed probability of the chi-squared distribution. |
|
|
312 |
|
CHIINV(probability,deg_freedom) |
Returns the inverse of the right-tailed probability of the chi-squared distribution. |
|
|
313 |
|
CHISQ.DIST(value,deg_freedom,cumulative) |
Returns the chi-squared distribution. |
|
|
314 |
|
CHISQ.DIST.RT |
CHISQ.DIST.RT(value,deg_freedom) |
Returns the right-tailed probability of the chi-squared distribution. |
|
315 |
|
CHISQ.INV(probability,deg_freedom) |
Returns the inverse of the left-tailed probability of the chi-squared distribution. |
|
|
316 |
|
CHISQ.INV.RT(probability,deg_freedom) |
Returns the inverse of the right-tailed probability of the chi-squared distribution. |
|
|
317 |
|
CHISQ.TEST(actual_range,expected_range) |
Returns the value from the chi-squared distribution for the statistic and the appropriate degrees of freedom. |
|
|
318 |
|
CHITEST(actual_range,expected_range) |
Calculates the test for independence from the chi-squared distribution. |
|
|
319 |
|
COLUMNSPARKLINE(data, dataOrientation, dateAxisData, dateAxisOrientation, setting) |
|
|
|
320 |
|
COMPLEX(realcoeff,imagcoeff,suffix) |
Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. |
|
|
321 |
|
CONFIDENCE.NORM(alpha,standard_dev,size) |
Returns the confidence interval for a population mean, using a normal distribution. |
|
|
322 |
|
CONFIDENCE.T(alpha,standard_dev,size) |
Returns the confidence interval for a population mean, using a Student's t distribution. |
|
|
323 |
|
COVARIANCE.P(array1,array2) |
Returns population covariance, the average of the products of deviations for each data point pair in two data sets. |
|
|
324 |
|
COVARIANCE.S(array1,array2) |
Returns the sample covariance, the average of the products of deviations for each data point pair in two data sets. |
|
|
325 |
|
ERF(limit,upperlimit) |
Returns the error function integrated between lower_limit and upper_limit. |
|
|
326 |
|
ERF.PRECISE(limit) |
Returns the error function. |
|
|
327 |
|
EURO(code) |
This function returns the equivalent of one Euro based on the ISO currency code. |
|
|
328 |
|
EUROCONVERT(number,source,target,full_precision,triangulation_precision) |
Converts currency from a Euro member currency (including Euros) to another Euro member currency (including Euros). |
|
|
329 |
|
EXPON.DIST(value,lambda,cumulative) |
Returns the exponential distribution. |
|
|
330 |
|
F.INV(probability,deg_freedom1,deg_freedom2) |
Returns the inverse of the F probability distribution. |
|
|
331 |
|
F.INV.RT(probability,deg_freedom1,deg_freedom2) |
Returns the inverse of the (right-tailed) F probability distribution. |
|
|
332 |
|
F.TEST(array1,array2) |
Returns the result of an F-test, the two-tailed probability that the variances in array1 and array2 are not significantly different. |
|
|
333 |
|
FINV(probability,deg_freedom1,deg_freedom2) |
Returns the inverse of the (right-tailed) F probability distribution. |
|
|
334 |
|
FLOOR.PRECISE(number, [significance]) |
Returns a number that is rounded down to the nearest integer or to the nearest multiple of significance. |
|
|
335 |
|
FTEST(array1,array2) |
Returns the result of an F-test, which returns the one-tailed probability that the variances in two arrays are not significantly different. |
|
|
336 |
|
GAMMA.DIST(value,alpha,beta,cumulative) |
Returns the gamma distribution. |
|
|
337 |
|
GAMMA.INV(probability,alpha,beta) |
Returns the inverse of the gamma cumulative distribution. |
|
|
338 |
|
GAMMADIST(value,alpha,beta,cumulative) |
Returns the gamma distribution. You can use this function to study variables that may have a skewed distribution. |
|
|
339 |
|
GAMMAINV(probability,alpha,beta) |
Returns the inverse of the gamma cumulative distribution. |
|
|
340 |
|
GAMMALN.PRECISE(value) |
Returns the natural logarithm of the gamma function, Γ(x). |
|
|
341 |
|
GESTEP(number, [step]) |
Returns 1 if number ≥ step; returns 0 (zero) otherwise. |
|
|
342 |
|
HBARSPARKLINE(value, colorScheme) |
|
|
|
343 |
|
HYPGEOM.DIST(sample_s,number_sample,population_s,number_pop,cumulative) |
Returns the probability of a given number of sample successes, given the sample size, population successes, and population size. |
|
|
344 |
|
IMABS(inumber) |
Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. |
|
|
345 |
|
IMAGINARY(inumber) |
Returns the imaginary coefficient of a complex number in x + yi or x + yj text format. |
|
|
346 |
|
IMARGUMENT(inumber) |
Returns the argument |
|
|
347 |
|
IMCONJUGATE(inumber) |
Returns the complex conjugate of a complex number in x + yi or x + yj text format. |
|
|
348 |
|
IMCOS(inumber) |
Returns the cosine of a complex number in x + yi or x + yj text format. |
|
|
349 |
|
IMDIV(inumber1, inumber2) |
Returns the quotient of two complex numbers in x + yi or x + yj text format. |
|
|
350 |
|
IMEXP(inumber) |
Returns the exponential of a complex number in x + yi or x + yj text format. |
|
|
351 |
|
IMLN(inumber) |
Returns the natural logarithm of a complex number in x + yi or x + yj text format. |
|
|
352 |
|
IMSQRT(inumber) |
Returns the square root of a complex number in x + yi or x + yj text format. |
|
|
353 |
|
IMSUB(inumber1, inumber2) |
Returns the difference of two complex numbers in x + yi or x + yj text format. |
|
|
354 |
|
IMLOG2(inumber) |
Returns the base-2 logarithm of a complex number in x + yi or x + yj text format. |
|
|
355 |
|
IMLOG10(inumber) |
Returns the common logarithm (base 10) of a complex number in x + yi or x + yj text format. |
|
|
356 |
|
IMPOWER(inumber, number) |
Returns a complex number in x + yi or x + yj text format raised to a power. |
|
|
357 |
|
IMPRODUCT(inumber1, [inumber2], ...) |
Returns the product of 1 to 255 complex numbers in x + yi or x + yj text format. |
|
|
358 |
|
IMREAL(inumber) |
Returns the real coefficient of a complex number in x + yi or x + yj text format. |
|
|
359 |
|
IMSIN(inumber) |
Returns the sine of a complex number in x + yi or x + yj text format. |
|
|
360 |
|
IMSUM(inumber1, [inumber2], ...) |
Returns the sum of two or more complex numbers in x + yi or x + yj text format. |
|
|
361 |
|
ISO.CEILING |
ISO.CEILING(number, [significance]) |
Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance. |
|
362 |
|
ISPMT(rate, per, nper, pv) |
Calculates the interest paid during a specific period of an investment. |
|
|
363 |
|
LINESPARKLINE(data, dataOrientation, dateAxisData, dateAxisOrientation, setting) |
|
|
|
364 |
|
LOGNORM.DIST(value,mean,standard_dev,cumulative) |
Returns the lognormal distribution of x, where ln(x) is normally distributed with parameters Mean and Standard_dev. |
|
|
365 |
|
LOGNORM.INV(probability, mean, standard_dev) |
Returns the inverse of the lognormal cumulative distribution function of x, where ln(x) is normally distributed with parameters Mean and Standard_dev. |
|
|
366 |
|
MODE.MULT((number1,[number2],...) |
Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data. |
|
|
367 |
|
MODE.SNGL(number1,[number2],...) |
Returns the most frequently occurring, or repetitive, value in an array or range of data. |
|
|
368 |
|
NEGBINOM.DIST(number_f,number_s,probability_s,cumulative) |
Returns the negative binomial distribution, the probability that there will be Number_f failures before the Number_s-th success, with Probability_s probability of a success. |
|
|
369 |
|
NORM.DIST(value,mean,standard_dev,cumulative) |
Returns the normal distribution for the specified mean and standard deviation. |
|
|
370 |
|
NORM.INV(probability,mean,standard_dev) |
Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. |
|
|
371 |
|
NORM.S.DIST(value,cumulative) |
Returns the standard normal distribution (has a mean of zero and a standard deviation of one). |
|
|
372 |
|
NORM.S.INV(probability) |
Returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one. |
|
|
373 |
|
ODDFPRICE(settlement, maturity, issue, first_coupon, rate, yld, redemption, frequency, [basis]) |
Returns the price per $100 face value of a security having an odd (short or long) first period. |
|
|
374 |
|
ODDFYIELD(settlement, maturity, issue, first_coupon, rate, pr, redemption, frequency, [basis]) |
Returns the yield of a security that has an odd (short or long) first period. |
|
|
375 |
|
ODDLPRICE(settlement, maturity, last_interest, rate, yld, redemption, frequency, [basis]) |
Returns the price per $100 face value of a security having an odd (short or long) last coupon period. |
|
|
376 |
|
ODDLYIELD(settlement, maturity, last_interest, rate, pr, redemption, frequency, [basis]) |
Returns the yield of a security that has an odd (short or long) last period. |
|
|
377 |
|
PARETOSPARKLINE(points, pointIndex, colorRange, target, target2, highlightPosition, label, vertical) |
|
|
|
378 |
|
PERCENTILE.EXC(array,value) |
Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive. |
|
|
379 |
|
PERCENTILE.INC(array,value) |
Returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive. |
|
|
380 |
|
PIESPARKLINE(Percentage,color1,color2,.....) |
|
|
|
381 |
|
POISSON.DIST(value,mean,cumulative) |
Returns the Poisson distribution. |
|
|
382 |
|
QUARTILE.EXC(array, quart) |
Returns the quartile of the data set, based on percentile values from 0..1, exclusive. |
|
|
383 |
|
QUARTILE.INC(array,quart) |
Returns the quartile of a data set, based on percentile values from 0..1, inclusive. |
|
|
384 |
|
SCATTERSPARKLINE(points1, points2, minX, maxX, minY, maxY, hLine, vLine, xMinZone, xMaxZone, yMinZone, yMaxZone, tags, drawSymbol, drawLines, color1, color2, dash) |
|
|
|
385 |
|
SPREADSPARKLINE(points, showAverage?, scaleStart?, scaleEnd?, style?, colorScheme?, vertical?) |
|
|
|
386 |
|
STACKEDSPARKLINE(points, colorRange?, labelRange?, maximum?, targetRed?, targetGreen?, targetBlue?, tragetYellow?, color?, highlightPosition?, vertical?, textOrientation?, textSize?) |
|
|
|
387 |
|
STDEV.P(number1,[number2],...) |
Calculates standard deviation based on the entire population given as arguments (ignores logical values and text). |
|
|
388 |
|
STDEV.S(number1,[number2],...) |
Estimates standard deviation based on a sample (ignores logical values and text in the sample). |
|
|
389 |
|
T.DIST(value,deg_freedom, cumulative) |
Returns the Student's left-tailed t-distribution. |
|
|
390 |
|
T.DIST.2T(value,deg_freedom) |
Returns the two-tailed Student's t-distribution. |
|
|
391 |
|
T.DIST.RT(value,deg_freedom) |
Returns the right-tailed Student's t-distribution. |
|
|
392 |
|
VAR.P(number1,[number2],...) |
Calculates variance based on the entire population (ignores logical values and text in the population). |
|
|
393 |
|
VAR.S(number1,[number2],...) |
Estimates variance based on a sample (ignores logical values and text in the sample). |
|
|
394 |
|
VARISPARKLINE(variance, reference, mini, maxi, mark, tickunit, legend, colorPositive, colorNegative, vertical) |
|
|
|
395 |
|
VBARSPARKLINE(value, colorScheme) |
|
|
|
396 |
|
VDB(cost, salvage, life, start_period, end_period, [factor], [no_switch]) |
Returns the depreciation of an asset for any period you specify, including partial periods, using the double-declining balance method |
|
|
397 |
|
WEIBULL.DIST(value,alpha,beta,cumulative) |
Returns the Weibull distribution. |
|
|
398 |
|
WINLOSSSPARKLINE(data, dataOrientation, dateAxisData, dateAxisOrientation, setting) |
|
|
|
399 |
|
YIELDMAT(settlement, maturity, issue, rate, pr, [basis]) |
Returns the annual yield of a security that pays interest at maturity. |
|
|
400 |
|
Z.TEST(array,x,[sigma]) |
Returns the one-tailed P-value of a z-test. |
|
|
401 |
|
ERFC.PRECISE(x) |
Returns the complementary ERF function integrated between x and infinity. |
|
|
402 |
|
T.TEST(array1,array2,tails,type) |
Returns the probability associated with a Student's T-Test. |
|
|
403 |
Text |
PROPER(text_to_capitalize) |
Capitalizes each word in a specified string. |
|
|
404 |
Statistical |
EXPONDIST(value, lambda, [cumulative]) |
Returns the value of the exponential distribution function with a specified lambda at a specified value. |
Questions?
For further questions or concerns please contact us at support@addteq.com