计算机二级必备干货——Excel函数公式篇(2)

计算机二级excel常用公式(计算机二级必备干货)(1)

分享兴趣,传播快乐,增长见闻,留下美好!亲爱的您,这里是LearningYard新学苑。今天小编为大家带来计算机二级必备干货——Excel函数公式篇(2)。

07.文本函数

001.left从左侧取文本函数

定义:从文本左侧起提取文本中的指定个数的字符。

书写规则:=left(要提取的字符串,提取的字符数)

002.right从右侧取文本函数

定义:从文本右侧起提取文本中的指定个数的字符。

书写规则:=right(要提取的字符串,提取的字符数)

003.mid从中间取文本函数

定义:从文本中间提取文本中的指定个数的字符。

书写规则:=mid(要提取的字符串,从第几位开始取,提取的字符数)

004.text文本转化函数

定义:将指定的数字转化为特定格式的文本。

书写规则:=text(字符串,转化的格式)

005.find定位函数

定义:计算指定字符在指定字符串中的位置。

书写规则:=find(指定字符,字符串,开始进行查找的字符数)

07. Text functions

001. Left Takes the text function from the left

Definition: Extracts a specified number of characters from text from the left.

Writing rule: =left(string to extract, number of characters to extract)

Right takes the text function from the right

Definition: Extracts a specified number of characters from the right side of the text.

Writing rule: =right(string to extract, number of characters to extract)

003. Mid takes the text function from the middle

Definition: Extracts a specified number of characters from the middle of text.

Writing rule: =mid(string to extract, starting from digit, number of characters to extract)

004.text Text conversion function

Definition: Converts a specified number to text in a specific format.

Writing rule: =text(string, converted format)

005. Find location function

Definition: Computes the position of the specified character in the specified string.

Writing rule: =find(specifies the character, string, the number of characters to start the search)

08.日期函数

001.today求当前日期hanshu

定义:求电脑系统中今天的日期

书写规则:=today()

002.year求年份函数

定义:求指定日期的年份。

书写规则:=year(日期)

003.month求月份函数

定义:求指定日期的月份。

书写规则:=month(日期)

004.day求天数函数

定义:求指定日期对应当月的天数。

书写规则:=day(日期)

005.date日期函数

定义:将年月日三个值转变成日期格式。

书写规则:=date(年,月,日)

006.datedif求日期间隔函数

定义:计算两个日期之间的间隔(年/月/日)

书写规则:=datedif(起始日期,终止日期,返回类型)

007.yearfrac求日期间隔函数

定义:计算两个日期之间的天数占一年的比例。

书写规则:=yearfrac(起始日期,终止日期,返回类型)

008.weekday求星期函数

定义:将某个日期所处的星期转换成数字。

书写规则:=weekday(日期,返回类型)

009.isodd函数

定义:判断单元格数值是否为奇数。

书写规则:=isodd(单元格)

08. Date function

001.today asks the current date hanshu

Definition: Find the date of today in the computer system

=today()

Year Find the year function

Definition: Finds the year of the specified date.

Writing rule: =year(date)

003. Month = month

Definition: Finds the month of the specified date.

Writing rule: =month(date)

004.day find the day function

Definition: Find the number of days corresponding to the specified date in the current month.

Writing rule: =day(date)

005.date Date function

Definition: Convert the three values of year, month and day to date format.

=date(year, month, day)

006. Datedif find the date interval function

Definition: Calculate the interval (year/month/day) between two dates

Writing rule: =datedif(start date, end date, return type)

07.yearfrac Evaluates the date interval function

Definition: Calculate the number of days between two dates as a percentage of the year.

Writing rule: = yearFRAc (start date, end date, return type)

008. Weekday find week function

Definition: Converts the week of a date to a number.

Writing rule: =weekday(date, return type)

009. The isodd function

Definition: Determines whether the cell value is odd.

Writing rule: =isodd(cell)

09.数学函数

001.int取整函数

定义:对指定数字向下取整。

书写规则:=int(数值)

002.mod求余函数

定义:求某个数字除以另一个数字的余数。

书写规则:=mod(被除数,除数)

003.round四舍五入函数

定义:对指定数字进行四舍五入。

书写规则:=round(数值,保留小数位数)

004.roundup向上取整函数

定义:对指定数字进行向上取整。

书写规则:=roundup(数值,保留小数位数)

005.rounddown向下取值函数

定义:对指定数字进行向下取值。

书写规则:=rounddown(数值,保留小数位数)

006.SQRT开平方根函数

定义:求一个非负实数的平方根。

书写规则:=sqrt(数值)

007.largr函数

定义:求指定区域中的第K大值。

书写规则:=large(区域,返回第几个最大值)

008.row求行号函数

定义:求指定单元格的行号。

书写规则:=row(单元格)

009.column求列号函数

定义:求指定单元格的列号。

书写规则:=column(单元格)

010.indirect函数

定义:间接引用函数(引用单元格内容中的地址位置)。

书写规则:=indirect(单元格)

011.hyperlink函数

定义:超链接函数(链接当前工作表的指定位置,点击跳转到工作表的指定单元格)。

书写规则:=hyperlink(“#链接到的单元格”,显示文本)

09. Mathematical functions

001. Int Integer function

Definition: Round down the specified number.

Writing rule: =int(number)

002. Mod mod to find the complementary function

Definition: Find the remainder of a number divided by another number.

Writing rule: =mod(dividend, divisor)

003. Round Round function

Definition: To round a specified number.

=round(number of digits reserved)

004. Roundup takes the integral function up

Definition: Round up the specified number.

Write rules: =roundup(number, reserve decimal places)

005. Rounddown evaluates the function downwards

Definition: Indicates the downward value of a specified number.

Write rules: =rounddown(number, keep decimal places)

006. SQRT square root function

Definition: Find the square root of a non-negative real number.

Write rule: = SQRT (number)

007. The largr function

Definition: Evaluates the k-th value in a specified region.

Writing rule: =large(region, return the number of maximum)

008. Row to find the line number function

Definition: Finds the row number of a specified cell.

Write rule: =row(cell)

009. Select a column number function

Definition: Finds the column number of a specified cell.

Write rule: =column

010. An indirect function

Definition: Indirect reference function (reference address location in cell content).

Write rules: =indirect (cell)

011. The hyperlink function

Definition: hyperlink function (link to the specified location of the current worksheet, click to jump to the specified cell of the worksheet).

Writing rule: =hyperlink(" # link to cell ", display text)

如果您对今天的文章有独特的想法,欢迎给我们留言,让我们相约明天,祝您今天过得开心快乐!

END

参考资料:百度百科、谷歌翻译。

本文由LearningYard新学苑原创,部分图片及文字来源于网络,若有侵权请联系删除。

,