計算機二級必備幹貨——Excel函數公式篇(2)
分享興趣,傳播快樂,增長見聞,留下美好!親愛的您,這裡是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新學苑原創,部分圖片及文字來源于網絡,若有侵權請聯系删除。
,更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!