Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5051525456575859292293294295296297298300301302303304305306308309310311312313314315

公式作用
1ABSMath and trigonometry: Returns the absolute value of a number返回数字的绝对值
2ACCRINTFinancial: Returns the accrued interest for a security that pays periodic interest返回支付定期利息的证券的应计利息
3ACOSMath and trigonometry: Returns the arccosine of a number返回数字的反余弦
4ACOSHMath and trigonometry: Returns the inverse hyperbolic cosine of a number返回数字的反双曲余弦
5ACOTMath and trigonometry: Returns the arccotangent of a number 返回数字的余切
6ACOTHMath and trigonometry: Returns the hyperbolic arccotangent of a number 返回数字的双曲余切
7AGGREGATEMath and trigonometry: Returns an aggregate in a list or database返回列表或数据库中的聚合
8ANDLogical: Returns TRUE if all of its arguments are TRUE 如果其所有参数均为TRUE,则返回TRUE 
9ARABICMath and trigonometry: Converts a Roman number to Arabic, as a number 将罗马数字转换为阿拉伯数字
10ASINMath and trigonometry: Returns the arcsine of a number 返回数字的反正弦 
11ASINHMath and trigonometry: Returns the inverse hyperbolic sine of a number返回数字的反双曲正弦
12ATANMath and trigonometry: Returns the arctangent of a number返回数字的反正切
13ATAN2Math and trigonometry: Returns the arctangent from x- and y-coordinates从x坐标和y坐标返回反正切
14ATANHMath and trigonometry: Returns the inverse hyperbolic tangent of a number返回数字的反双曲正切
15AVEDEVStatistical: Returns the average of the absolute deviations of data points from their mean返回数据点与其平均值的绝对偏差的平均值
16AVERAGEStatistical: Returns the average of its arguments返回其参数的平均值
17AVERAGEAStatistical: Returns the average of its arguments, including numbers, text, and logical values返回其参数的平均值,包括数字、文本和逻辑值
18AVERAGEIFStatistical: Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria返回满足给定条件的范围内所有单元格的平均值(算术平均值)
19AVERAGEIFSStatistical: Returns the average (arithmetic mean) of all cells that meet multiple criteria.返回满足多个条件的所有单元格的平均值(算术平均值)
20BASEMath and trigonometry: Converts a number into a text representation with the given radix (base)21BESSELIEngineering: Returns the modified Bessel function In(x)将数字转换为具有给定基数(基数)的文本表示形式
21BESSELIEngineering: 返回(x)中修改过的贝塞尔函数
22BESSELJEngineering: Returns the Bessel function Jn(x)返回贝塞尔函数Jn(x)
23BESSELKEngineering: Returns the modified Bessel function Kn(x) 返回修改后的贝塞尔函数Kn(x) 
24BESSELYEngineering: Returns the Bessel function Yn(x)返回贝塞尔函数Yn(x)
25BETA.DISTStatistical: Returns the beta cumulative distribution function 返回beta累积分布函数
26BETA.INVStatistical: Returns the inverse of the cumulative distribution function for a specified beta distribution27BETADISTCompatibility: Returns the beta cumulative distribution function返回指定beta分布的累积分布函数的倒数
27BETADISTCompatibility: 返回beta累积分布函数
28BETAINVCompatibility: Returns the inverse of the cumulative distribution function for a specified beta distribution返回指定beta分布的累积分布函数的倒数
29BIN2DECEngineering: Converts a binary number to decimal
30BIN2HEXEngineering: Converts a binary number to hexadecimal将二进制数转换为十六进制数
31BIN2OCTEngineering: Converts a binary number to octal 返回单个项的二项分布概率 
32BINOM.DISTStatistical: Returns the individual term binomial distribution probability 返回单个项的二项分布概率
33BINOM.DIST.RANGEStatistical: Returns the probability of a trial result using a binomial distribution使用二项分布返回试验结果的概率
34BINOM.INVStatistical: Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value返回累积二项分布小于或等于标准值的最小值
35BINOMDISTCompatibility: Returns the individual term binomial distribution probability 返回单个项的二项分布概率
36BITANDEngineering: Returns a 'Bitwise And' of two numbers返回两个数字的“按位And”
37BITLSHIFTEngineering: Returns a value number shifted left by shift_amount bits返回按移位量位左移的数值
38BITOREngineering: Returns a bitwise OR of 2 numbers返回2个数字的按位或
39BITRSHIFTEngineering: Returns a value number shifted right by shift_amount bits返回按移位量位右移的数值
40BITXOREngineering: Returns a bitwise 'Exclusive Or' of two numbers返回两个数字的按位“异或”
41CEILINGMath and trigonometry: Rounds a number to the nearest integer or to the nearest multiple of significance将数字舍入为最接近的整数或最接近的有效倍数
42CHARText: Returns the character specified by the code number返回由代码编号指定的字符
43CHISQ.DISTStatistical: Returns the cumulative beta probability density function返回累积贝塔概率密度函数
44CHISQ.DIST.RTStatistical: Returns the one-tailed probability of the chi-squared distribution返回卡方分布的单尾概率
45CHISQ.INVStatistical: Returns the cumulative beta probability density function返回累积贝塔概率密度函数
46CHISQ.INV.RTStatistical: Returns the inverse of the one-tailed probability of the chi-squared distribution
47CHOOSELookup and reference: Chooses a value from a list of values从值列表中选择一个值
48CHOOSELookup and reference: Chooses a value from a list of values49CLEANText: Removes all nonprintable characters from text 从文本中删除所有不可打印的字符
49CODEText: Returns a numeric code for the first character in a text string返回文本字符串中第一个字符的数字代码
50COLUMNLookup and reference: Returns the column number of a reference返回引用的列号
51COLUMNSLookup and reference: Returns the number of columns in a reference
5352COMBINMath and trigonometry: Returns the number of combinations for a given number of objects返回给定数量对象的组合数
53COMBINAMath and trigonometry:
Returns the number of combinations with repetitions for a given number of items
55返回给定项目数的重复组合数
54COMPLEXEngineering: Converts real and imaginary coefficients into a complex number将实系数和虚系数转换为复数
55CONCATENATEText: Joins several text items into one text item 将多个文本项合并为一个文本项
56CONFIDENCECompatibility: Returns the confidence interval for a population mean返回总体平均值的置信区间
57CONFIDENCE.NORMStatistical: Returns the confidence interval for a population mean返回总体平均值的置信区间
58CONFIDENCE.TStatistical: Returns the confidence interval for a population mean, using a Student's t distribution
60CONVERTEngineering: Converts a number from one measurement system to another
61CORRELStatistical: Returns the correlation coefficient between two data sets
62COS:使用Student t分布返回总体平均值的置信区间
59CONVERTEngineering: 将数字从一个测量系统转换为另一个测量系统
60CORRELStatistical: 返回两个数据集之间的相关系数
61COSMath and trigonometry: 返回数字的余弦
62COSHMath and trigonometry: Returns the cosine of a number 返回数字的双曲余弦
63COSHCOTMath and trigonometry: Returns the hyperbolic cosine of a number返回数字的双曲余弦
64COTCOTHMath and trigonometry: Returns the hyperbolic cosine of a number返回角度的余切
65COTHCOUNTMath and trigonometry: Returns the cotangent of an angleStatistical: 计算参数列表中有多少个数字
66COUNTCOUNTAStatistical: Counts how many numbers are in the list of arguments计算参数列表中的值数
67COUNTACOUNTBLANKStatistical: Counts how many values are in the list of arguments计算范围内的空白单元格数
68COUNTBLANKCOUNTIFStatistical: Counts the number of blank cells within a range统计满足给定条件的范围内的单元格数
69COUNTIFCOUNTIFSStatistical: Counts the number of cells within a range that meet the given criteria
70COUNTIFSStatistical: Counts the number of cells within a range that meet multiple criteria
71COVARIANCE.统计满足多个条件的范围内的单元格数
70COVARIANCE.PStatistical: Returns covariance, the average of the products of paired deviations
7271COVARIANCE.SStatistical: Returns the sample covariance, the average of the products deviations for each data point pair in two data sets
7372CSCMath and trigonometry: Returns the cosecant of an angle
7473CSCHMath and trigonometry: Returns the hyperbolic cosecant of an angle
7574CUMIPMTFinancial: Returns the cumulative interest paid between two periods
7675CUMPRINCFinancial: Returns the cumulative principal paid on a loan between two periods
7776DATEVALUEDate and time: Converts a date in the form of text to a serial number
7877DAYDate and time: Converts a serial number to a day of the month
7978DAYSDate and time: Returns the number of days between two dates
8079DAYS360Date and time: Calculates the number of days between two dates based on a 360-day year
8180DBFinancial: Returns the depreciation of an asset for a specified period by using the fixed-declining balance method
8281DDBFinancial: Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify
8382DEC2BINEngineering: Converts a decimal number to binary
8483DEC2HEXEngineering: Converts a decimal number to hexadecimal
8584DEC2OCTEngineering: Converts a decimal number to octal
8685DECIMALMath and trigonometry: Converts a text representation of a number in a given base into a decimal number
8786DEGREESMath and trigonometry: Converts radians to degrees
8887DELTAEngineering: Tests whether two values are equal
8988DEVSQStatistical: Returns the sum of squares of deviations
9089DOLLARDEFinancial: Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number
9190DOLLARFRFinancial: Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction
9291EFFECTFinancial: Returns the effective annual interest rate
9392EOMONTHDate and time: Returns the serial number of the last day of the month before or after a specified number of months
9493ERFEngineering: Returns the error function
9594ERFCEngineering: Returns the complementary error function
9695EVENMath and trigonometry: Rounds a number up to the nearest even integer
9796EXACTText: Checks to see if two text values are identical
9897EXPMath and trigonometry: Returns e raised to the power of a given number
9998EXPON.DISTStatistical: Returns the exponential distribution
10099EXPONDISTCompatibility: Returns the exponential distribution
101100F.DISTStatistical: Returns the F probability distribution
102101F.DIST.RTStatistical: Returns the F probability distribution
103102F.INVStatistical: Returns the inverse of the F probability distribution
104103F.INV.RTStatistical: Returns the inverse of the F probability distribution
105104FACTDOUBLEMath and trigonometry: Returns the double factorial of a number
106105FALSELogical: Returns the logical value FALSE
107106FDISTCompatibility: Returns the F probability distribution
108107FINVStatistical: Returns the inverse of the F probability distribution
109108FISHERStatistical: Returns the Fisher transformation
110109FISHERINVStatistical: Returns the inverse of the Fisher transformation
111110FLOORCompatibility: Rounds a number down, toward zero
112111FORECASTStatistical: Returns a value along a linear trend
113112FREQUENCYStatistical: Returns a frequency distribution as a vertical array
114113FVFinancial: Returns the future value of an investment
115114FVSCHEDULEFinancial: Returns the future value of an initial principal after applying a series of compound interest rates
116115GAMMA.DISTStatistical: Returns the gamma distribution
117116GAMMA.INVStatistical: Returns the inverse of the gamma cumulative distribution
118117GAMMADISTCompatibility: Returns the gamma distribution
119118GAMMAINVCompatibility: Returns the inverse of the gamma cumulative distribution
120119GAMMALNStatistical: Returns the natural logarithm of the gamma function, Γ(x)
121120GAMMALN.PRECISEStatistical: Returns the natural logarithm of the gamma function, Γ(x)
122121GAUSSStatistical: Returns 0.5 less than the standard normal cumulative distribution
123122GCDMath and trigonometry: Returns the greatest common divisor
124123GEOMEANStatistical: Returns the geometric mean
125124GESTEPEngineering: Tests whether a number is greater than a threshold value
126125GROWTHStatistical: Returns values along an exponential trend
127126HEX2BINEngineering: Converts a hexadecimal number to binary
128127HEX2DECEngineering: Converts a hexadecimal number to decimal
129128HEX2OCTEngineering: Converts a hexadecimal number to octal
130129HOURDate and time: Converts a serial number to an hour
131130HYPGEOM.DISTStatistical: Returns the hypergeometric distribution
132131HYPGEOMDISTCompatibility: Returns the hypergeometric distribution
133132IMABSEngineering: Returns the absolute value (modulus) of a complex number
134133IMAGINARYEngineering: Returns the imaginary coefficient of a complex number
135134IMARGUMENTEngineering: Returns the argument theta, an angle expressed in radians
136135IMCONJUGATEEngineering: Returns the complex conjugate of a complex number
137136IMCOSEngineering: Returns the cosine of a complex number
138137IMCOSHEngineering: Returns the hyperbolic cosine of a complex number
139138IMCOTEngineering: Returns the cotangent of a complex number
140139IMCSCEngineering: Returns the cosecant of a complex number
141140IMCSCHEngineering: Returns the hyperbolic cosecant of a complex number
142141IMDIVEngineering: Returns the quotient of two complex numbers
143142IMEXPEngineering: Returns the exponential of a complex number
144143IMLNEngineering: Returns the natural logarithm of a complex number
145144IMLOG10Engineering: Returns the base-10 logarithm of a complex number
146145IMLOG2Engineering: Returns the base-2 logarithm of a complex number
147146IMPOWEREngineering: Returns a complex number raised to an integer power
148147IMPRODUCTEngineering: Returns the product of complex numbers
149148IMREALEngineering: Returns the real coefficient of a complex number
150149IMSECEngineering: Returns the secant of a complex number
151150IMSECHEngineering: Returns the hyperbolic secant of a complex number
152151IMSINEngineering: Returns the sine of a complex number
153152IMSINHEngineering: Returns the hyperbolic sine of a complex number
154153IMSQRTEngineering: Returns the square root of a complex number
155154IMSUBEngineering: Returns the difference between two complex numbers
156155IMSUMEngineering: Returns the sum of complex numbers
157156IMTANEngineering: Returns the tangent of a complex number
158157INTMath and trigonometry: Rounds a number down to the nearest integer
159158INTERCEPTStatistical: Returns the intercept of the linear regression line
160159IPMTFinancial: Returns the interest payment for an investment for a given period
161160IRRFinancial: Returns the internal rate of return for a series of cash flows
162161ISBLANKInformation: Returns TRUE if the value is blank
163162ISEVENInformation: Returns TRUE if the number is even
164163ISLOGICALInformation: Returns TRUE if the value is a logical value
165164ISNONTEXTInformation: Returns TRUE if the value is not text
166165ISNUMBERInformation: Returns TRUE if the value is a number
167166ISODDInformation: Returns TRUE if the number is odd
168167ISODDInformation: Returns TRUE if the number is odd
169168ISOWEEKNUMDate and time: Returns the number of the ISO week number of the year for a given date
170169ISTEXTInformation: Returns TRUE if the value is text
171170LCMMath and trigonometry: Returns the least common multiple
172171LEFTText: Returns the leftmost characters from a text value
173172LENText: Returns the number of characters in a text string
174173LINESTStatistical: Returns the parameters of a linear trend
175174LNMath and trigonometry: Returns the natural logarithm of a number
176175LOGMath and trigonometry: Returns the logarithm of a number to a specified base
177176LOG10Math and trigonometry: Returns the base-10 logarithm of a number
178177LOGESTStatistical: Returns the parameters of an exponential trend
179178LOGNORM.DISTStatistical: Returns the cumulative lognormal distribution
180179LOGNORM.INVStatistical: Returns the inverse of the lognormal cumulative distribution
181180LOGNORMDISTCompatibility: Returns the cumulative lognormal distribution
182181LOWERText: Converts text to lowercase
183182MAXStatistical: Returns the maximum value in a list of arguments
184183MAXAStatistical: Returns the maximum value in a list of arguments, including numbers, text, and logical values
185184MEDIANStatistical: Returns the median of the given numbers
186185MINStatistical: Returns the minimum value in a list of arguments
187186MINAStatistical: Returns the smallest value in a list of arguments, including numbers, text, and logical values
188187MINUTEDate and time: Converts a serial number to a minute
189188MIRRFinancial: Returns the internal rate of return where positive and negative cash flows are financed at different rates
190189MODMath and trigonometry: Returns the remainder from division
191190MODE.MULTStatistical: Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data
192191MODE.SNGLStatistical: Returns the most common value in a data set
193192MONTHDate and time: Converts a serial number to a month
194193MROUNDMath and trigonometry: Returns a number rounded to the desired multiple
195194MULTINOMIALMath and trigonometry: Returns the multinomial of a set of numbers
196195NEGBINOM.DISTStatistical: Returns the negative binomial distribution
197196NEGBINOMDISTCompatibility: Returns the negative binomial distribution
198197NETWORKDAYSDate and time: Returns the number of whole workdays between two dates
199198NOMINALFinancial: Returns the annual nominal interest rate
200199NORM.DISTStatistical: Returns the normal cumulative distribution
201200NORM.INVCompatibility: Returns the inverse of the normal cumulative distribution
202201NORM.S.DISTStatistical: Returns the standard normal cumulative distribution
203202NORM.S.INVStatistical: Returns the inverse of the standard normal cumulative distribution
204203NORMDISTCompatibility: Returns the normal cumulative distribution
205204NORMINVStatistical: Returns the inverse of the normal cumulative distribution
206205NORMSDISTCompatibility: Returns the standard normal cumulative distribution
207206NORMSINVCompatibility: Returns the inverse of the standard normal cumulative distribution
208207NOTLogical: Reverses the logic of its argument
209208NOWDate and time: Returns the serial number of the current date and time
210209NPERFinancial: Returns the number of periods for an investment
211210NPVFinancial: Returns the net present value of an investment based on a series of periodic cash flows and a discount rate
212211OCT2DECEngineering: Converts an octal number to decimal
213212OCT2HEXEngineering: Converts an octal number to hexadecimal
214213ODDMath and trigonometry: Rounds a number up to the nearest odd integer
215214ORLogical: Returns TRUE if any argument is TRUE
216215PEARSONStatistical: Returns the Pearson product moment correlation coefficient
217216PERMUTStatistical: Returns the number of permutations for a given number of objects
218217PERMUTATIONAStatistical: Returns the number of permutations for a given number of objects (with repetitions) that can be selected from the total objects
219218PHIStatistical: Returns the value of the density function for a standard normal distribution
220219PIMath and trigonometry: Returns the value of pi
221220PMTFinancial: Returns the periodic payment for an annuity
222221POISSON.DISTStatistical: Returns the Poisson distribution
223222POWERMath and trigonometry: Returns the result of a number raised to a power
224223PPMTFinancial: Returns the payment on the principal for an investment for a given period
225224PROBStatistical: Returns the probability that values in a range are between two limits
226225PRODUCTMath and trigonometry: Multiplies its arguments
227226PROPERText: Capitalizes the first letter in each word of a text value
228227PVFinancial: Returns the present value of an investment
229228QUARTILE.EXCStatistical: Returns the quartile of the data set, based on percentile values from 0..1, exclusive
230229QUARTILE.INCStatistical: Returns the quartile of a data set
231230QUOTIENTMath and trigonometry: Returns the integer portion of a division
232231RANDMath and trigonometry: Returns a random number between 0 and 1
233232RANDBETWEENMath and trigonometry: Returns a random number between the numbers you specify
234233RANK.AVGStatistical: Returns the rank of a number in a list of numbers
235234RANK.EQStatistical: Returns the rank of a number in a list of numbers
236235RATEFinancial: Returns the interest rate per period of an annuity
237236REPTText: Repeats text a given number of times
238237RIGHTText: Returns the rightmost characters from a text value
239238ROMANMath and trigonometry: Converts an arabic numeral to roman, as text
240239ROUNDMath and trigonometry: Rounds a number to a specified number of digits
241240ROUNDDOWNMath and trigonometry: Rounds a number down, toward zero
242241ROUNDUPMath and trigonometry: Rounds a number up, away from zero
243242ROWLookup and reference: Returns the row number of a reference
244243ROWSLookup and reference: Returns the number of rows in a reference
245244RRIFinancial: Returns an equivalent interest rate for the growth of an investment
246245RSQStatistical: Returns the square of the Pearson product moment correlation coefficient
247246SECMath and trigonometry: Returns the secant of an angle
248247SECHMath and trigonometry: Returns the hyperbolic secant of an angle
249248SECONDDate and time: Converts a serial number to a second
250249SERIESSUMMath and trigonometry: Returns the sum of a power series based on the formula
251250SIGNMath and trigonometry: Returns the sign of a number
252251SINMath and trigonometry: Returns the sine of the given angle
253252SINHMath and trigonometry: Returns the hyperbolic sine of a number
254253SKEWStatistical: Returns the skewness of a distribution
255254SKEW.PStatistical: Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean
256255SLNFinancial: Returns the straight-line depreciation of an asset for one period
257256SLOPEStatistical: Returns the slope of the linear regression line
258257SMALLStatistical: Returns the k-th smallest value in a data set
259258SQRTMath and trigonometry: Returns a positive square root
260259SQRTPIMath and trigonometry: Returns the square root of (number * pi)
261260STANDARDIZEStatistical: Returns a normalized value
262261STDEV.PStatistical: Calculates standard deviation based on the entire population
263262STDEV.SStatistical: Estimates standard deviation based on a sample
264263STDEVAStatistical: Estimates standard deviation based on a sample, including numbers, text, and logical values
265264STDEVPCompatibility: Calculates standard deviation based on the entire population
266265STDEVPAStatistical: Calculates standard deviation based on the entire population, including numbers, text, and logical values
267266STEYXStatistical: Returns the standard error of the predicted y-value for each x in the regression
268267SUBSTITUTEText: Substitutes new text for old text in a text string
269268SUBTOTALMath and trigonometry: Returns a subtotal in a list or database
270269SUMMath and trigonometry: Adds its arguments
271270SUMIFMath and trigonometry: Adds the cells specified by a given criteria, only two params SUMIF(RANGE, CRITERIA)
272271SUMIFSMath and trigonometry: Adds the cells in a range that meet multiple criteria, only two params SUMIFS(RANGE, CRITERIA)
273272SUMPRODUCTMath and trigonometry: Returns the sum of the products of corresponding array components
274273SUMSQMath and trigonometry: Returns the sum of the squares of the arguments
275274SUMX2MY2Math and trigonometry: Returns the sum of the difference of squares of corresponding values in two arrays
276275SUMX2PY2Math and trigonometry: Returns the sum of the sum of squares of corresponding values in two arrays
277276SUMXMY2Math and trigonometry: Returns the sum of squares of differences of corresponding values in two arrays
278277SWITCHLogical: 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.
279278SYDFinancial: Returns the sum-of-years' digits depreciation of an asset for a specified period
280279T.DISTStatistical: Returns the Percentage Points (probability) for the Student t-distribution
281280T.DIST.2TStatistical: Returns the Percentage Points (probability) for the Student t-distribution
282281T.DIST.RTStatistical: Returns the Student's t-distribution
283282T.INVStatistical: Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom
284283T.INV.2TStatistical: Returns the inverse of the Student's t-distribution
285284TANMath and trigonometry: Returns the tangent of a number
286285TANHMath and trigonometry: Returns the hyperbolic tangent of a number
287286TBILLEQFinancial: Returns the bond-equivalent yield for a Treasury bill
288287TBILLPRICEFinancial: Returns the price per $100 face value for a Treasury bill
289288TBILLYIELDFinancial: Returns the yield for a Treasury bill
290289TDISTCompatibility: Returns the Student's t-distribution
291290TIMEDate and time: Returns the serial number of a particular time
291TIMEVALUEDate and time: Converts a time in the form of text to a serial number 将文本形式的时间转换为序列号
292TINV

