根据Microsoft Excel官方文档,下表列出了Smart Tables for Confluence中包含的所有公式.
具体使用可以在表格编辑器中进行计算
| 公式 | 作用 | |
|---|---|---|
| 1 | ABS | Math and trigonometry: Returns the absolute value of a number |
| 2 | ACCRINT | Financial: Returns the accrued interest for a security that pays periodic interest |
| 3 | ACOS | Math and trigonometry: Returns the arccosine of a number |
| 4 | ACOSH | Math and trigonometry: Returns the inverse hyperbolic cosine of a number |
| 5 | ACOT | Math and trigonometry: Returns the arccotangent of a number |
| 6 | ACOTH | Math and trigonometry: Returns the hyperbolic arccotangent of a number |
| 7 | AGGREGATE | Math and trigonometry: Returns an aggregate in a list or database |
| 8 | AND | Logical: Returns TRUE if all of its arguments are TRUE |
| 9 | ARABIC | Math and trigonometry: Converts a Roman number to Arabic, as a number |
| 10 | ASIN | Math and trigonometry: Returns the arcsine of a number |
| 11 | ASINH | Math and trigonometry: Returns the inverse hyperbolic sine of a number |
| 12 | ATAN | Math and trigonometry: Returns the arctangent of a number |
| 13 | ATAN2 | Math and trigonometry: Returns the arctangent from x- and y-coordinates |
| 14 | ATANH | Math and trigonometry: Returns the inverse hyperbolic tangent of a number |
| 15 | AVEDEV | Statistical: Returns the average of the absolute deviations of data points from their mean |
| 16 | AVERAGE | Statistical: Returns the average of its arguments |
| 17 | AVERAGEA | Statistical: Returns the average of its arguments, including numbers, text, and logical values |
| 18 | AVERAGEIF | Statistical: Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria |
| 19 | AVERAGEIFS | Statistical: Returns the average (arithmetic mean) of all cells that meet multiple criteria. |
| 20 | BASE | Math and trigonometry: Converts a number into a text representation with the given radix (base) |
| 21 | BESSELI | Engineering: Returns the modified Bessel function In(x) |
| 22 | BESSELJ | Engineering: Returns the Bessel function Jn(x) |
| 23 | BESSELK | Engineering: Returns the modified Bessel function Kn(x) |
| 24 | BESSELY | Engineering: Returns the Bessel function Yn(x) |
| 25 | BETA.DIST | Statistical: Returns the beta cumulative distribution function |
| 26 | BETA.INV | Statistical: Returns the inverse of the cumulative distribution function for a specified beta distribution |
| 27 | BETADIST | Compatibility: Returns the beta cumulative distribution function |
| 28 | BETAINV | Compatibility: Returns the inverse of the cumulative distribution function for a specified beta distribution |
| 29 | BIN2DEC | Engineering: Converts a binary number to decimal |
| 30 | BIN2HEX | Engineering: Converts a binary number to hexadecimal |
| 31 | BIN2OCT | Engineering: Converts a binary number to octal |
| 32 | BINOM.DIST | Statistical: Returns the individual term binomial distribution probability |
| 33 | BINOM.DIST.RANGE | Statistical: Returns the probability of a trial result using a binomial distribution |
| 34 | BINOM.INV | Statistical: Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value |
| 35 | BINOMDIST | Compatibility: Returns the individual term binomial distribution probability |
| 36 | BITAND | Engineering: Returns a 'Bitwise And' of two numbers |
| 37 | BITLSHIFT | Engineering: Returns a value number shifted left by shift_amount bits |
| 38 | BITOR | Engineering: Returns a bitwise OR of 2 numbers |
| 39 | BITRSHIFT | Engineering: Returns a value number shifted right by shift_amount bits |
| 40 | BITXOR | Engineering: Returns a bitwise 'Exclusive Or' of two numbers |
| 41 | CEILING | Math and trigonometry: Rounds a number to the nearest integer or to the nearest multiple of significance |
| 42 | CHAR | Text: Returns the character specified by the code number |
| 43 | CHISQ.DIST | Statistical: Returns the cumulative beta probability density function |
| 44 | CHISQ.DIST.RT | Statistical: Returns the one-tailed probability of the chi-squared distribution |
| 45 | CHISQ.INV | Statistical: Returns the cumulative beta probability density function |
| 46 | CHISQ.INV.RT | Statistical: Returns the inverse of the one-tailed probability of the chi-squared distribution |
| 47 | CHOOSE | Lookup and reference: Chooses a value from a list of values |
| 48 | CHOOSE | Lookup and reference: Chooses a value from a list of values |
| 49 | CLEAN | Text: Removes all nonprintable characters from text |
| 50 | CODE | Text: Returns a numeric code for the first character in a text string |
| 51 | COLUMN | Lookup and reference: Returns the column number of a reference |
| 52 | COLUMNS | Lookup and reference: Returns the number of columns in a reference |
| 53 | COMBIN | Math and trigonometry: Returns the number of combinations for a given number of objects |
| 54 | COMBINA | Math and trigonometry: Returns the number of combinations with repetitions for a given number of items |
| 55 | COMPLEX | Engineering: Converts real and imaginary coefficients into a complex number |
| 56 | CONCATENATE | Text: Joins several text items into one text item |
| 57 | CONFIDENCE | Compatibility: Returns the confidence interval for a population mean |
| 58 | CONFIDENCE.NORM | Statistical: Returns the confidence interval for a population mean |
| 59 | CONFIDENCE.T | Statistical: Returns the confidence interval for a population mean, using a Student's t distribution |
| 60 | CONVERT | Engineering: Converts a number from one measurement system to another |
| 61 | CORREL | Statistical: Returns the correlation coefficient between two data sets |
| 62 | COS | Math and trigonometry: Returns the cosine of a number |
| 63 | COSH | Math and trigonometry: Returns the hyperbolic cosine of a number |
| 64 | COT | Math and trigonometry: Returns the hyperbolic cosine of a number |
| 65 | COTH | Math and trigonometry: Returns the cotangent of an angle |
| 66 | COUNT | Statistical: Counts how many numbers are in the list of arguments |
| 67 | COUNTA | Statistical: Counts how many values are in the list of arguments |
| 68 | COUNTBLANK | Statistical: Counts the number of blank cells within a range |
| 69 | COUNTIF | Statistical: Counts the number of cells within a range that meet the given criteria |
| 70 | COUNTIFS | Statistical: Counts the number of cells within a range that meet multiple criteria |
| 71 | COVARIANCE.P | Statistical: Returns covariance, the average of the products of paired deviations |
| 72 | COVARIANCE.S | Statistical: Returns the sample covariance, the average of the products deviations for each data point pair in two data sets |
| 73 | CSC | Math and trigonometry: Returns the cosecant of an angle |
| 74 | CSCH | Math and trigonometry: Returns the hyperbolic cosecant of an angle |
| 75 | CUMIPMT | Financial: Returns the cumulative interest paid between two periods |
| 76 | CUMPRINC | Financial: Returns the cumulative principal paid on a loan between two periods |
| 77 | DATEVALUE | Date and time: Converts a date in the form of text to a serial number |
| 78 | DAY | Date and time: Converts a serial number to a day of the month |
| 79 | DAYS | Date and time: Returns the number of days between two dates |
| 80 | DAYS360 | Date and time: Calculates the number of days between two dates based on a 360-day year |
| 81 | DB | Financial: Returns the depreciation of an asset for a specified period by using the fixed-declining balance method |
| 82 | DDB | Financial: Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify |
| 83 | DEC2BIN | Engineering: Converts a decimal number to binary |
| 84 | DEC2HEX | Engineering: Converts a decimal number to hexadecimal |
| 85 | DEC2OCT | Engineering: Converts a decimal number to octal |
| 86 | DECIMAL | Math and trigonometry: Converts a text representation of a number in a given base into a decimal number |
| 87 | DEGREES | Math and trigonometry: Converts radians to degrees |
| 88 | DELTA | Engineering: Tests whether two values are equal |
| 89 | DEVSQ | Statistical: Returns the sum of squares of deviations |
| 90 | DOLLARDE | Financial: Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number |
| 91 | DOLLARFR | Financial: Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction |
| 92 | EFFECT | Financial: Returns the effective annual interest rate |
| 93 | EOMONTH | Date and time: Returns the serial number of the last day of the month before or after a specified number of months |
| 94 | ERF | Engineering: Returns the error function |
| 95 | ERFC | Engineering: Returns the complementary error function |
| 96 | EVEN | Math and trigonometry: Rounds a number up to the nearest even integer |
| 97 | EXACT | Text: Checks to see if two text values are identical |
| 98 | EXP | Math and trigonometry: Returns e raised to the power of a given number |
| 99 | EXPON.DIST | Statistical: Returns the exponential distribution |
| 100 | EXPONDIST | Compatibility: Returns the exponential distribution |
| 101 | F.DIST | Statistical: Returns the F probability distribution |
| 102 | F.DIST.RT | Statistical: Returns the F probability distribution |
| 103 | F.INV | Statistical: Returns the inverse of the F probability distribution |
| 104 | F.INV.RT | Statistical: Returns the inverse of the F probability distribution |
| 105 | FACTDOUBLE | Math and trigonometry: Returns the double factorial of a number |
| 106 | FALSE | Logical: Returns the logical value FALSE |
| 107 | FDIST | Compatibility: Returns the F probability distribution |
| 108 | FINV | Statistical: Returns the inverse of the F probability distribution |
| 109 | FISHER | Statistical: Returns the Fisher transformation |
| 110 | FISHERINV | Statistical: Returns the inverse of the Fisher transformation |
| 111 | FLOOR | Compatibility: Rounds a number down, toward zero |
| 112 | FORECAST | Statistical: Returns a value along a linear trend |
| 113 | FREQUENCY | Statistical: Returns a frequency distribution as a vertical array |
| 114 | FV | Financial: Returns the future value of an investment |
| 115 | FVSCHEDULE | Financial: Returns the future value of an initial principal after applying a series of compound interest rates |
| 116 | GAMMA.DIST | Statistical: Returns the gamma distribution |
| 117 | GAMMA.INV | Statistical: Returns the inverse of the gamma cumulative distribution |
| 118 | GAMMADIST | Compatibility: Returns the gamma distribution |
| 119 | GAMMAINV | Compatibility: Returns the inverse of the gamma cumulative distribution |
| 120 | GAMMALN | Statistical: Returns the natural logarithm of the gamma function, Γ(x) |
| 121 | GAMMALN.PRECISE | Statistical: Returns the natural logarithm of the gamma function, Γ(x) |
| 122 | GAUSS | Statistical: Returns 0.5 less than the standard normal cumulative distribution |
| 123 | GCD | Math and trigonometry: Returns the greatest common divisor |
| 124 | GEOMEAN | Statistical: Returns the geometric mean |
| 125 | GESTEP | Engineering: Tests whether a number is greater than a threshold value |
| 126 | GROWTH | Statistical: Returns values along an exponential trend |
| 127 | HEX2BIN | Engineering: Converts a hexadecimal number to binary |
| 128 | HEX2DEC | Engineering: Converts a hexadecimal number to decimal |
| 129 | HEX2OCT | Engineering: Converts a hexadecimal number to octal |
| 130 | HOUR | Date and time: Converts a serial number to an hour |
| 131 | HYPGEOM.DIST | Statistical: Returns the hypergeometric distribution |
| 132 | HYPGEOMDIST | Compatibility: Returns the hypergeometric distribution |
| 133 | IMABS | Engineering: Returns the absolute value (modulus) of a complex number |
| 134 | IMAGINARY | Engineering: Returns the imaginary coefficient of a complex number |
| 135 | IMARGUMENT | Engineering: Returns the argument theta, an angle expressed in radians |
| 136 | IMCONJUGATE | Engineering: Returns the complex conjugate of a complex number |
| 137 | IMCOS | Engineering: Returns the cosine of a complex number |
| 138 | IMCOSH | Engineering: Returns the hyperbolic cosine of a complex number |
| 139 | IMCOT | Engineering: Returns the cotangent of a complex number |
| 140 | IMCSC | Engineering: Returns the cosecant of a complex number |
| 141 | IMCSCH | Engineering: Returns the hyperbolic cosecant of a complex number |
| 142 | IMDIV | Engineering: Returns the quotient of two complex numbers |
| 143 | IMEXP | Engineering: Returns the exponential of a complex number |
| 144 | IMLN | Engineering: Returns the natural logarithm of a complex number |
| 145 | IMLOG10 | Engineering: Returns the base-10 logarithm of a complex number |
| 146 | IMLOG2 | Engineering: Returns the base-2 logarithm of a complex number |
| 147 | IMPOWER | Engineering: Returns a complex number raised to an integer power |
| 148 | IMPRODUCT | Engineering: Returns the product of complex numbers |
| 149 | IMREAL | Engineering: Returns the real coefficient of a complex number |
| 150 | IMSEC | Engineering: Returns the secant of a complex number |
| 151 | IMSECH | Engineering: Returns the hyperbolic secant of a complex number |
| 152 | IMSIN | Engineering: Returns the sine of a complex number |
| 153 | IMSINH | Engineering: Returns the hyperbolic sine of a complex number |
| 154 | IMSQRT | Engineering: Returns the square root of a complex number |
| 155 | IMSUB | Engineering: Returns the difference between two complex numbers |
| 156 | IMSUM | Engineering: Returns the sum of complex numbers |
| 157 | IMTAN | Engineering: Returns the tangent of a complex number |
| 158 | INT | Math and trigonometry: Rounds a number down to the nearest integer |
| 159 | INTERCEPT | Statistical: Returns the intercept of the linear regression line |
| 160 | IPMT | Financial: Returns the interest payment for an investment for a given period |
| 161 | IRR | Financial: Returns the internal rate of return for a series of cash flows |
| 162 | ISBLANK | Information: Returns TRUE if the value is blank |
| 163 | ISEVEN | Information: Returns TRUE if the number is even |
| 164 | ISLOGICAL | Information: Returns TRUE if the value is a logical value |
| 165 | ISNONTEXT | Information: Returns TRUE if the value is not text |
| 166 | ISNUMBER | Information: Returns TRUE if the value is a number |
| 167 | ISODD | Information: Returns TRUE if the number is odd |
| 168 | ISODD | Information: Returns TRUE if the number is odd |
| 169 | ISOWEEKNUM | Date and time: Returns the number of the ISO week number of the year for a given date |
| 170 | ISTEXT | Information: Returns TRUE if the value is text |
| 171 | LCM | Math and trigonometry: Returns the least common multiple |
| 172 | LEFT | Text: Returns the leftmost characters from a text value |
| 173 | LEN | Text: Returns the number of characters in a text string |
| 174 | LINEST | Statistical: Returns the parameters of a linear trend |
| 175 | LN | Math and trigonometry: Returns the natural logarithm of a number |
| 176 | LOG | Math and trigonometry: Returns the logarithm of a number to a specified base |
| 177 | LOG10 | Math and trigonometry: Returns the base-10 logarithm of a number |
| 178 | LOGEST | Statistical: Returns the parameters of an exponential trend |
| 179 | LOGNORM.DIST | Statistical: Returns the cumulative lognormal distribution |
| 180 | LOGNORM.INV | Statistical: Returns the inverse of the lognormal cumulative distribution |
| 181 | LOGNORMDIST | Compatibility: Returns the cumulative lognormal distribution |
| 182 | LOWER | Text: Converts text to lowercase |
| 183 | MAX | Statistical: Returns the maximum value in a list of arguments |
| 184 | MAXA | Statistical: Returns the maximum value in a list of arguments, including numbers, text, and logical values |
| 185 | MEDIAN | Statistical: Returns the median of the given numbers |
| 186 | MIN | Statistical: Returns the minimum value in a list of arguments |
| 187 | MINA | Statistical: Returns the smallest value in a list of arguments, including numbers, text, and logical values |
| 188 | MINUTE | Date and time: Converts a serial number to a minute |
| 189 | MIRR | Financial: Returns the internal rate of return where positive and negative cash flows are financed at different rates |
| 190 | MOD | Math and trigonometry: Returns the remainder from division |
| 191 | MODE.MULT | Statistical: Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data |
| 192 | MODE.SNGL | Statistical: Returns the most common value in a data set |
| 193 | MONTH | Date and time: Converts a serial number to a month |
| 194 | MROUND | Math and trigonometry: Returns a number rounded to the desired multiple |
| 195 | MULTINOMIAL | Math and trigonometry: Returns the multinomial of a set of numbers |
| 196 | NEGBINOM.DIST | Statistical: Returns the negative binomial distribution |
| 197 | NEGBINOMDIST | Compatibility: Returns the negative binomial distribution |
| 198 | NETWORKDAYS | Date and time: Returns the number of whole workdays between two dates |
| 199 | NOMINAL | Financial: Returns the annual nominal interest rate |
| 200 | NORM.DIST | Statistical: Returns the normal cumulative distribution |
| 201 | NORM.INV | Compatibility: Returns the inverse of the normal cumulative distribution |
| 202 | NORM.S.DIST | Statistical: Returns the standard normal cumulative distribution |
| 203 | NORM.S.INV | Statistical: Returns the inverse of the standard normal cumulative distribution |
| 204 | NORMDIST | Compatibility: Returns the normal cumulative distribution |
| 205 | NORMINV | Statistical: Returns the inverse of the normal cumulative distribution |
| 206 | NORMSDIST | Compatibility: Returns the standard normal cumulative distribution |
| 207 | NORMSINV | Compatibility: Returns the inverse of the standard normal cumulative distribution |
| 208 | NOT | Logical: Reverses the logic of its argument |
| 209 | NOW | Date and time: Returns the serial number of the current date and time |
| 210 | NPER | Financial: Returns the number of periods for an investment |
| 211 | NPV | Financial: Returns the net present value of an investment based on a series of periodic cash flows and a discount rate |
| 212 | OCT2DEC | Engineering: Converts an octal number to decimal |
| 213 | OCT2HEX | Engineering: Converts an octal number to hexadecimal |
| 214 | ODD | Math and trigonometry: Rounds a number up to the nearest odd integer |
| 215 | OR | Logical: Returns TRUE if any argument is TRUE |
| 216 | PEARSON | Statistical: Returns the Pearson product moment correlation coefficient |
| 217 | PERMUT | Statistical: Returns the number of permutations for a given number of objects |
| 218 | PERMUTATIONA | Statistical: Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects |
| 219 | PHI | Statistical: Returns the value of the density function for a standard normal distribution |
| 220 | PI | Math and trigonometry: Returns the value of pi |
| 221 | PMT | Financial: Returns the periodic payment for an annuity |
| 222 | POISSON.DIST | Statistical: Returns the Poisson distribution |
| 223 | POWER | Math and trigonometry: Returns the result of a number raised to a power |
| 224 | PPMT | Financial: Returns the payment on the principal for an investment for a given period |
| 225 | PROB | Statistical: Returns the probability that values in a range are between two limits |
| 226 | PRODUCT | Math and trigonometry: Multiplies its arguments |
| 227 | PROPER | Text: Capitalizes the first letter in each word of a text value |
| 228 | PV | Financial: Returns the present value of an investment |
| 229 | QUARTILE.EXC | Statistical: Returns the quartile of the data set, based on percentile values from 0..1, exclusive |
| 230 | QUARTILE.INC | Statistical: Returns the quartile of a data set |
| 231 | QUOTIENT | Math and trigonometry: Returns the integer portion of a division |
| 232 | RAND | Math and trigonometry: Returns a random number between 0 and 1 |
| 233 | RANDBETWEEN | Math and trigonometry: Returns a random number between the numbers you specify |
| 234 | RANK.AVG | Statistical: Returns the rank of a number in a list of numbers |
| 235 | RANK.EQ | Statistical: Returns the rank of a number in a list of numbers |
| 236 | RATE | Financial: Returns the interest rate per period of an annuity |
| 237 | REPT | Text: Repeats text a given number of times |
| 238 | RIGHT | Text: Returns the rightmost characters from a text value |
| 239 | ROMAN | Math and trigonometry: Converts an arabic numeral to roman, as text |
| 240 | ROUND | Math and trigonometry: Rounds a number to a specified number of digits |
| 241 | ROUNDDOWN | Math and trigonometry: Rounds a number down, toward zero |
| 242 | ROUNDUP | Math and trigonometry: Rounds a number up, away from zero |
| 243 | ROW | Lookup and reference: Returns the row number of a reference |
| 244 | ROWS | Lookup and reference: Returns the number of rows in a reference |
| 245 | RRI | Financial: Returns an equivalent interest rate for the growth of an investment |
| 246 | RSQ | Statistical: Returns the square of the Pearson product moment correlation coefficient |
| 247 | SEC | Math and trigonometry: Returns the secant of an angle |
| 248 | SECH | Math and trigonometry: Returns the hyperbolic secant of an angle |
| 249 | SECOND | Date and time: Converts a serial number to a second |
| 250 | SERIESSUM | Math and trigonometry: Returns the sum of a power series based on the formula |
| 251 | SIGN | Math and trigonometry: Returns the sign of a number |
| 252 | SIN | Math and trigonometry: Returns the sine of the given angle |
| 253 | SINH | Math and trigonometry: Returns the hyperbolic sine of a number |
| 254 | SKEW | Statistical: Returns the skewness of a distribution |
| 255 | SKEW.P | Statistical: Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean |
| 256 | SLN | Financial: Returns the straight-line depreciation of an asset for one period |
| 257 | SLOPE | Statistical: Returns the slope of the linear regression line |
| 258 | SMALL | Statistical: Returns the k-th smallest value in a data set |
| 259 | SQRT | Math and trigonometry: Returns a positive square root |
| 260 | SQRTPI | Math and trigonometry: Returns the square root of (number * pi) |
| 261 | STANDARDIZE | Statistical: Returns a normalized value |
| 262 | STDEV.P | Statistical: Calculates standard deviation based on the entire population |
| 263 | STDEV.S | Statistical: Estimates standard deviation based on a sample |
| 264 | STDEVA | Statistical: Estimates standard deviation based on a sample, including numbers, text, and logical values |
| 265 | STDEVP | Compatibility: Calculates standard deviation based on the entire population |
| 266 | STDEVPA | Statistical: Calculates standard deviation based on the entire population, including numbers, text, and logical values |
| 267 | STEYX | Statistical: Returns the standard error of the predicted y-value for each x in the regression |
| 268 | SUBSTITUTE | Text: Substitutes new text for old text in a text string |
| 269 | SUBTOTAL | Math and trigonometry: Returns a subtotal in a list or database |
| 270 | SUM | Math and trigonometry: Adds its arguments |
| 271 | SUMIF | Math and trigonometry: Adds the cells specified by a given criteria, only two params SUMIF(RANGE, CRITERIA) |
| 272 | SUMIFS | Math and trigonometry: Adds the cells in a range that meet multiple criteria, only two params SUMIFS(RANGE, CRITERIA) |
| 273 | SUMPRODUCT | Math and trigonometry: Returns the sum of the products of corresponding array components |
| 274 | SUMSQ | Math and trigonometry: Returns the sum of the squares of the arguments |
| 275 | SUMX2MY2 | Math and trigonometry: Returns the sum of the difference of squares of corresponding values in two arrays |
| 276 | SUMX2PY2 | Math and trigonometry: Returns the sum of the sum of squares of corresponding values in two arrays |
| 277 | SUMXMY2 | Math and trigonometry: Returns the sum of squares of differences of corresponding values in two arrays |
| 278 | SWITCH | Logical: Evaluates an expression against a list of values and returns the result corresponding to the first matching value. If there is no match, an optional default value may be returned. |
| 279 | SYD | Financial: Returns the sum-of-years' digits depreciation of an asset for a specified period |
| 280 | T.DIST | Statistical: Returns the Percentage Points (probability) for the Student t-distribution |
| 281 | T.DIST.2T | Statistical: Returns the Percentage Points (probability) for the Student t-distribution |
| 282 | T.DIST.RT | Statistical: Returns the Student's t-distribution |
| 283 | T.INV | Statistical: Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom |
| 284 | T.INV.2T | Statistical: Returns the inverse of the Student's t-distribution |
| 285 | TAN | Math and trigonometry: Returns the tangent of a number |
| 286 | TANH | Math and trigonometry: Returns the hyperbolic tangent of a number |
| 287 | TBILLEQ | Financial: Returns the bond-equivalent yield for a Treasury bill |
| 288 | TBILLPRICE | Financial: Returns the price per $100 face value for a Treasury bill |
| 289 | TBILLYIELD | Financial: Returns the yield for a Treasury bill |
| 290 | TDIST | Compatibility: Returns the Student's t-distribution |
| 291 | TIME | Date and time: Returns the serial number of a particular time |
| 292 | TIMEVALUE | Date and time: Converts a time in the form of text to a serial number |
| 293 | TINV | Compatibility: Returns the inverse of the Student's t-distribution |
| 294 | TODAY | Date and time: Returns the serial number of today's date |
| 295 | TRANSPOSE | Lookup and reference: Returns the transpose of an array |
| 296 | TREND | Statistical: Returns values along a linear trend |
| 297 | TRIM | Text: Removes spaces from text |
| 298 | TRIMMEAN | Statistical: Returns the mean of the interior of a data set |
| 299 | TRUE | Logical: Returns the logical value TRUE |
| 300 | TRUNC | Math and trigonometry: Truncates a number to an integer |
| 301 | UNICODE | Text: Returns the number (code point) that corresponds to the first character of the text |
| 302 | UNIQUE | Lookup and reference: Returns a list of unique values in a list or range |
| 303 | UPPER | Text: Converts text to uppercase |
| 304 | VAR.P | Statistical: Calculates variance based on the entire population |
| 305 | VAR.S | Statistical: Estimates variance based on a sample |
| 306 | VARA | Statistical: Estimates variance based on a sample, including numbers, text, and logical values |
| 307 | VARP | Compatibility: Calculates variance based on the entire population |
| 308 | VARPA | Statistical: Calculates variance based on the entire population, including numbers, text, and logical values |
| 309 | WEEKDAY | Date and time: Converts a serial number to a day of the week |
| 310 | WEEKNUM | Date and time: Converts a serial number to a number representing where the week falls numerically with a year |
| 311 | WEIBULL.DIST | Statistical: Returns the Weibull distribution |
| 312 | WORKDAY | Date and time: Returns the serial number of the date before or after a specified number of workdays |
| 313 | XNPV | Financial: Returns the net present value for a schedule of cash flows that is not necessarily periodic |
| 314 | XOR | Logical: Returns a logical exclusive OR of all arguments |
| 315 | YEARFRAC | Date and time: Returns the year fraction representing the number of whole days between start_date and end_date |