Compatibility:

 Returns the inverse of the Student's t-distribution

返回Student-t分布的倒数

293TODAYDate and time: Returns the serial number of today's date返回今天日期的序列号
294TRANSPOSELookup and reference: Returns the transpose of an array返回数组的转置
295TRENDStatistical: Returns values along a linear trend沿线性趋势返回值
296TRIMText: Removes spaces from text从文本中删除空格
297TRIMMEANStatistical:  Returns the mean of the interior of a data set
299298TRUELogical: Returns the logical value TRUE返回逻辑值TRUE
299TRUNCMath and trigonometry: Truncates a number to an integer将数字截断为整数
300UNICODEText: Returns the number (code point) that corresponds to the first character of the text返回与文本的第一个字符对应的数字(代码点)
301UNIQUELookup and reference: Returns a list of unique values in a list or range 返回列表或范围中唯一值的列表
302UPPERText: Converts text to uppercase将文本转换为大写
303VAR.PStatistical: Calculates variance based on the entire population基于整个总体计算方差
304VAR.SStatistical: Estimates variance based on a sample 基于样本估计方差
305VARAStatistical: Estimates variance based on a sample, including numbers, text, and logical values
307VARPCompatibility: Calculates variance based on the entire population
基于样本估计方差,包括数字、文本和逻辑值
306VARPCompatibility: 基于整个总体计算方差
307VARPAStatistical: Calculates variance based on the entire population, including numbers, text, and logical values 基于整个总体(包括数字、文本和逻辑值)计算方差
308WEEKDAYDate and time: Converts a serial number to a day of the week 将序列号转换为一周中的某一天
309WEEKNUMDate and time: Converts a serial number to a number representing where the week falls numerically with a year 将序列号转换为一个数字,该数字表示一周与一年的数字一致
310WEIBULL.DISTStatistical: Returns the Weibull distribution返回威布尔分布
311WORKDAYDate and time: Returns the serial number of the date before or after a specified number of workdays 返回指定工作日数之前或之后的日期序列号
312XNPVFinancial: Returns the net present value for a schedule of cash flows that is not necessarily periodic 返回不一定是周期性的现金流明细表的净现值
313XORLogical: Returns a logical exclusive OR of all arguments返回所有参数的逻辑异或
314YEARFRACDate and time: Returns the year fraction representing the number of whole days between start_date and end_date 返回表示开始日期和结束日期之间的天数的年份分数