Files
web-apps/apps/spreadsheeteditor/main/resources/formula-lang/zh-tw_desc.json
2025-09-26 15:45:06 +03:00

2412 lines
146 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"DATE": {
"a": "(year; month; day)",
"d": "在的日期和時間碼中代表日期的時間序列值",
"ad": "is a number from 1900 or 1904 (depending on the workbook's date system) to 9999!is a number from 1 to 12 representing the month of the year!is a number from 1 to 31 representing the day of the month"
},
"DATEDIF": {
"a": "( start-date; end-date; unit )",
"d": "傳回兩個日期值(開始日期和結束日期)之間的差異,根據指定的間隔(單位)",
"ad": "is a date that represents the first, or starting date of a given period!is a date that represents the last, or ending, date of the period!is the type of information that you want returned"
},
"DATEVALUE": {
"a": "(date_text)",
"d": "將文字形式的日期轉換以日期時間代代碼表示日期的數字",
"ad": "is text that represents a date in a Spreadsheet Editor date format, between 1/1/1900 or 1/1/1904 (depending on the workbook's date system) and 12/31/9999"
},
"DAY": {
"a": "(serial_number)",
"d": "傳回該月的第幾天,從 1 到 31 的數字。",
"ad": "is a number in the date-time code used by Spreadsheet Editor"
},
"DAYS": {
"a": "(end_date; start_date)",
"d": "傳回兩個日期之間的間隔天數。",
"ad": "start_date and end_date are the two dates between which you want to know the number of days!start_date and end_date are the two dates between which you want to know the number of days"
},
"DAYS360": {
"a": "(start_date; end_date; [method])",
"d": "傳回根據一年 360 天的算法 (每個月30天每年 12 個月) 所求出之兩個日期的相距天數",
"ad": "start_date and end_date are the two dates between which you want to know the number of days!start_date and end_date are the two dates between which you want to know the number of days!is a logical value specifying the calculation method: U.S. (NASD) = FALSE or omitted; European = TRUE."
},
"EDATE": {
"a": "(start_date; months)",
"d": "傳回日期的數列數字,這是在開始日期之前或之後所指出的月份數",
"ad": "is a serial date number that represents the start date!is the number of months before or after start_date"
},
"EOMONTH": {
"a": "(start_date; months)",
"d": "傳回所指定月份數之前或之後的月份最後一天的數列數字",
"ad": "is a serial date number that represents the start date!is the number of months before or after the start_date"
},
"HOUR": {
"a": "(serial_number)",
"d": "傳回數字格式的小時數,從 0 (12:00 A.M.) 到 23 (11:00 P.M.)。",
"ad": "is a number in the date-time code used by Spreadsheet Editor, or text in time format, such as 16:48:00 or 4:48:00 PM"
},
"ISOWEEKNUM": {
"a": "(date)",
"d": "傳回某個指定日期在該年的 ISO 週數",
"ad": "is the date-time code used by Spreadsheet Editor for date and time calculation"
},
"MINUTE": {
"a": "(serial_number)",
"d": "傳回時間的分鐘部分,從 0 到 59 的數字。",
"ad": "is a number in the date-time code used by Spreadsheet Editor or text in time format, such as 16:48:00 or 4:48:00 PM"
},
"MONTH": {
"a": "(serial_number)",
"d": "傳回月份,為 1 (一月) 到 12 (十二月) 的數字。",
"ad": "is a number in the date-time code used by Spreadsheet Editor"
},
"NETWORKDAYS": {
"a": "(start_date; end_date; [holidays])",
"d": "傳回兩個日期之間所有工作日的數目",
"ad": "is a serial date number that represents the start date!is a serial date number that represents the end date!is an optional set of one or more serial date numbers to exclude from the working calendar, such as state and federal holidays and floating holidays"
},
"NETWORKDAYS.INTL": {
"a": "(start_date; end_date; [weekend]; [holidays])",
"d": "傳回兩個日期之間所有工作日的數目 (含自訂週末參數)",
"ad": "is a serial date number that represents the start date!is a serial date number that represents the end date!is a number or string specifying when weekends occur!is an optional set of one or more serial date numbers to exclude from the working calendar, such as state and federal holidays and floating holidays"
},
"NOW": {
"a": "()",
"d": "傳回格式為日期與時間的目前日期與時間。",
"ad": ""
},
"SECOND": {
"a": "(serial_number)",
"d": "傳回時間的秒數部分,從 0 到 59 的數字。",
"ad": "is a number in the date-time code used by Spreadsheet Editor or text in time format, such as 16:48:23 or 4:48:47 PM"
},
"TIME": {
"a": "(hour; minute; second)",
"d": "將代表小時、分、秒的給定數字轉換成 時間格式序列值。",
"ad": "is a number from 0 to 23 representing the hour!is a number from 0 to 59 representing the minute!is a number from 0 to 59 representing the second"
},
"TIMEVALUE": {
"a": "(time_text)",
"d": "將文字時間轉換成 時間序列值,亦即從 0 (12:00:00 A.M.) 到 1 (11:59:59 P.M.) 的數字。輸入公式後,將數字的格式轉成時間格式",
"ad": "is a text string that gives a time in any one of the Spreadsheet Editor time formats (date information in the string is ignored)"
},
"TODAY": {
"a": "()",
"d": "傳回格式為日期的目前日期。",
"ad": ""
},
"WEEKDAY": {
"a": "(serial_number; [return_type])",
"d": "傳回介於 1 到 7 的整數,用以識別星期數值。",
"ad": "is a number that represents a date!is a number: for Sunday=1 through Saturday=7, use 1; for Monday=1 through Sunday=7, use 2; for Monday=0 through Sunday=6, use 3"
},
"WEEKNUM": {
"a": "(serial_number; [return_type])",
"d": "傳回這一年的週數",
"ad": "is the date-time code used by Spreadsheet Editor for date and time calculation!is a number (1 or 2) that determines the type of the return value"
},
"WORKDAY": {
"a": "(start_date; days; [holidays])",
"d": "傳回指定的工作日數目之前或之後,日期的數列數字",
"ad": "is a serial date number that represents the start date!is the number of nonweekend and non-holiday days before or after start_date!is an optional array of one or more serial date numbers to exclude from the working calendar, such as state and federal holidays and floating holidays"
},
"WORKDAY.INTL": {
"a": "(start_date; days; [weekend]; [holidays])",
"d": "傳回指定的工作日數目之前或之後,日期的數列數字 (含自訂週末參數)",
"ad": "is a serial date number that represents the start date!is the number of nonweekend and non-holiday days before or after start_date!is a number or string specifying when weekends occur!is an optional array of one or more serial date numbers to exclude from the working calendar, such as state and federal holidays and floating holidays"
},
"YEAR": {
"a": "(serial_number)",
"d": "傳回日期的年份部分,為介於 1900 到 9999 之間的整數。",
"ad": "is a number in the date-time code used by Spreadsheet Editor"
},
"YEARFRAC": {
"a": "(start_date; end_date; [basis])",
"d": "傳回代表在 start_date 和 end_date 之間所有日期數字的年份分數",
"ad": "is a serial date number that represents the start date!is a serial date number that represents the end date!is the type of day count basis to use"
},
"BESSELI": {
"a": "(x; n)",
"d": "傳回已修改的 Bessel 函數 In(x)",
"ad": "is the value at which to evaluate the function!is the order of the Bessel function"
},
"BESSELJ": {
"a": "(x; n)",
"d": "傳回 Bessel 函數 Jn(x)",
"ad": "is the value at which to evaluate the function!is the order of the Bessel function"
},
"BESSELK": {
"a": "(x; n)",
"d": "傳回已修改的 Bessel 函數 Kn(x)",
"ad": "is the value at which to evaluate the function!is the order of the function"
},
"BESSELY": {
"a": "(x; n)",
"d": "傳回 Bessel 函數 Yn(x)",
"ad": "is the value at which to evaluate the function!is the order of the function"
},
"BIN2DEC": {
"a": "(number)",
"d": "將二進位數字轉換成十進位",
"ad": "is the binary number you want to convert"
},
"BIN2HEX": {
"a": "(number; [places])",
"d": "將二進位數字轉換成十六進位",
"ad": "is the binary number you want to convert!is the number of characters to use"
},
"BIN2OCT": {
"a": "(number; [places])",
"d": "將二進位數字轉換成八進位",
"ad": "is the binary number you want to convert!is the number of characters to use"
},
"BITAND": {
"a": "(number1; number2)",
"d": "傳回兩個數字的位元 'And'",
"ad": "is the decimal representation of the binary number you want to evaluate!is the decimal representation of the binary number you want to evaluate"
},
"BITLSHIFT": {
"a": "(number; shift_amount)",
"d": "傳回左移 shift_amount 個位元的數字",
"ad": "is the decimal representation of the binary number you want to evaluate!is the number of bits that you want to shift Number left by"
},
"BITOR": {
"a": "(number1; number2)",
"d": "傳回兩個數字的位元 'Or'",
"ad": "is the decimal representation of the binary number you want to evaluate!is the decimal representation of the binary number you want to evaluate"
},
"BITRSHIFT": {
"a": "(number; shift_amount)",
"d": "傳回右移 shift_amount 個位元的數字",
"ad": "is the decimal representation of the binary number you want to evaluate!is the number of bits that you want to shift Number right by"
},
"BITXOR": {
"a": "(number1; number2)",
"d": "傳回兩個數字的位元 'Exclusive Or'",
"ad": "is the decimal representation of the binary number you want to evaluate!is the decimal representation of the binary number you want to evaluate"
},
"COMPLEX": {
"a": "(real_num; i_num; [suffix])",
"d": "將實數係數與虛數係數轉換成複數",
"ad": "is the real coefficient of the complex number!is the imaginary coefficient of the complex number!is the suffix for the imaginary component of the complex number"
},
"CONVERT": {
"a": "(number; from_unit; to_unit)",
"d": "將數字的測量系統轉換為另一個測量系統",
"ad": "is the value in from_units to convert!is the units for number!is the units for the result"
},
"DEC2BIN": {
"a": "(number; [places])",
"d": "將十進位數字轉換成二進位",
"ad": "is the decimal integer you want to convert!is the number of characters to use"
},
"DEC2HEX": {
"a": "(number; [places])",
"d": "將十進位數字轉換成十六進位",
"ad": "is the decimal integer you want to convert!is the number of characters to use"
},
"DEC2OCT": {
"a": "(number; [places])",
"d": "將十進位數字轉換成八進位",
"ad": "is the decimal integer you want to convert!is the number of characters to use"
},
"DELTA": {
"a": "(number1; [number2])",
"d": "測試兩個數字是否相等",
"ad": "is the first number!is the second number"
},
"ERF": {
"a": "(lower_limit; [upper_limit])",
"d": "傳回錯誤的函數",
"ad": "is the lower bound for integrating ERF!is the upper bound for integrating ERF"
},
"ERF.PRECISE": {
"a": "(X)",
"d": "傳回錯誤函數",
"ad": "is the lower bound for integrating ERF.PRECISE"
},
"ERFC": {
"a": "(x)",
"d": "傳回互補錯誤函數",
"ad": "is the lower bound for integrating ERF"
},
"ERFC.PRECISE": {
"a": "(X)",
"d": "傳回互補錯誤函數",
"ad": "is the lower bound for integrating ERFC.PRECISE"
},
"GESTEP": {
"a": "(number; [step])",
"d": "測試數字是否大於閾值",
"ad": "is the value to test against step!is the threshold value"
},
"HEX2BIN": {
"a": "(number; [places])",
"d": "將十六進位數字轉換成二進位",
"ad": "is the hexadecimal number you want to convert!is the number of characters to use"
},
"HEX2DEC": {
"a": "(number)",
"d": "將十六進位數字轉換成十進位l",
"ad": "is the hexadecimal number you want to convert"
},
"HEX2OCT": {
"a": "(number; [places])",
"d": "將十六進位數字轉換成八進位",
"ad": "is the hexadecimal number you want to convert!is the number of characters to use"
},
"IMABS": {
"a": "(inumber)",
"d": "傳回複數的絕對值 (模數)",
"ad": "is a complex number for which you want the absolute value"
},
"IMAGINARY": {
"a": "(inumber)",
"d": "傳回複數的虛係數",
"ad": "is a complex number for which you want the imaginary coefficient"
},
"IMARGUMENT": {
"a": "(inumber)",
"d": "傳回引數 q這是以弧度表示的角度",
"ad": "is a complex number for which you want the argument"
},
"IMCONJUGATE": {
"a": "(inumber)",
"d": "傳回複數的共軛複數",
"ad": "is a complex number for which you want the conjugate"
},
"IMCOS": {
"a": "(inumber)",
"d": "傳回複數的餘弦值",
"ad": "is a complex number for which you want the cosine"
},
"IMCOSH": {
"a": "(inumber)",
"d": "傳回複數的雙曲餘弦值",
"ad": "is a complex number for which you want the hyperbolic cosine"
},
"IMCOT": {
"a": "(inumber)",
"d": "傳回複數的餘切值",
"ad": "is a complex number for which you want the cotangent"
},
"IMCSC": {
"a": "(inumber)",
"d": "傳回複數的餘割值",
"ad": "is a complex number for which you want the cosecant"
},
"IMCSCH": {
"a": "(inumber)",
"d": "傳回複數的雙曲餘割值",
"ad": "is a complex number for which you want the hyperbolic cosecant"
},
"IMDIV": {
"a": "(inumber1; inumber2)",
"d": "傳回兩個複數的商數",
"ad": "is the complex numerator or dividend!is the complex denominator or divisor"
},
"IMEXP": {
"a": "(inumber)",
"d": "傳回複數的指數",
"ad": "is a complex number for which you want the exponential"
},
"IMLN": {
"a": "(inumber)",
"d": "傳回複數的自然對數",
"ad": "is a complex number for which you want the natural logarithm"
},
"IMLOG10": {
"a": "(inumber)",
"d": "傳回複數的底數為 10 對數",
"ad": "is a complex number for which you want the common logarithm"
},
"IMLOG2": {
"a": "(inumber)",
"d": "傳回複數底數為 2 的對數",
"ad": "is a complex number for which you want the base-2 logarithm"
},
"IMPOWER": {
"a": "(inumber; number)",
"d": "傳回遞增至整數冪的複數",
"ad": "is a complex number you want to raise to a power!is the power to which you want to raise the complex number"
},
"IMPRODUCT": {
"a": "(inumber1; [inumber2]; ...)",
"d": "傳回 1 到 255 複數的積數",
"ad": "Inumber1, Inumber2,... are from 1 to 255 complex numbers to multiply."
},
"IMREAL": {
"a": "(inumber)",
"d": "傳回複數的實係數",
"ad": "is a complex number for which you want the real coefficient"
},
"IMSEC": {
"a": "(inumber)",
"d": "傳回複數的正割值",
"ad": "is a complex number for which you want the secant"
},
"IMSECH": {
"a": "(inumber)",
"d": "傳回複數的雙曲正割值",
"ad": "is a complex number for which you want the hyperbolic secant"
},
"IMSIN": {
"a": "(inumber)",
"d": "傳回複數的正弦值",
"ad": "is a complex number for which you want the sine"
},
"IMSINH": {
"a": "(inumber)",
"d": "傳回複數的雙曲正弦值",
"ad": "is a complex number for which you want the hyperbolic sine"
},
"IMSQRT": {
"a": "(inumber)",
"d": "傳回複數的平方根",
"ad": "is a complex number for which you want the square root"
},
"IMSUB": {
"a": "(inumber1; inumber2)",
"d": "傳回兩個複數的差異",
"ad": "is the complex number from which to subtract inumber2!is the complex number to subtract from inumber1"
},
"IMSUM": {
"a": "(inumber1; [inumber2]; ...)",
"d": "傳回複數的總和",
"ad": "are from 1 to 255 complex numbers to add"
},
"IMTAN": {
"a": "(inumber)",
"d": "傳回複數的正切值",
"ad": "is a complex number for which you want the tangent"
},
"OCT2BIN": {
"a": "(number; [places])",
"d": "將八進位數字轉換成二進位",
"ad": "is the octal number you want to convert!is the number of characters to use"
},
"OCT2DEC": {
"a": "(number)",
"d": "將八進位數字轉換成十進位",
"ad": "is the octal number you want to convert"
},
"OCT2HEX": {
"a": "(number; [places])",
"d": "將八進位數字轉換成十六進位",
"ad": "is the octal number you want to convert!is the number of characters to use"
},
"DAVERAGE": {
"a": "(database; field; criteria)",
"d": "求出清單或資料庫中符合指定條件之欄內的值平均數",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DCOUNT": {
"a": "(database; field; criteria)",
"d": "計算資料庫中符合指定條件,且包含數值資料的儲存格數目",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DCOUNTA": {
"a": "(database; field; criteria)",
"d": "計算資料庫中裡符合指定條件,且非空白的儲存格數目",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DGET": {
"a": "(database; field; criteria)",
"d": "在資料庫中篩選符合指定條件的一筆記錄",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DMAX": {
"a": "(database; field; criteria)",
"d": "資料庫中符合指定條件之記錄的欄位 (欄) 內數值最小值",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DMIN": {
"a": "(database; field; criteria)",
"d": "資料庫中符合指定條件之記錄的欄位 (欄) 內數值的最小值",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DPRODUCT": {
"a": "(database; field; criteria)",
"d": "就資料庫裡所有符合指定條件的記錄,計算指定欄位中值資料之乘積。",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DSTDEV": {
"a": "(database; field; criteria)",
"d": "計算資料庫中指定欄位中數值資料之標準差",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DSTDEVP": {
"a": "(database; field; criteria)",
"d": "計算選取資料庫記錄中所選資料的母體標準差",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DSUM": {
"a": "(database; field; criteria)",
"d": "就資料庫裡所有符合指定條件的記錄中,計算指定欄位中數值資料之總和",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DVAR": {
"a": "(database; field; criteria)",
"d": "傳回選取資料庫範圍內記錄的樣本變異數",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"DVARP": {
"a": "(database; field; criteria)",
"d": "計算資料庫中選取記錄的母體變異數",
"ad": "is the range of cells that makes up the list or database. A database is a list of related data!is either the label of the column in double quotation marks or a number that represents the column's position in the list!is the range of cells that contains the conditions you specify. The range includes a column label and one cell below the label for a condition"
},
"CHAR": {
"a": "(number)",
"d": "根據您電腦的字元集,傳回代碼所對應的字元。",
"ad": "is a number between 1 and 255 specifying which character you want"
},
"CLEAN": {
"a": "(text)",
"d": "從文字中移除所有無法列印的字元",
"ad": "is any worksheet information from which you want to remove nonprintable characters"
},
"CODE": {
"a": "(text)",
"d": "文字串中第一個字元的字碼,此一字碼是根據您電腦目前所使用的字元集。",
"ad": "is the text for which you want the code of the first character"
},
"CONCATENATE": {
"a": "(text1; [text2]; ...)",
"d": "將多組字串組合成單一字串",
"ad": "are 1 to 255 text strings to be joined into a single text string and can be text strings, numbers, or single-cell references"
},
"CONCAT": {
"a": "(text1; ...)",
"d": "串連文字字串的清單或範圍",
"ad": "are 1 to 254 text strings or ranges to be joined to a single text string"
},
"DOLLAR": {
"a": "(number; [decimals])",
"d": "依照貨幣格式,將數字轉換為文字",
"ad": "is a number, a reference to a cell containing a number, or a formula that evaluates to a number!is the number of digits to the right of the decimal point. The number is rounded as necessary; if omitted, Decimals = 2"
},
"EXACT": {
"a": "(text1; text2)",
"d": "檢查兩個文字串是否完全相同並傳回 TRUE 或 FALSE。EXACT 區分大小寫。",
"ad": "is the first text string!is the second text string"
},
"FIND": {
"a": "(find_text; within_text; [start_num])",
"d": "某文字串在另一個文字串中的起始位置。FIND 區分大小寫。",
"ad": "is the text you want to find. Use double quotes (empty text) to match the first character in Within_text; wildcard characters not allowed!is the text containing the text you want to find!specifies the character at which to start the search. The first character in Within_text is character number 1. If omitted, Start_num = 1"
},
"FINDB": {
"a": "( string-1; string-2; [start-pos] )",
"d": "在字串(字串 2中尋找指定的子字串字串 1適用於日文、中文、韓文等雙位元組字元集DBCS語言。",
"ad": "is the text you want to find. Use double quotes (empty text) to match the first character in string-2; wildcard characters not allowed!is the text containing the text you want to find!specifies the character at which to start the search. The first character in string-2 is character number 1. If omitted, start-pos = 1"
},
"FIXED": {
"a": "(number; [decimals]; [no_commas])",
"d": "指定小數點的位數,並將數字轉換成文字",
"ad": "is the number you want to round and convert to text!is the number of digits to the right of the decimal point. If omitted, Decimals = 2!is a logical value: do not display commas in the returned text = TRUE; do display commas in the returned text = FALSE or omitted"
},
"LEFT": {
"a": "(text; [num_chars])",
"d": "傳回自文字字串的開頭處算起的指定數目字元",
"ad": "is the text string containing the characters you want to extract!specifies how many characters you want LEFT to extract; 1 if omitted"
},
"LEFTB": {
"a": "( string; [number-chars] )",
"d": "從指定字串的左側字元開始提取子字串,適用於使用雙位元組字元集 (DBCS) 的語言,如日文、中文、韓文等。",
"ad": "is the text string containing the characters you want to extract!specifies how many characters you want LEFTB to extract; 1 if omitted"
},
"LEN": {
"a": "(text)",
"d": "傳回文字字串之字元個數",
"ad": "is the text whose length you want to find. Spaces count as characters"
},
"LENB": {
"a": "( string )",
"d": "分析指定字串並回傳其所佔的位元組數適用於使用雙位元字元集DBCS的語言如日文、中文、韓文等。",
"ad": "is the text whose length you want to find. Spaces count as characters"
},
"LOWER": {
"a": "(text)",
"d": "將文字串轉換成小寫。",
"ad": "is the text you want to convert to lowercase. Characters in Text that are not letters are not changed"
},
"MID": {
"a": "(text; start_num; num_chars)",
"d": "傳回從文字串中的某個起始位置到指定長度之間的字元",
"ad": "is the text string from which you want to extract the characters!is the position of the first character you want to extract. The first character in Text is 1!specifies how many characters to return from Text"
},
"MIDB": {
"a": "( string; start-pos; number-chars )",
"d": "從指定字串的任意位置擷取位元組適用於使用雙位元字元集DBCS語言如日文、中文、韓文等。",
"ad": "is the text string from which you want to extract the characters!is the position of the first character you want to extract. The first character in String is 1!specifies how many characters to return from String"
},
"NUMBERVALUE": {
"a": "(text; [decimal_separator]; [group_separator])",
"d": "以與地區設定無關的方式,將文字轉換為數字",
"ad": "is the string representing the number you want to convert!is the character used as the decimal separator in the string!is the character used as the group separator in the string"
},
"PROPER": {
"a": "(text)",
"d": "將文字串轉換成適當的大小寫; 各單字的第一個字母轉換成大寫,其餘所有的字母則都轉換成小寫",
"ad": "is text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing text to partially capitalize"
},
"REPLACE": {
"a": "(old_text; start_num; num_chars; new_text)",
"d": "將字串中的一部分以其他字串取代。",
"ad": "is text in which you want to replace some characters!is the position of the character in Old_text that you want to replace with New_text!is the number of characters in Old_text that you want to replace!is the text that will replace characters in Old_text"
},
"REPLACEB": {
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "依您指定的起始位置和位元組數將一串字元替換為新的字元組適用於使用雙位元字元集DBCS語言如日文、中文、韓文等。",
"ad": "is text in which you want to replace some characters!is the position of the character in String-1 that you want to replace with String-2!is the number of characters in String-1 that you want to replace!is the text that will replace characters in String-1"
},
"REPT": {
"a": "(text; number_times)",
"d": "依指定字串重複幾次顯示。您可以利用 REPT 函數將儲存格以某些文字或字串填滿",
"ad": "is the text you want to repeat!is a positive number specifying the number of times to repeat text"
},
"RIGHT": {
"a": "(text; [num_chars])",
"d": "傳回自文字字串的結尾處算起的指定數目字元",
"ad": "is the text string that contains the characters you want to extract!specifies how many characters you want to extract, 1 if omitted"
},
"RIGHTB": {
"a": "( string; [number-chars] )",
"d": "根據指定的字元數,從最右邊的字元開始從字串中提取子字串,適用於使用雙位元組字元集 (DBCS) 的語言,如日文、中文、韓文等。",
"ad": "is the text string that contains the characters you want to extract!specifies how many characters you want to extract, 1 if omitted"
},
"SEARCH": {
"a": "(find_text; within_text; [start_num])",
"d": "傳回某特定文字串首次出現在另一個文字串的字元位置 (大小寫視為相同)。",
"ad": "is the text you want to find. You can use the ? and * wildcard characters; use ~? and ~* to find the ? and * characters!is the text in which you want to search for Find_text!is the character number in Within_text, counting from the left, at which you want to start searching. If omitted, 1 is used"
},
"SEARCHB": {
"a": "( string-1; string-2; [start-pos] )",
"d": "回傳指定子字串在字串中的位元組位置適用於使用雙位元字元集DBCS語言如日文、中文、韓文等。",
"ad": "is the text you want to find. You can use the ? and * wildcard characters; use ~? and ~* to find the ? and * characters!is the text in which you want to search for String-1!is the character number in String-2, counting from the left, at which you want to start searching. If omitted, 1 is used"
},
"SUBSTITUTE": {
"a": "(text; old_text; new_text; [instance_num])",
"d": "將字串中的部分字串以新字串取代。",
"ad": "is the text or the reference to a cell containing text in which you want to substitute characters!is the existing text you want to replace. If the case of Old_text does not match the case of text, SUBSTITUTE will not replace the text!is the text you want to replace Old_text with!specifies which occurrence of Old_text you want to replace. If omitted, every instance of Old_text is replaced"
},
"T": {
"a": "(value)",
"d": "檢查某值是否為文字,若為文字則傳回文字,若不是文字則傳回空字串 (空白文字)。",
"ad": "is the value to test"
},
"TEXT": {
"a": "(value; format_text)",
"d": "依指定的數字格式,將值轉換為文字",
"ad": "is a number, a formula that evaluates to a numeric value, or a reference to a cell containing a numeric value!is a number format in text form from the Category box on the Number tab in the Format Cells dialog box"
},
"TEXTJOIN": {
"a": "(delimiter; ignore_empty; text1; ...)",
"d": "使用分隔符號串連文字字串清單或範圍",
"ad": "Character or string to insert between each text item!if TRUE(default), ignores empty cells!are 1 to 252 text strings or ranges to be joined"
},
"TRIM": {
"a": "(text)",
"d": "刪除文字字串中多餘的空格 (字與字之間所保留的單一空白將不會被刪除)。",
"ad": "is the text from which you want spaces removed"
},
"UNICHAR": {
"a": "(number)",
"d": "傳回指定數值所參照的 Unicode 字元",
"ad": "is the Unicode number representing a character"
},
"UNICODE": {
"a": "(text)",
"d": "傳回對應到文字第一個字元的數字 (字碼指標)",
"ad": "is the character that you want the Unicode value of"
},
"UPPER": {
"a": "(text)",
"d": "將字串轉成大寫。",
"ad": "is the text you want converted to uppercase, a reference or a text string"
},
"VALUE": {
"a": "(text)",
"d": "將文字資料轉換成數字資料",
"ad": "is the text enclosed in quotation marks or a reference to a cell containing the text you want to convert"
},
"AVEDEV": {
"a": "(number1; [number2]; ...)",
"d": "傳回傳回各資料絕對平均差的平均值 (根據它們的平均)。引數可以是數字或名稱、陣列或是含有數字的參照",
"ad": "are 1 to 255 arguments for which you want the average of the absolute deviations"
},
"AVERAGE": {
"a": "(number1; [number2]; ...)",
"d": "傳回其引數的平均值(算術平均值),引數可為數字,或是包含數字的名稱、陣列或參照位址",
"ad": "are 1 to 255 numeric arguments for which you want the average"
},
"AVERAGEA": {
"a": "(value1; [value2]; ...)",
"d": "傳回引數的平均值 (算術平均值),引數若評估為文字及 FALSE 則被視為 0; TRUE 則評估為 1。引數可為數字、名稱、陣列或參照",
"ad": "are 1 to 255 arguments for which you want the average"
},
"AVERAGEIF": {
"a": "(range; criteria; [average_range])",
"d": "找出特定條件或準則所指定儲存格的平均值 (算術平均值)",
"ad": "is the range of cells you want evaluated!is the condition or criteria in the form of a number, expression, or text that defines which cells will be used to find the average!are the actual cells to be used to find the average. If omitted, the cells in range are used"
},
"AVERAGEIFS": {
"a": "(average_range; criteria_range; criteria; ...)",
"d": "找出特定條件或準則集所指定儲存格的平均值 (算術平均值)",
"ad": "are the actual cells to be used to find the average.!is the range of cells you want evaluated for the particular condition!is the condition or criteria in the form of a number, expression, or text that defines which cells will be used to find the average"
},
"BETADIST": {
"a": "(x; alpha; beta; [A]; [B])",
"d": "傳回累加 Beta 機率密度函數",
"ad": "is the value between A and B at which to evaluate the function!is a parameter to the distribution and must be greater than 0!is a parameter to the distribution and must be greater than 0!is an optional lower bound to the interval of x. If omitted, A = 0!is an optional upper bound to the interval of x. If omitted, B = 1"
},
"BETAINV": {
"a": "(probability; alpha; beta; [A]; [B])",
"d": "傳回累加 Beta 機率密度反函數 (BETADIST)",
"ad": "is a probability associated with the beta distribution!is a parameter to the distribution and must be greater than 0!is a parameter to the distribution and must be greater than 0!is an optional lower bound to the interval of x. If omitted, A = 0!is an optional upper bound to the interval of x. If omitted, B = 1"
},
"BETA.DIST": {
"a": "(x; alpha; beta; cumulative; [A]; [B])",
"d": "傳回 beta 機率分配函數",
"ad": "is the value between A and B at which to evaluate the function!is a parameter to the distribution and must be greater than 0!is a parameter to the distribution and must be greater than 0!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE!is an optional lower bound to the interval of x. If omitted, A = 0!is an optional upper bound to the interval of x. If omitted, B = 1"
},
"BETA.INV": {
"a": "(probability; alpha; beta; [A]; [B])",
"d": "傳回累加 beta 機率密度反函數 (BETA.DIST)",
"ad": "is a probability associated with the beta distribution!is a parameter to the distribution and must be greater than 0!is a parameter to the distribution and must be greater than 0!is an optional lower bound to the interval of x. If omitted, A = 0!is an optional upper bound to the interval of x. If omitted, B = 1"
},
"BINOMDIST": {
"a": "(number_s; trials; probability_s; cumulative)",
"d": "傳回在特定次數之二項分配實驗中,實驗成功的機率",
"ad": "is the number of successes in trials!is the number of independent trials!is the probability of success on each trial!is a logical value: for the cumulative distribution function, use TRUE; for the probability mass function, use FALSE"
},
"BINOM.DIST": {
"a": "(number_s; trials; probability_s; cumulative)",
"d": "傳回在特定次數之二項分配實驗中,實驗成功的機率",
"ad": "is the number of successes in trials!is the number of independent trials!is the probability of success on each trial!is a logical value: for the cumulative distribution function, use TRUE; for the probability mass function, use FALSE"
},
"BINOM.DIST.RANGE": {
"a": "(trials; probability_s; number_s; [number_s2])",
"d": "傳回使用二項分配之實驗結果的機率",
"ad": "is the number of independent trials!is the probability of success on each trial!is the number of successes in trials!if provided this function returns the probability that the number of successful trials shall lie between number_s and number_s2"
},
"BINOM.INV": {
"a": "(trials; probability_s; alpha)",
"d": "傳回在累加二項分配函數大於或等於臨界值之最小值",
"ad": "is the number of Bernoulli trials!is the probability of success on each trial, a number between 0 and 1 inclusive!is the criterion value, a number between 0 and 1 inclusive"
},
"CHIDIST": {
"a": "(x; deg_freedom)",
"d": "傳回右尾卡方分配的機率值",
"ad": "is the value at which you want to evaluate the distribution, a nonnegative number!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"CHIINV": {
"a": "(probability; deg_freedom)",
"d": "傳回卡方分配之右尾機率的反傳值",
"ad": "is a probability associated with the chi-squared distribution, a value between 0 and 1 inclusive!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"CHITEST": {
"a": "(actual_range; expected_range)",
"d": "傳回獨立性檢定之結果: 依給定的自由度及總計量,傳回卡方獨立性檢定的結果",
"ad": "is the range of data that contains observations to test against expected values!is the range of data that contains the ratio of the product of row totals and column totals to the grand total"
},
"CHISQ.DIST": {
"a": "(x; deg_freedom; cumulative)",
"d": "傳回左尾卡方分配的機率值",
"ad": "is the value at which you want to evaluate the distribution, a nonnegative number!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10!is a logical value for the function to return: the cumulative distribution function = TRUE; the probability density function = FALSE"
},
"CHISQ.DIST.RT": {
"a": "(x; deg_freedom)",
"d": "傳回右尾卡方分配的機率值",
"ad": "is the value at which you want to evaluate the distribution, a nonnegative number!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"CHISQ.INV": {
"a": "(probability; deg_freedom)",
"d": "傳回卡方分配之左尾機率的反傳值",
"ad": "is a probability associated with the chi-squared distribution, a value between 0 and 1 inclusive!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"CHISQ.INV.RT": {
"a": "(probability; deg_freedom)",
"d": "傳回卡方分配之右尾機率的反傳值",
"ad": "is a probability associated with the chi-squared distribution, a value between 0 and 1 inclusive!is the number of degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"CHISQ.TEST": {
"a": "(actual_range; expected_range)",
"d": "傳回獨立性檢定之結果: 依給定的自由度及總計量,傳回卡方獨立性檢定的結果",
"ad": "is the range of data that contains observations to test against expected values!is the range of data that contains the ratio of the product of row totals and column totals to the grand total"
},
"CONFIDENCE": {
"a": "(alpha; standard_dev; size)",
"d": "使用常態分配傳回一母體平均數的信賴區間",
"ad": "is the significance level used to compute the confidence level, a number greater than 0 and less than 1!is the population standard deviation for the data range and is assumed to be known. Standard_dev must be greater than 0!is the sample size"
},
"CONFIDENCE.NORM": {
"a": "(alpha; standard_dev; size)",
"d": "傳回使用常態分配一母體平均數的信賴區間",
"ad": "is the significance level used to compute the confidence level, a number greater than 0 and less than 1!is the population standard deviation for the data range and is assumed to be known. Standard_dev must be greater than 0!is the sample size"
},
"CONFIDENCE.T": {
"a": "(alpha; standard_dev; size)",
"d": "傳回使用 Student's 式 T 分配一母體平均數的信賴區間",
"ad": "is the significance level used to compute the confidence level, a number greater than 0 and less than 1!is the population standard deviation for the data range and is assumed to be known. Standard_dev must be greater than 0!is the sample size"
},
"CORREL": {
"a": "(array1; array2)",
"d": "傳回兩個資料集的相關係數",
"ad": "is a cell range of values. The values should be numbers, names, arrays, or references that contain numbers!is a second cell range of values. The values should be numbers, names, arrays, or references that contain numbers"
},
"COUNT": {
"a": "(value1; [value2]; ...)",
"d": "計算範圍中包含數字的儲存格數目",
"ad": "are 1 to 255 arguments that can contain or refer to a variety of different types of data, but only numbers are counted"
},
"COUNTA": {
"a": "(value1; [value2]; ...)",
"d": "計算範圍中非空白儲存格的數目",
"ad": "are 1 to 255 arguments representing the values and cells you want to count. Values can be any type of information"
},
"COUNTBLANK": {
"a": "(range)",
"d": "計算指定範圍內空白儲存格的數目",
"ad": "is the range from which you want to count the empty cells"
},
"COUNTIF": {
"a": "(range; criteria)",
"d": "計算一範圍內符合指定條件儲存格的數目",
"ad": "is the range of cells from which you want to count nonblank cells!is the condition in the form of a number, expression, or text that defines which cells will be counted"
},
"COUNTIFS": {
"a": "(criteria_range; criteria; ...)",
"d": "計算由特定條件或準則集所指定的儲存格數目",
"ad": "is the range of cells you want evaluated for the particular condition!is the condition in the form of a number, expression, or text that defines which cells will be counted"
},
"COVAR": {
"a": "(array1; array2)",
"d": "傳回共變數。所謂共變數為兩組資料的各個對應的資料點相減後再全部相乘,然後求平均值",
"ad": "is the first cell range of integers and must be numbers, arrays, or references that contain numbers!is the second cell range of integers and must be numbers, arrays, or references that contain numbers"
},
"COVARIANCE.P": {
"a": "(array1; array2)",
"d": "傳回母體共變數。所謂共變數為兩組資料的各個對應的資料點相減後再全部相乘,然後求平均值",
"ad": "is the first cell range of integers and must be numbers, arrays, or references that contain numbers!is the second cell range of integers and must be numbers, arrays, or references that contain numbers"
},
"COVARIANCE.S": {
"a": "(array1; array2)",
"d": "傳回樣本共變數。所謂共變數為兩組資料的各個對應的資料點相減後再全部相乘,然後求平均值",
"ad": "is the first cell range of integers and must be numbers, arrays, or references that contain numbers!is the second cell range of integers and must be numbers, arrays, or references that contain numbers"
},
"CRITBINOM": {
"a": "(trials; probability_s; alpha)",
"d": "傳回在累加二項分配函數大於或等於臨界值之最小值",
"ad": "is the number of Bernoulli trials!is the probability of success on each trial, a number between 0 and 1 inclusive!is the criterion value, a number between 0 and 1 inclusive"
},
"DEVSQ": {
"a": "(number1; [number2]; ...)",
"d": "傳回樣本平均數和樣本間差異的平方和",
"ad": "are 1 to 255 arguments, or an array or array reference, on which you want DEVSQ to calculate"
},
"EXPONDIST": {
"a": "(x; lambda; cumulative)",
"d": "傳回指數分配函數",
"ad": "is the value of the function, a nonnegative number!is the parameter value, a positive number!is a logical value for the function to return: the cumulative distribution function = TRUE; the probability density function = FALSE"
},
"EXPON.DIST": {
"a": "(x; lambda; cumulative)",
"d": "傳回指數分配函數",
"ad": "is the value of the function, a nonnegative number!is the parameter value, a positive number!is a logical value for the function to return: the cumulative distribution function = TRUE; the probability density function = FALSE"
},
"FDIST": {
"a": "(x; deg_freedom1; deg_freedom2)",
"d": "傳回兩組資料的 (右尾) F 機率分配 (散佈程度)",
"ad": "is the value at which to evaluate the function, a nonnegative number!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"FINV": {
"a": "(probability; deg_freedom1; deg_freedom2)",
"d": "傳回 (右尾) F 機率分配之反函數值: 如果 p = FDIST(x,...),則反函數為 FINV(p,....) = x",
"ad": "is a probability associated with the F cumulative distribution, a number between 0 and 1 inclusive!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"FTEST": {
"a": "(array1; array2)",
"d": "傳回一個 F 檢定的結果 (雙尾機率值)。用來檢定 Array1 與 Array2 中的變異數是否有顯著不同",
"ad": "is the first array or range of data and can be numbers or names, arrays, or references that contain numbers (blanks are ignored)!is the second array or range of data and can be numbers or names, arrays, or references that contain numbers (blanks are ignored)"
},
"F.DIST": {
"a": "(x; deg_freedom1; deg_freedom2; cumulative)",
"d": "傳回兩組資料的 (左尾) F 機率分配 (散佈程度)",
"ad": "is the value at which to evaluate the function, a nonnegative number!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is a logical value for the function to return: the cumulative distribution function = TRUE; the probability density function = FALSE"
},
"F.DIST.RT": {
"a": "(x; deg_freedom1; deg_freedom2)",
"d": "傳回兩組資料的 (右尾) F 機率分配 (散佈程度)",
"ad": "is the value at which to evaluate the function, a nonnegative number!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"F.INV": {
"a": "(probability; deg_freedom1; deg_freedom2)",
"d": "傳回 (左尾) F 機率分配之反函數值: 若 p = F.DIST(x,...),則 F.INV(p,...) = x",
"ad": "is a probability associated with the F cumulative distribution, a number between 0 and 1 inclusive!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"F.INV.RT": {
"a": "(probability; deg_freedom1; deg_freedom2)",
"d": "傳回 (右尾) F 機率分配之反函數值: 若 p = F.DIST.RT(x,...),則 F.INV.RT(p,...) = x",
"ad": "is a probability associated with the F cumulative distribution, a number between 0 and 1 inclusive!is the numerator degrees of freedom, a number between 1 and 10^10, excluding 10^10!is the denominator degrees of freedom, a number between 1 and 10^10, excluding 10^10"
},
"F.TEST": {
"a": "(array1; array2)",
"d": "傳回一個 F 檢定的結果 (雙尾機率值)。用來檢定 Array1 與 Array2 中的變異數是否有顯著不同",
"ad": "is the first array or range of data and can be numbers or names, arrays, or references that contain numbers (blanks are ignored)!is the second array or range of data and can be numbers or names, arrays, or references that contain numbers (blanks are ignored)"
},
"FISHER": {
"a": "(x)",
"d": "傳回費雪轉換",
"ad": "is the value for which you want the transformation, a number between -1 and 1, excluding -1 and 1"
},
"FISHERINV": {
"a": "(y)",
"d": "傳回費雪轉換的反函數值: 如果 y = FISHER(x),則 FISHERINV(y) = x",
"ad": "is the value for which you want to perform the inverse of the transformation"
},
"FORECAST": {
"a": "(x; known_y's; known_x's)",
"d": "使用現有的值計算或預測線性趨勢的未來值",
"ad": "is the data point for which you want to predict a value and must be a numeric value!is the dependent array or range of numeric data!is the independent array or range of numeric data. The variance of Known_x's must not be zero"
},
"FORECAST.ETS": {
"a": "(target_date; values; timeline; [seasonality]; [data_completion]; [aggregation])",
"d": "使用指數平滑法傳回特定未來目標日期的預測值",
"ad": "is the data point for which Spreadsheet Editor predicts a value. It should carry on the pattern of values in the timeline.!is the array or range of numeric data you're predicting.!is the independent array or range of numeric data. The dates in the timeline must have a consistent step between them and can't be zero.!is an optional numeric value that indicates the length of the seasonal pattern. The default value of 1 indicates seasonality is detected automatically.!is an optional value for handling missing values. The default value of 1 replaces missing values by interpolation, and 0 replaces them with zeros.!is an optional numeric value for aggregating multiple values with the same time stamp. If blank, Spreadsheet Editor averages the values."
},
"FORECAST.ETS.CONFINT": {
"a": "(target_date; values; timeline; [confidence_level]; [seasonality]; [data_completion]; [aggregation])",
"d": "傳回指定目標日期的預測值信賴區間",
"ad": "is the data point for which Spreadsheet Editor predicts a value. It should carry on the pattern of values in the timeline.!is the array or range of numeric data you're predicting.!is the independent array or range of numeric data. The dates in the timeline must have a consistent step between them and can't be zero.!is a number between 0 and 1 that shows the confidence level for the calculated confidence interval. The default value is .95.!is an optional numeric value that indicates the length of the seasonal pattern. The default value of 1 indicates seasonality is detected automatically.!is an optional value for handling missing values. The default value of 1 replaces missing values by interpolation, and 0 replaces them with zeros.!is an optional numeric value for aggregating multiple values with the same time stamp. If blank, Spreadsheet Editor averages the values."
},
"FORECAST.ETS.SEASONALITY": {
"a": "(values; timeline; [data_completion]; [aggregation])",
"d": "回傳應用程式偵測指定時間序列資料之重複模式的長度。",
"ad": "is the array or range of numeric data you're predicting.!is the independent array or range of numeric data. The dates in the timeline must have a consistent step between them and can't be zero.!is an optional value for handling missing values. The default value of 1 replaces missing values by interpolation, and 0 replaces them with zeros.!is an optional numeric value for aggregating multiple values with the same time stamp. If blank, Spreadsheet Editor averages the values."
},
"FORECAST.ETS.STAT": {
"a": "(values; timeline; statistic_type; [seasonality]; [data_completion]; [aggregation])",
"d": "回傳預測所需的統計值。",
"ad": "is the array or range of numeric data you're predicting.!is the independent array or range of numeric data. The dates in the timeline must have a consistent step between them and can't be zero.!is a number between 1 and 8, indicating which statistic Spreadsheet Editor will return for the calculated forecast.!is an optional numeric value that indicates the length of the seasonal pattern. The default value of 1 indicates seasonality is detected automatically.!is an optional value for handling missing values. The default value of 1 replaces missing values by interpolation, and 0 replaces them with zeros.!is an optional numeric value for aggregating multiple values with the same time stamp. If blank, Spreadsheet Editor averages the values."
},
"FORECAST.LINEAR": {
"a": "(x; known_y's; known_x's)",
"d": "使用現有的值計算或預測線性趨勢的未來值",
"ad": "is the data point for which you want to predict a value and must be a numeric value!is the dependent array or range of numeric data!is the independent array or range of numeric data. The variance of Known_x's must not be zero"
},
"FREQUENCY": {
"a": "(data_array; bins_array)",
"d": "計算範圍內值出現的間隔次數 (即次數分配表),再將此次數分配表以一垂直的陣列傳回",
"ad": "is an array of or reference to a set of values for which you want to count frequencies (blanks and text are ignored)!is an array of or reference to intervals into which you want to group the values in data_array"
},
"GAMMA": {
"a": "(x)",
"d": "傳回伽瑪函數值",
"ad": "is the value for which you want to calculate Gamma"
},
"GAMMADIST": {
"a": "(x; alpha; beta; cumulative)",
"d": "傳回伽瑪分配函數",
"ad": "is the value at which you want to evaluate the distribution, a nonnegative number!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number. If beta = 1, GAMMADIST returns the standard gamma distribution!is a logical value: return the cumulative distribution function = TRUE; return the probability mass function = FALSE or omitted"
},
"GAMMA.DIST": {
"a": "(x; alpha; beta; cumulative)",
"d": "傳回伽瑪分配函數",
"ad": "is the value at which you want to evaluate the distribution, a nonnegative number!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number. If beta = 1, GAMMA.DIST returns the standard gamma distribution!is a logical value: return the cumulative distribution function = TRUE; return the probability mass function = FALSE or omitted"
},
"GAMMAINV": {
"a": "(probability; alpha; beta)",
"d": "傳回伽瑪累加分配的反函數值。如果 p = GAMMADIST(x,...) 則反函數為 GAMMAINV(p,...) = x",
"ad": "is the probability associated with the gamma distribution, a number between 0 and 1, inclusive!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number. If beta = 1, GAMMAINV returns the inverse of the standard gamma distribution"
},
"GAMMA.INV": {
"a": "(probability; alpha; beta)",
"d": "傳回伽瑪累加分配的反函數值: 若 p = GAMMA.DIST(x,...),則 GAMMA.INV(p,...) = x",
"ad": "is the probability associated with the gamma distribution, a number between 0 and 1, inclusive!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number. If beta = 1, GAMMA.INV returns the inverse of the standard gamma distribution"
},
"GAMMALN": {
"a": "(x)",
"d": "傳回伽瑪函數的自然對數",
"ad": "is the value for which you want to calculate GAMMALN, a positive number"
},
"GAMMALN.PRECISE": {
"a": "(x)",
"d": "傳回伽瑪函數的自然對數",
"ad": "is the value for which you want to calculate GAMMALN.PRECISE, a positive number"
},
"GAUSS": {
"a": "(x)",
"d": "傳回標準常態累加分配再減去 0.5",
"ad": "is the value for which you want the distribution"
},
"GEOMEAN": {
"a": "(number1; [number2]; ...)",
"d": "傳回正數數值資料陣列或資料範圍的幾何平均數",
"ad": "are 1 to 255 numbers or names, arrays, or references that contain numbers for which you want the mean"
},
"GROWTH": {
"a": "(known_y's; [known_x's]; [new_x's]; [const])",
"d": "傳回指數成長趨勢中符合已知資料點的數字",
"ad": "is the set of y-values you already know in the relationship y = b*m^x, an array or range of positive numbers!is an optional set of x-values that you may already know in the relationship y = b*m^x, an array or range the same size as Known_y's!are new x-values for which you want GROWTH to return corresponding y-values!is a logical value: the constant b is calculated normally if Const = TRUE; b is set equal to 1 if Const = FALSE or omitted"
},
"HARMEAN": {
"a": "(number1; [number2]; ...)",
"d": "傳回一組正數資料的調和平均數: 亦即算術平均數的倒數求平均後,再加以倒數",
"ad": "are 1 to 255 numbers or names, arrays, or references that contain numbers for which you want the harmonic mean"
},
"HYPGEOM.DIST": {
"a": "(sample_s; number_sample; population_s; number_pop; cumulative)",
"d": "傳回超幾何分配",
"ad": "is the number of successes in the sample!is the size of the sample!is the number of successes in the population!is the population size!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE"
},
"HYPGEOMDIST": {
"a": "(sample_s; number_sample; population_s; number_pop)",
"d": "傳回超幾何分配",
"ad": "is the number of successes in the sample!is the size of the sample!is the number of successes in the population!is the population size"
},
"INTERCEPT": {
"a": "(known_ys; known_xs)",
"d": "利用穿過已知 x 值及 y 值而繪製的最佳配適線迴歸線,計算出直線將與 y 軸交會的點",
"ad": "is the dependent set of observations or data and can be numbers or names, arrays, or references that contain numbers!is the independent set of observations or data and can be numbers or names, arrays, or references that contain numbers"
},
"KURT": {
"a": "(number1; [number2]; ...)",
"d": "傳回一個資料組的峰度值 (Kurtosis)",
"ad": "are 1 to 255 numbers or names, arrays, or references that contain numbers for which you want the kurtosis"
},
"LARGE": {
"a": "(array; k)",
"d": "傳回資料組中第 k 大的值。例如第五大的數字",
"ad": "is the array or range of data for which you want to determine the k-th largest value!is the position (from the largest) in the array or cell range of the value to return"
},
"LINEST": {
"a": "(known_y's; [known_x's]; [const]; [stats])",
"d": "使用最小平方法計算調整直線,傳回符合已知資料點且可描述線性趨勢的統計資料",
"ad": "is the set of y-values you already know in the relationship y = mx + b!is an optional set of x-values that you may already know in the relationship y = mx + b!is a logical value: the constant b is calculated normally if Const = TRUE or omitted; b is set equal to 0 if Const = FALSE!is a logical value: return additional regression statistics = TRUE; return m-coefficients and the constant b = FALSE or omitted"
},
"LOGEST": {
"a": "(known_y's; [known_x's]; [const]; [stats])",
"d": "傳回符合已知資料點且可描述指數曲線的統計資料",
"ad": "is the set of y-values you already know in the relationship y = b*m^x!is an optional set of x-values that you may already know in the relationship y = b*m^x!is a logical value: the constant b is calculated normally if Const = TRUE or omitted; b is set equal to 1 if Const = FALSE!is a logical value: return additional regression statistics = TRUE; return m-coefficients and the constant b = FALSE or omitted"
},
"LOGINV": {
"a": "(probability; mean; standard_dev)",
"d": "傳回 x 的對數常態累加分配函數的反函數。在此 ln(x) 以平均數 Mean 和標準差 Standard_dev 參數進行常態分配",
"ad": "is a probability associated with the lognormal distribution, a number between 0 and 1, inclusive!is the mean of ln(x)!is the standard deviation of ln(x), a positive number"
},
"LOGNORM.DIST": {
"a": "(x; mean; standard_dev; cumulative)",
"d": "傳回 x 的對數分配。在此 ln(x) 以平均數 Mean 和標準差 Standard_dev 參數進行常態分配",
"ad": "is the value at which to evaluate the function, a positive number!is the mean of ln(x)!is the standard deviation of ln(x), a positive number!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE"
},
"LOGNORM.INV": {
"a": "(probability; mean; standard_dev)",
"d": "傳回 x 的對數常態累加分配函數的反函數。在此 ln(x) 為平均數為 Mean標準差為 Standard_dev的常態分配的機率變數。 ",
"ad": "is a probability associated with the lognormal distribution, a number between 0 and 1, inclusive!is the mean of ln(x)!is the standard deviation of ln(x), a positive number"
},
"LOGNORMDIST": {
"a": "(x; mean; standard_dev)",
"d": "傳回 x 的累加對數分配。在此 ln(x) 以平均數 Mean 和標準差 Standard_dev 參數進行常態分配",
"ad": "is the value at which to evaluate the function, a positive number!is the mean of ln(x)!is the standard deviation of ln(x), a positive number"
},
"MAX": {
"a": "(number1; [number2]; ...)",
"d": "傳回一組值中的最大值。邏輯值與文字將被略過而不計",
"ad": "are 1 to 255 numbers, empty cells, logical values, or text numbers for which you want the maximum"
},
"MAXA": {
"a": "(value1; [value2]; ...)",
"d": "傳回一組值中的最大值。包括邏輯值和文字",
"ad": "are 1 to 255 numbers, empty cells, logical values, or text numbers for which you want the maximum"
},
"MAXIFS": {
"a": "(max_range; criteria_range; criteria; ...)",
"d": "傳回條件集合或準則所指定之儲存格間的最大值",
"ad": "the cells in which to determine the maximum value!is the range of cells you want to evaluate for the particular condition!is the condition or criteria in the form of a number, expression, or text that defines which cells will be included when determining the maximum value"
},
"MEDIAN": {
"a": "(number1; [number2]; ...)",
"d": "傳回引數串列內的中位數或一組給定數字內的中間數字",
"ad": "are 1 to 255 numbers or names, arrays, or references that contain numbers for which you want the median"
},
"MIN": {
"a": "(number1; [number2]; ...)",
"d": "傳回引數串列中的最小值 。邏輯值及文字將被略過而不計。 ",
"ad": "are 1 to 255 numbers, empty cells, logical values, or text numbers for which you want the minimum"
},
"MINA": {
"a": "(value1; [value2]; ...)",
"d": "傳回引數串列中的最小值。將不會省略邏輯值及文字",
"ad": "are 1 to 255 numbers, empty cells, logical values, or text numbers for which you want the minimum"
},
"MINIFS": {
"a": "(min_range; criteria_range; criteria; ...)",
"d": "傳回條件集合或準則所指定之儲存格間的最小值",
"ad": "the cells in which to determine the minimum value!is the range of cells you want to evaluate for the particular condition!is the condition or criteria in the form of a number, expression, or text that defines which cells will be included when determining the minimum value"
},
"MODE": {
"a": "(number1; [number2]; ...)",
"d": "傳回在一陣列或範圍的資料中出現頻率最高的值 (眾數)",
"ad": "are 1 to 255 numbers, or names, arrays, or references that contain numbers for which you want the mode"
},
"MODE.MULT": {
"a": "(number1; [number2]; ...)",
"d": "傳回在一陣列或範圍的資料中出現頻率最高之值的垂直陣列。若為水平陣列,則使用 =TRANSPOSE(MODE.MULT(number1,number2,...))",
"ad": "are 1 to 255 numbers, or names, arrays, or references that contain numbers for which you want the mode"
},
"MODE.SNGL": {
"a": "(number1; [number2]; ...)",
"d": "傳回在一陣列或範圍的資料中出現頻率最高的值",
"ad": "are 1 to 255 numbers, or names, arrays, or references that contain numbers for which you want the mode"
},
"NEGBINOM.DIST": {
"a": "(number_f; number_s; probability_s; cumulative)",
"d": "傳回負二項分配的機率值,其代表在單次實驗的成功機率為 Probability_s在出現第 Number_s-th 成功之前,出現 Number_f 次失敗的這種情況的機率值",
"ad": "is the number of failures!is the threshold number of successes!is the probability of a success; a number between 0 and 1!is a logical value: for the cumulative distribution function, use TRUE; for the probability mass function, use FALSE"
},
"NEGBINOMDIST": {
"a": "(number_f; number_s; probability_s)",
"d": "傳回負二項分配的機率值,其代表在單次實驗的成功機率為 Probability_s ,在出現第 Number_s-th 成功之前,出現 Number_f 次失敗的這種情況的機率值",
"ad": "is the number of failures!is the threshold number of successes!is the probability of a success; a number between 0 and 1"
},
"NORM.DIST": {
"a": "(x; mean; standard_dev; cumulative)",
"d": "傳回指定平均數和標準差下的常態分配",
"ad": "is the value for which you want the distribution!is the arithmetic mean of the distribution!is the standard deviation of the distribution, a positive number!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE"
},
"NORMDIST": {
"a": "(x; mean; standard_dev; cumulative)",
"d": "傳回指定平均數和標準差下的常態累加分配",
"ad": "is the value for which you want the distribution!is the arithmetic mean of the distribution!is the standard deviation of the distribution, a positive number!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE"
},
"NORM.INV": {
"a": "(probability; mean; standard_dev)",
"d": "在指定平均數和標準差下,傳回標準常態累加分配的反分配",
"ad": "is a probability corresponding to the normal distribution, a number between 0 and 1 inclusive!is the arithmetic mean of the distribution!is the standard deviation of the distribution, a positive number"
},
"NORMINV": {
"a": "(probability; mean; standard_dev)",
"d": "在指定平均數和標準差下,傳回常態累加分配的反分配",
"ad": "is a probability corresponding to the normal distribution, a number between 0 and 1 inclusive!is the arithmetic mean of the distribution!is the standard deviation of the distribution, a positive number"
},
"NORM.S.DIST": {
"a": "(z; cumulative)",
"d": "傳回標準常態分佈 (即平均值為 0標準差為 1)",
"ad": "is the value for which you want the distribution!is a logical value for the function to return: the cumulative distribution function = TRUE; the probability density function = FALSE"
},
"NORMSDIST": {
"a": "(z)",
"d": "傳回標準常態累加分配 (即平均值為 0標準差為 1)",
"ad": "is the value for which you want the distribution"
},
"NORM.S.INV": {
"a": "(probability)",
"d": "傳回標準常態累加函數的反函數 (即平均數為 0標準差為 1)",
"ad": "is a probability corresponding to the normal distribution, a number between 0 and 1 inclusive"
},
"NORMSINV": {
"a": "(probability)",
"d": "傳回標準常態累加函數的反函數 (即平均數為 0標準差為 1)",
"ad": "is a probability corresponding to the normal distribution, a number between 0 and 1 inclusive"
},
"PEARSON": {
"a": "(array1; array2)",
"d": "傳回皮耳森積差相關係數 r",
"ad": "is a set of independent values!is a set of dependent values"
},
"PERCENTILE": {
"a": "(array; k)",
"d": "傳回範圍中位於第 K 個百分比的值",
"ad": "is the array or range of data that defines relative standing!is the percentile value that is between 0 through 1, inclusive"
},
"PERCENTILE.EXC": {
"a": "(array; k)",
"d": "傳回範圍中位於第 k 個百分比的值k 是在 0 到 1 的範圍之內,且不含 0 及 1",
"ad": "is the array or range of data that defines relative standing!is the percentile value that is between 0 through 1, inclusive"
},
"PERCENTILE.INC": {
"a": "(array; k)",
"d": "傳回範圍中位於第 k 個百分比的值k 是在 0 到 1 的範圍之內,且包含 0 及 1",
"ad": "is the array or range of data that defines relative standing!is the percentile value that is between 0 through 1, inclusive"
},
"PERCENTRANK": {
"a": "(array; x; [significance])",
"d": "傳回某數值在一個資料組中的百分比的等級",
"ad": "is the array or range of data with numeric values that defines relative standing!is the value for which you want to know the rank!is an optional value that identifies the number of significant digits for the returned percentage, three digits if omitted (0.xxx%)"
},
"PERCENTRANK.EXC": {
"a": "(array; x; [significance])",
"d": "傳回某數值在一個資料組中的百分比 (0 到 1排除 0 和 1) 的等級",
"ad": "is the array or range of data with numeric values that defines relative standing!is the value for which you want to know the rank!is an optional value that identifies the number of significant digits for the returned percentage, three digits if omitted (0.xxx%)"
},
"PERCENTRANK.INC": {
"a": "(array; x; [significance])",
"d": "傳回某數值在一個資料組中的百分比 (0 到 1含 0 和 1) 的等級",
"ad": "is the array or range of data with numeric values that defines relative standing!is the value for which you want to know the rank!is an optional value that identifies the number of significant digits for the returned percentage, three digits if omitted (0.xxx%)"
},
"PERMUT": {
"a": "(number; number_chosen)",
"d": "傳回從數值物件中選取特定數量的物件時,所有可能排列方式的個數",
"ad": "is the total number of objects!is the number of objects in each permutation"
},
"PERMUTATIONA": {
"a": "(number; number_chosen)",
"d": "傳回從所有物件選取指定數量的物件時 (包括重複選取物件),所有可能排列方式的數目",
"ad": "is the total number of objects!is the number of objects in each permutation"
},
"PHI": {
"a": "(x)",
"d": "傳回標準常態分佈的密度函數值",
"ad": "is the number for which you want the density of the standard normal distribution"
},
"POISSON": {
"a": "(x; mean; cumulative)",
"d": "傳回波氏分配",
"ad": "is the number of events!is the expected numeric value, a positive number!is a logical value: for the cumulative Poisson probability, use TRUE; for the Poisson probability mass function, use FALSE"
},
"POISSON.DIST": {
"a": "(x; mean; cumulative)",
"d": "傳回波氏分配",
"ad": "is the number of events!is the expected numeric value, a positive number!is a logical value: for the cumulative Poisson probability, use TRUE; for the Poisson probability mass function, use FALSE"
},
"PROB": {
"a": "(x_range; prob_range; lower_limit; [upper_limit])",
"d": "傳回落在 lower_limit 和 upper_limit 之間或等於 lower_limit 的機率值",
"ad": "is the range of numeric values of x with which there are associated probabilities!is the set of probabilities associated with values in X_range, values between 0 and 1 and excluding 0!is the lower bound on the value for which you want a probability!is the optional upper bound on the value. If omitted, PROB returns the probability that X_range values are equal to Lower_limit"
},
"QUARTILE": {
"a": "(array; quart)",
"d": "傳回資料組的四分位數",
"ad": "is the array or cell range of numeric values for which you want the quartile value!is a number: minimum value = 0; 1st quartile = 1; median value = 2; 3rd quartile = 3; maximum value = 4"
},
"QUARTILE.INC": {
"a": "(array; quart)",
"d": "傳回資料組的四分位數 (根據範圍從 0 到 1 的百分位數,含 0 和 1)",
"ad": "is the array or cell range of numeric values for which you want the quartile value!is a number: minimum value = 0; 1st quartile = 1; median value = 2; 3rd quartile = 3; maximum value = 4"
},
"QUARTILE.EXC": {
"a": "(array; quart)",
"d": "傳回資料組的四分位數 (根據範圍從 0 到 1 的百分位數,不含 0 和 1)",
"ad": "is the array or cell range of numeric values for which you want the quartile value!is a number: minimum value = 0; 1st quartile = 1; median value = 2; 3rd quartile = 3; maximum value = 4"
},
"RANK": {
"a": "(number; ref; [order])",
"d": "傳回某數字在某數字清單中的順序,亦即該數字相對於清單中其他數值的大小",
"ad": "is the number for which you want to find the rank!is an array of, or a reference to, a list of numbers. Nonnumeric values are ignored!is a number: rank in the list sorted descending = 0 or omitted; rank in the list sorted ascending = any nonzero value"
},
"RANK.AVG": {
"a": "(number; ref; [order])",
"d": "傳回某數字在某串列數字中之等級,亦即該數字相對於清單中其他數值的大小; 若有多值有相同等級,將會傳回平均等級",
"ad": "is the number for which you want to find the rank!is an array of, or a reference to, a list of numbers. Nonnumeric values are ignored!is a number: rank in the list sorted descending = 0 or omitted; rank in the list sorted ascending = any nonzero value"
},
"RANK.EQ": {
"a": "(number; ref; [order])",
"d": "傳回某數字在某串列數字中之等級,亦即該數字相對於清單中其他數值的大小; 若有多值有相同等級,將會傳回該組數值中的最高等級",
"ad": "is the number for which you want to find the rank!is an array of, or a reference to, a list of numbers. Nonnumeric values are ignored!is a number: rank in the list sorted descending = 0 or omitted; rank in the list sorted ascending = any nonzero value"
},
"RSQ": {
"a": "(known_y's; known_x's)",
"d": "傳回透過給定資料點之皮爾遜積差相關係數的平方值",
"ad": "is an array or range of data points and can be numbers or names, arrays, or references that contain numbers!is an array or range of data points and can be numbers or names, arrays, or references that contain numbers"
},
"SKEW": {
"a": "(number1; [number2]; ...)",
"d": "傳回一個分配的偏態。所謂偏態是指一個分配的對稱情形",
"ad": "are 1 to 255 numbers or names, arrays, or references that contain numbers for which you want the skewness"
},
"SKEW.P": {
"a": "(number1; [number2]; ...)",
"d": "傳回以某個母體為基礎的分配偏態,所謂偏態是指一個分配的不對稱情形",
"ad": "are 1 to 254 numbers or names, arrays, or references that contain numbers for which you want the population skewness"
},
"SLOPE": {
"a": "(known_ys; known_xs)",
"d": "傳回穿回特定資料點之線性迴歸線的斜率",
"ad": "is an array or cell range of numeric dependent data points and can be numbers or names, arrays, or references that contain numbers!is the set of independent data points and can be numbers or names, arrays, or references that contain numbers"
},
"SMALL": {
"a": "(array; k)",
"d": "傳回資料組中第 k 小的值。例如第五小的數字",
"ad": "is an array or range of numerical data for which you want to determine the k-th smallest value!is the position (from the smallest) in the array or range of the value to return"
},
"STANDARDIZE": {
"a": "(x; mean; standard_dev)",
"d": "依據平均值及標準差,將值標準化後傳回",
"ad": "is the value you want to normalize!is the arithmetic mean of the distribution!is the standard deviation of the distribution, a positive number"
},
"STDEV": {
"a": "(number1; [number2]; ...)",
"d": "根據樣本,計算標準差估計值(樣本中的邏輯值、文字將忽略不計)",
"ad": "are 1 to 255 numbers corresponding to a sample of a population and can be numbers or references that contain numbers"
},
"STDEV.P": {
"a": "(number1; [number2]; ...)",
"d": "標準差計算值,根據提供作為引數的整個母體 (輸入值中的邏輯值或文字將忽略不計)",
"ad": "are 1 to 255 numbers corresponding to a population and can be numbers or references that contain numbers"
},
"STDEV.S": {
"a": "(number1; [number2]; ...)",
"d": "根據樣本的標準差估計值 (若傳入的樣本資料中含有邏輯值、文字等,則這些資料將忽略不計)",
"ad": "are 1 to 255 numbers corresponding to a sample of a population and can be numbers or references that contain numbers"
},
"STDEVA": {
"a": "(value1; [value2]; ...)",
"d": "根據樣本,傳回標準差估計值。引數可包含邏輯值及文字。其內容若為文字及 FALSE 則被視為 0; TRUE 視為 1",
"ad": "are 1 to 255 values corresponding to a sample of a population and can be values or names or references to values"
},
"STDEVP": {
"a": "(number1; [number2]; ...)",
"d": "根據以引數形式提供的整個母體計算標準差 (邏輯值或文字將忽略不計)",
"ad": "are 1 to 255 numbers corresponding to a population and can be numbers or references that contain numbers"
},
"STDEVPA": {
"a": "(value1; [value2]; ...)",
"d": "根據整個母體,傳回該母體的標準差。引數可包含邏輯值及文字。其內容若為文字及 FALSE 則被視為 0; TRUE 視為 1",
"ad": "are 1 to 255 values corresponding to a population and can be values, names, arrays, or references that contain values"
},
"STEYX": {
"a": "(known_y's; known_x's)",
"d": "依據迴歸各個 x 之預估 y 值的標準差",
"ad": "is an array or range of dependent data points and can be numbers or names, arrays, or references that contain numbers!is an array or range of independent data points and can be numbers or names, arrays, or references that contain numbers"
},
"TDIST": {
"a": "(x; deg_freedom; tails)",
"d": "傳回 Student's 式之 T 分配",
"ad": "is the numeric value at which to evaluate the distribution!is an integer indicating the number of degrees of freedom that characterize the distribution!specifies the number of distribution tails to return: one-tailed distribution = 1; two-tailed distribution = 2"
},
"TINV": {
"a": "(probability; deg_freedom)",
"d": "傳回 Student's 式 T 分配的雙尾反值",
"ad": "is the probability associated with the two-tailed Student's t-distribution, a number between 0 and 1 inclusive!is a positive integer indicating the number of degrees of freedom to characterize the distribution"
},
"T.DIST": {
"a": "(x; deg_freedom; cumulative)",
"d": "傳回左尾 Student's 式 T 分配值",
"ad": "is the numeric value at which to evaluate the distribution!is an integer indicating the number of degrees of freedom that characterize the distribution!is a logical value: for the cumulative distribution function, use TRUE; for the probability density function, use FALSE"
},
"T.DIST.2T": {
"a": "(x; deg_freedom)",
"d": "傳回雙尾 Student's 式 T 分配值",
"ad": "is the numeric value at which to evaluate the distribution!is an integer indicating the number of degrees of freedom that characterize the distribution"
},
"T.DIST.RT": {
"a": "(x; deg_freedom)",
"d": "傳回右尾 Student's 式 T 分配值",
"ad": "is the numeric value at which to evaluate the distribution!is an integer indicating the number of degrees of freedom that characterize the distribution"
},
"T.INV": {
"a": "(probability; deg_freedom)",
"d": "傳回 Student's 式 T 分配的左尾反值",
"ad": "is the probability associated with the two-tailed Student's t-distribution, a number between 0 and 1 inclusive!is a positive integer indicating the number of degrees of freedom to characterize the distribution"
},
"T.INV.2T": {
"a": "(probability; deg_freedom)",
"d": "傳回 Student's 式 T 分配的雙尾反值",
"ad": "is the probability associated with the two-tailed Student's t-distribution, a number between 0 and 1 inclusive!is a positive integer indicating the number of degrees of freedom to characterize the distribution"
},
"T.TEST": {
"a": "(array1; array2; tails; type)",
"d": "傳回有關 Student's 式 T 檢定之機率值",
"ad": "is the first data set!is the second data set!specifies the number of distribution tails to return: one-tailed distribution = 1; two-tailed distribution = 2!is the kind of t-test: paired = 1, two-sample equal variance (homoscedastic) = 2, two-sample unequal variance = 3"
},
"TREND": {
"a": "(known_y's; [known_x's]; [new_x's]; [const])",
"d": "使用最小平方法,傳回符合已知資料點之線性趨勢中的數字",
"ad": "is a range or array of y-values you already know in the relationship y = mx + b!is an optional range or array of x-values that you know in the relationship y = mx + b, an array the same size as Known_y's!is a range or array of new x-values for which you want TREND to return corresponding y-values!is a logical value: the constant b is calculated normally if Const = TRUE or omitted; b is set equal to 0 if Const = FALSE"
},
"TRIMMEAN": {
"a": "(array; percent)",
"d": "傳回截去某一百分比之外的極端值後,所求得的平均數",
"ad": "is the range or array of values to trim and average!is the fractional number of data points to exclude from the top and bottom of the data set"
},
"TTEST": {
"a": "(array1; array2; tails; type)",
"d": "傳回有關 Student's 式 T 檢定之機率值",
"ad": "is the first data set!is the second data set!specifies the number of distribution tails to return: one-tailed distribution = 1; two-tailed distribution = 2!is the kind of t-test: paired = 1, two-sample equal variance (homoscedastic) = 2, two-sample unequal variance = 3"
},
"VAR": {
"a": "(number1; [number2]; ...)",
"d": "根據樣本,標準差估計值 (樣本中的邏輯值、文字將忽略不計)",
"ad": "are 1 to 255 numeric arguments corresponding to a sample of a population"
},
"VAR.P": {
"a": "(number1; [number2]; ...)",
"d": "根據整個母體,計算變異數 (輸入母體中的邏輯值及文字將忽略不計)",
"ad": "are 1 to 255 numeric arguments corresponding to a population"
},
"VAR.S": {
"a": "(number1; [number2]; ...)",
"d": "根據樣本來估計變異數 (輸入樣本值中的邏輯值及文字將忽略不計)",
"ad": "are 1 to 255 numeric arguments corresponding to a sample of a population"
},
"VARA": {
"a": "(value1; [value2]; ...)",
"d": "根據抽樣樣本,傳回變異數估計值。引數可包含邏輯值及文字。若為文字及 FALSE 則被視為 0; TRUE 視為 1",
"ad": "are 1 to 255 value arguments corresponding to a sample of a population"
},
"VARP": {
"a": "(number1; [number2]; ...)",
"d": "根據整個母體計算變異數 (母體中的邏輯值及文字將忽略不計)",
"ad": "are 1 to 255 numeric arguments corresponding to a population"
},
"VARPA": {
"a": "(value1; [value2]; ...)",
"d": "根據整個母體,傳回變異數。引數可包含邏輯值及文字。其內容若為文字及 FALSE 則被視為 0; TRUE 視為 1",
"ad": "are 1 to 255 value arguments corresponding to a population"
},
"WEIBULL": {
"a": "(x; alpha; beta; cumulative)",
"d": "傳回 Weibull 分配",
"ad": "is the value at which to evaluate the function, a nonnegative number!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number!is a logical value: for the cumulative distribution function, use TRUE; for the probability mass function, use FALSE"
},
"WEIBULL.DIST": {
"a": "(x; alpha; beta; cumulative)",
"d": "傳回 Weibull 分配",
"ad": "is the value at which to evaluate the function, a nonnegative number!is a parameter to the distribution, a positive number!is a parameter to the distribution, a positive number!is a logical value: for the cumulative distribution function, use TRUE; for the probability mass function, use FALSE"
},
"Z.TEST": {
"a": "(array; x; [sigma])",
"d": "傳回 Z 檢定的單尾 P 值",
"ad": "is the array or range of data against which to test X!is the value to test!is the population (known) standard deviation. If omitted, the sample standard deviation is used"
},
"ZTEST": {
"a": "(array; x; [sigma])",
"d": "傳回 Z 檢定的單尾 P 值",
"ad": "is the array or range of data against which to test X!is the value to test!is the population (known) standard deviation. If omitted, the sample standard deviation is used"
},
"ACCRINT": {
"a": "(issue; first_interest; settlement; rate; par; frequency; [basis]; [calc_method])",
"d": "傳回支付定期利息之證券的應計利息。",
"ad": "is the security's issue date, expressed as a serial date number!is the security's first interest date, expressed as a serial date number!is the security's settlement date, expressed as a serial date number!is the security's annual coupon rate!is the security's par value!is the number of coupon payments per year!is the type of day count basis to use!is a logical value: to accrued interest from issue date = TRUE or omitted; to calculate from last coupon payment date = FALSE"
},
"ACCRINTM": {
"a": "(issue; settlement; rate; par; [basis])",
"d": "傳回證券在到期時支付利息的應計利息",
"ad": "is the security's issue date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's annual coupon rate!is the security's par value!is the type of day count basis to use"
},
"AMORDEGRC": {
"a": "(cost; date_purchased; first_period; salvage; period; rate; [basis])",
"d": "回傳資產在各會計期間的按比例線性折舊額。",
"ad": "is the cost of the asset!is the date the asset is purchased!is the date of the end of the first period!is the salvage value at the end of life of the asset.!is the period!is the rate of depreciation!year_basis : 0 for year of 360 days, 1 for actual, 3 for year of 365 days."
},
"AMORLINC": {
"a": "(cost; date_purchased; first_period; salvage; period; rate; [basis])",
"d": "傳回資產每一個會計週期的按比例線性折舊。",
"ad": "is the cost of the asset!is the date the asset is purchased!is the date of the end of the first period!is the salvage value at the end of life of the asset.!is the period!is the rate of depreciation!year_basis : 0 for year of 360 days, 1 for actual, 3 for year of 365 days."
},
"COUPDAYBS": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回從票息週期的開始到結算日期之間的日數",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"COUPDAYS": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回包含結算日期之票息週期的日數",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"COUPDAYSNC": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回從結算日期到下一個票息日期之間的日數",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"COUPNCD": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回結帳日期之後下一個票息日期",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"COUPNUM": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回可結帳日期與到期日期之間的應付票息數字",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"COUPPCD": {
"a": "(settlement; maturity; frequency; [basis])",
"d": "傳回結帳日期之前的前一個票息日期",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the number of coupon payments per year!is the type of day count basis to use"
},
"CUMIPMT": {
"a": "(rate; nper; pv; start_period; end_period; type)",
"d": "傳回在兩個週期之間所支付的累計利息",
"ad": "is the interest rate!is the total number of payment periods!is the present value!is the first period in the calculation!is the last period in the calculation!is the timing of the payment"
},
"CUMPRINC": {
"a": "(rate; nper; pv; start_period; end_period; type)",
"d": "傳回在兩個週期之間的貸款上所支付的累計資金",
"ad": "is the interest rate!is the total number of payment periods!is the present value!is the first period in the calculation!is the last period in the calculation!is the timing of the payment"
},
"DB": {
"a": "(cost; salvage; life; period; [month])",
"d": "傳回固定資產在指定期間按定率遞減法計算的折舊",
"ad": "is the initial cost of the asset!is the salvage value at the end of the life of the asset!is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)!is the period for which you want to calculate the depreciation. Period must use the same units as Life!is the number of months in the first year. If month is omitted, it is assumed to be 12"
},
"DDB": {
"a": "(cost; salvage; life; period; [factor])",
"d": "傳回固定資產在指定期間內按倍率遞減法,或其他指定方法計算所得的折舊",
"ad": "is the initial cost of the asset!is the salvage value at the end of the life of the asset!is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)!is the period for which you want to calculate the depreciation. Period must use the same units as Life!is the rate at which the balance declines. If Factor is omitted, it is assumed to be 2 (the double-declining balance method)"
},
"DISC": {
"a": "(settlement; maturity; pr; redemption; [basis])",
"d": "傳回證券的貼現率",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's price per $100 face value!is the security's redemption value per $100 face value!is the type of day count basis to use"
},
"DOLLARDE": {
"a": "(fractional_dollar; fraction)",
"d": "將以分數表示的美金價格,轉換成以十進位數字表示的美金價格",
"ad": "is a number expressed as a fraction!is the integer to use in the denominator of the fraction"
},
"DOLLARFR": {
"a": "(decimal_dollar; fraction)",
"d": "將以十進位數字表示的美金價格,轉換成以分數表示的美金價格",
"ad": "is a decimal number!is the integer to use in the denominator of a fraction"
},
"DURATION": {
"a": "(settlement; maturity; coupon; yld; frequency; [basis])",
"d": "傳回具有定期利息付款之證券的年度持續時間",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's annual coupon rate!is the security's annual yield!is the number of coupon payments per year!is the type of day count basis to use"
},
"EFFECT": {
"a": "(nominal_rate; npery)",
"d": "傳回實年度利率",
"ad": "is the nominal interest rate!is the number of compounding periods per year"
},
"FV": {
"a": "(rate; nper; pmt; [pv]; [type])",
"d": "傳回根據週期、固定支出以及固定利率的投資未來值",
"ad": "is the interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!is the total number of payment periods in the investment!is the payment made each period; it cannot change over the life of the investment!is the present value, or the lump-sum amount that a series of future payments is worth now. If omitted, Pv = 0!is a value representing the timing of payment: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted"
},
"FVSCHEDULE": {
"a": "(principal; schedule)",
"d": "在套用一系列複利率之後,傳回初始資金的未來值",
"ad": "is the present value!is an array of interest rates to apply"
},
"INTRATE": {
"a": "(settlement; maturity; investment; redemption; [basis])",
"d": "傳回完整投資證券的利率",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the amount invested in the security!is the amount to be received at maturity!is the type of day count basis to use"
},
"IPMT": {
"a": "(rate; per; nper; pv; [fv]; [type])",
"d": "某個投資於付款方式為定期、定額及固定利率時,某一期應付利息之金額",
"ad": "is the interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!is the period for which you want to find the interest and must be in the range 1 to Nper!is the total number of payment periods in an investment!is the present value, or the lump-sum amount that a series of future payments is worth now!is the future value, or a cash balance you want to attain after the last payment is made. If omitted, Fv = 0!is a logical value representing the timing of payment: at the end of the period = 0 or omitted, at the beginning of the period = 1"
},
"IRR": {
"a": "(values; [guess])",
"d": "傳回某一連續期間現金流量的內部報酬率。",
"ad": "is an array or a reference to cells that contain numbers for which you want to calculate the internal rate of return!is a number that you guess is close to the result of IRR; 0.1 (10 percent) if omitted"
},
"ISPMT": {
"a": "(rate; per; nper; pv)",
"d": "傳回指定投資期限內的直線式貸款利息",
"ad": "interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!period for which you want to find the interest!number of payment periods in an investment!lump sum amount that a series of future payments is right now"
},
"MDURATION": {
"a": "(settlement; maturity; coupon; yld; frequency; [basis])",
"d": "傳回具有保障票面價值 $100 之證券的存續已修改期間",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's annual coupon rate!is the security's annual yield!is the number of coupon payments per year!is the type of day count basis to use"
},
"MIRR": {
"a": "(values; finance_rate; reinvest_rate)",
"d": "依據所輸入的每期現金流量,考量投資成本及現金再投資利率,傳回各期現金流量內部報酬率。",
"ad": "is an array or a reference to cells that contain numbers that represent a series of payments (negative) and income (positive) at regular periods!is the interest rate you pay on the money used in the cash flows!is the interest rate you receive on the cash flows as you reinvest them"
},
"NOMINAL": {
"a": "(effect_rate; npery)",
"d": "傳回年度名義利率",
"ad": "is the effective interest rate!is the number of compounding periods per year"
},
"NPER": {
"a": "(rate; pmt; pv; [fv]; [type])",
"d": "每期付款金額及固定利率之某個投資的期數",
"ad": "is the interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!is the payment made each period; it cannot change over the life of the investment!is the present value, or the lump-sum amount that a series of future payments is worth now!is the future value, or a cash balance you want to attain after the last payment is made. If omitted, zero is used!is a logical value: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted"
},
"NPV": {
"a": "(rate; value1; [value2]; ...)",
"d": "在已知貼現率、各期付款值 (負值) 及收入 (正值) 的情況下,求出某投資的淨現值",
"ad": "is the rate of discount over the length of one period!are 1 to 254 payments and income, equally spaced in time and occurring at the end of each period"
},
"ODDFPRICE": {
"a": "(settlement; maturity; issue; first_coupon; rate; yld; redemption; frequency; [basis])",
"d": "傳回具有奇數第一個週期的證券每 $100 面額的價格",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's issue date, expressed as a serial date number!is the security's first coupon date, expressed as a serial date number!is the security's interest rate!is the security's annual yield!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"ODDFYIELD": {
"a": "(settlement; maturity; issue; first_coupon; rate; pr; redemption; frequency; [basis])",
"d": "傳回具有奇數第一個週期的證券收益",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's issue date, expressed as a serial date number!is the security's first coupon date, expressed as a serial date number!is the security's interest rate!is the security's price!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"ODDLPRICE": {
"a": "(settlement; maturity; last_interest; rate; yld; redemption; frequency; [basis])",
"d": "傳回具有奇數前次週期之證券每 $100 面額的價格",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's last coupon date, expressed as a serial date number!is the security's interest rate!is the security's annual yield!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"ODDLYIELD": {
"a": "(settlement; maturity; last_interest; rate; pr; redemption; frequency; [basis])",
"d": "傳回具有奇數最後週期的證券收益",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's last coupon date, expressed as a serial date number!is the security's interest rate!is the security's price!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"PDURATION": {
"a": "(rate; pv; fv)",
"d": "傳回投資達到指定值時所需的週期數",
"ad": "is the interest rate per period.!is the present value of the investment!is the desired future value of the investment"
},
"PMT": {
"a": "(rate; nper; pv; [fv]; [type])",
"d": "在每期付款金額與利率固定的情況下計算貸款的付款金額。",
"ad": "is the interest rate per period for the loan. For example, use 6%/4 for quarterly payments at 6% APR!is the total number of payments for the loan!is the present value: the total amount that a series of future payments is worth now!is the future value, or a cash balance you want to attain after the last payment is made, 0 (zero) if omitted!is a logical value: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted"
},
"PPMT": {
"a": "(rate; per; nper; pv; [fv]; [type])",
"d": "傳回每期付款金額及利率皆為固定之某個投資於某期付款中的本金金額",
"ad": "is the interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!specifies the period and must be in the range 1 to nper!is the total number of payment periods in an investment!is the present value: the total amount that a series of future payments is worth now!is the future value, or cash balance you want to attain after the last payment is made!is a logical value: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted"
},
"PRICE": {
"a": "(settlement; maturity; rate; yld; redemption; frequency; [basis])",
"d": "傳回證券每 $100 面額的價格,該證券會定期支付利息",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's annual coupon rate!is the security's annual yield!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"PRICEDISC": {
"a": "(settlement; maturity; discount; redemption; [basis])",
"d": "傳回貼現證券每 $100 面額的價格",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's discount rate!is the security's redemption value per $100 face value!is the type of day count basis to use"
},
"PRICEMAT": {
"a": "(settlement; maturity; issue; rate; yld; [basis])",
"d": "傳回證券每個 $100 面額的價格,該證券在到期時支付利息",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's issue date, expressed as a serial date number!is the security's interest rate at date of issue!is the security's annual yield!is the type of day count basis to use"
},
"PV": {
"a": "(rate; nper; pmt; [fv]; [type])",
"d": "傳回某個投資的年金現值: 年金現值為未來各期年金現值的總和",
"ad": "is the interest rate per period. For example, use 6%/4 for quarterly payments at 6% APR!is the total number of payment periods in an investment!is the payment made each period and cannot change over the life of the investment!is the future value, or a cash balance you want to attain after the last payment is made!is a logical value: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted"
},
"RATE": {
"a": "(nper; pmt; pv; [fv]; [type]; [guess])",
"d": "貸款或年金每期的利率。例如,使用 6%/4 表示 6% 之下的每季付款利率。",
"ad": "is the total number of payment periods for the loan or investment!is the payment made each period and cannot change over the life of the loan or investment!is the present value: the total amount that a series of future payments is worth now!is the future value, or a cash balance you want to attain after the last payment is made. If omitted, uses Fv = 0!is a logical value: payment at the beginning of the period = 1; payment at the end of the period = 0 or omitted!is your guess for what the rate will be; if omitted, Guess = 0.1 (10 percent)"
},
"RECEIVED": {
"a": "(settlement; maturity; investment; discount; [basis])",
"d": "傳回完整投資證券在到期時收到的金額",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the amount invested in the security!is the security's discount rate!is the type of day count basis to use"
},
"RRI": {
"a": "(nper; pv; fv)",
"d": "傳回投資成長的對等利率",
"ad": "is the number of periods for the investment!is the present value of the investment!is the future value of the investment"
},
"SLN": {
"a": "(cost; salvage; life)",
"d": "傳回某項固定資產按直線折舊法所計算的每期折舊金額",
"ad": "is the initial cost of the asset!is the salvage value at the end of the life of the asset!is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)"
},
"SYD": {
"a": "(cost; salvage; life; per)",
"d": "按年數合計法計算,傳回某固定資產在某一指定期間的折舊金額",
"ad": "is the initial cost of the asset!is the salvage value at the end of the life of the asset!is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)!is the period and must use the same units as Life"
},
"TBILLEQ": {
"a": "(settlement; maturity; discount)",
"d": "傳回國庫券的債券約當收益率",
"ad": "is the Treasury bill's settlement date, expressed as a serial date number!is the Treasury bill's maturity date, expressed as a serial date number!is the Treasury bill's discount rate"
},
"TBILLPRICE": {
"a": "(settlement; maturity; discount)",
"d": "傳回國庫卷每 $100 面額的價格",
"ad": "is the Treasury bill's settlement date, expressed as a serial date number!is the Treasury bill's maturity date, expressed as a serial date number!is the Treasury bill's discount rate"
},
"TBILLYIELD": {
"a": "(settlement; maturity; pr)",
"d": "傳回國庫卷的收益",
"ad": "is the Treasury bill's settlement date, expressed as a serial date number!is the Treasury bill's maturity date, expressed as a serial date number!is the Treasury Bill's price per $100 face value"
},
"VDB": {
"a": "(cost; salvage; life; start_period; end_period; [factor]; [no_switch])",
"d": "傳回某項固定資產某個時段間 (包括分期付款) 的折舊數總額,折舊係按倍率遞減法或其他您所指定的遞減速率計算",
"ad": "is the initial cost of the asset!is the salvage value at the end of the life of the asset!is the number of periods over which the asset is being depreciated (sometimes called the useful life of the asset)!is the starting period for which you want to calculate the depreciation, in the same units as Life!is the ending period for which you want to calculate the depreciation, in the same units as Life!is the rate at which the balance declines, 2 (double-declining balance) if omitted!switch to straight-line depreciation when depreciation is greater than the declining balance = FALSE or omitted; do not switch = TRUE"
},
"XIRR": {
"a": "(values; dates; [guess])",
"d": "傳回現金流時程的內部報酬率",
"ad": "is a series of cash flows that correspond to a schedule of payments in dates!is a schedule of payment dates that corresponds to the cash flow payments!is a number that you guess is close to the result of XIRR"
},
"XNPV": {
"a": "(rate; values; dates)",
"d": "傳回現金流時程的淨現值",
"ad": "is the discount rate to apply to the cash flows!is a series of cash flows that correspond to a schedule of payments in dates!is a schedule of payment dates that corresponds to the cash flow payments"
},
"YIELD": {
"a": "(settlement; maturity; rate; pr; redemption; frequency; [basis])",
"d": "傳回定期支付利息的證券收益",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's annual coupon rate!is the security's price per $100 face value!is the security's redemption value per $100 face value!is the number of coupon payments per year!is the type of day count basis to use"
},
"YIELDDISC": {
"a": "(settlement; maturity; pr; redemption; [basis])",
"d": "傳回貼現證券的年收益。例如,國庫債券",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's price per $100 face value!is the security's redemption value per $100 face value!is the type of day count basis to use"
},
"YIELDMAT": {
"a": "(settlement; maturity; issue; rate; pr; [basis])",
"d": "傳回證券的年收益,該證券在到期時支付利息",
"ad": "is the security's settlement date, expressed as a serial date number!is the security's maturity date, expressed as a serial date number!is the security's issue date, expressed as a serial date number!is the security's interest rate at date of issue!is the security's price per $100 face value!is the type of day count basis to use"
},
"ABS": {
"a": "(number)",
"d": "傳回一數字的絕對值,亦即無正負號的數字",
"ad": "is the real number for which you want the absolute value"
},
"ACOS": {
"a": "(number)",
"d": "傳回一數值的反餘弦值,傳回值以弧度表示,介於 0 和 Pi 之間。反餘弦值是其餘弦值為 Number 的角度。",
"ad": "is the cosine of the angle you want and must be from -1 to 1"
},
"ACOSH": {
"a": "(number)",
"d": "傳回一數值的反雙曲線餘弦值",
"ad": "is any real number equal to or greater than 1"
},
"ACOT": {
"a": "(number)",
"d": "傳回數字的反餘切值,以弧度表示,介於 0 和 Pi 之間。",
"ad": "is the cotangent of the angle you want"
},
"ACOTH": {
"a": "(number)",
"d": "傳回數字的反雙曲餘切值",
"ad": "is the hyperbolic cotangent of the angle that you want"
},
"AGGREGATE": {
"a": "(function_num; options; ref1; ...)",
"d": "傳回清單或資料庫內的彙總",
"ad": "is the number 1 to 19 that specifies the summary function for the aggregate.!is the number 0 to 7 that specifies the values to ignore for the aggregate!is the array or range of numerical data on which to calculate the aggregate!indicates the position in the array; it is k-th largest, k-th smallest, k-th percentile, or k-th quartile.!is the number 1 to 19 that specifies the summary function for the aggregate.!is the number 0 to 7 that specifies the values to ignore for the aggregate!are 1 to 253 ranges or references for which you want the aggregate"
},
"ARABIC": {
"a": "(text)",
"d": "將羅馬數字轉換為阿拉伯數字",
"ad": "is the Roman numeral you want to convert"
},
"ASC": {
"a": "( text )",
"d": "針對雙位元字元集DBCS語言將全形雙位元字元轉換為半形單位元字元。",
"ad": "is the text you want to change. If text does not contain any full-width letters, text is not changed."
},
"ASIN": {
"a": "(number)",
"d": "傳回一數值的反正弦值,傳回值以弧度表示,介於 -Pi/2 和 Pi/2 之間。",
"ad": "is the sine of the angle you want and must be from -1 to 1"
},
"ASINH": {
"a": "(number)",
"d": "傳回一數值之反雙曲線正弦值",
"ad": "is any real number equal to or greater than 1"
},
"ATAN": {
"a": "(number)",
"d": "傳回一數值之反正切值,以弧度表示,介於 -Pi/2 和 Pi/2 之間",
"ad": "is the tangent of the angle you want"
},
"ATAN2": {
"a": "(x_num; y_num)",
"d": "根據所指定的 X 及 Y 座標值,傳回反正切值。傳回值以弧度表示,介於 -Pi 及 Pi 之間,但不包含 -Pi。",
"ad": "is the x-coordinate of the point!is the y-coordinate of the point"
},
"ATANH": {
"a": "(number)",
"d": "傳回一數值的反雙曲線正切值",
"ad": "is any real number between -1 and 1 excluding -1 and 1"
},
"BASE": {
"a": "(number; radix; [min_length])",
"d": "將數字轉換為含有指定基數 (底數) 的文字表示法",
"ad": "is the number that you want to convert!is the base Radix that you want to convert the number into!is the minimum length of the returned string. If omitted leading zeros are not added"
},
"CEILING": {
"a": "(number; significance)",
"d": "將指定數字依指定乘算基數無條件捨入",
"ad": "is the value you want to round!is the multiple to which you want to round"
},
"CEILING.MATH": {
"a": "(number; [significance]; [mode])",
"d": "將數字捨入到最接近的整數,或到最接近的指定乘算基數之倍數",
"ad": "is the value you want to round!is the multiple to which you want to round!when given and nonzero this function will round away from zero"
},
"CEILING.PRECISE": {
"a": "( x; [significance] )",
"d": "回傳將數值向上取整至最接近的整數或指定倍數後的結果。",
"ad": "is the value you want to round!is the multiple to which you want to round"
},
"COMBIN": {
"a": "(number; number_chosen)",
"d": "傳回從數值物件中選取特定數量的物件所有可能排列方式的個數。若需了解如何使用此方程式,請參閱 [說明]",
"ad": "is the total number of items!is the number of items in each combination"
},
"COMBINA": {
"a": "(number; number_chosen)",
"d": "傳回指定項目數量的組合方式數目 (包括重複選取物件)",
"ad": "is the total number of items!is the number of items in each combination"
},
"COS": {
"a": "(number)",
"d": "傳回一角度之餘弦值",
"ad": "is the angle in radians for which you want the cosine"
},
"COSH": {
"a": "(number)",
"d": "傳回一數值之雙曲線餘弦值",
"ad": "is any real number"
},
"COT": {
"a": "(number)",
"d": "傳回角度的餘切值",
"ad": "is the angle in radians for which you want the cotangent"
},
"COTH": {
"a": "(number)",
"d": "傳回數字的雙曲餘切值",
"ad": "is the angle in radians for which you want the hyperbolic cotangent"
},
"CSC": {
"a": "(number)",
"d": "傳回角度的餘割值",
"ad": "is the angle in radians for which you want the cosecant"
},
"CSCH": {
"a": "(number)",
"d": "傳回角度的雙曲餘割值",
"ad": "is the angle in radians for which you want the hyperbolic cosecant"
},
"DECIMAL": {
"a": "(number; radix)",
"d": "將含有指定底數的數字文字表示法,轉換為十進位數字",
"ad": "is the number that you want to convert!is the base Radix of the number you are converting"
},
"DEGREES": {
"a": "(angle)",
"d": "將弧度轉換成角度",
"ad": "is the angle in radians that you want to convert"
},
"ECMA.CEILING": {
"a": "( x; significance )",
"d": "將數值向上取整至指定的倍數。",
"ad": "is the value you want to round!is the multiple to which you want to round"
},
"EVEN": {
"a": "(number)",
"d": "將正數 (往上進位) 與負數 (往下進位) 無條件進位為該數最接近的偶數整數",
"ad": "is the value to round"
},
"EXP": {
"a": "(number)",
"d": "傳回指數的 number 乘方值",
"ad": "is the exponent applied to the base e. The constant e equals 2.71828182845904, the base of the natural logarithm"
},
"FACT": {
"a": "(number)",
"d": "傳回一數字 的階乘。傳回 1*2*3*....* Number。",
"ad": "is the nonnegative number you want the factorial of"
},
"FACTDOUBLE": {
"a": "(number)",
"d": "傳回數字的雙階乘",
"ad": "is the value for which to return the double factorial"
},
"FLOOR": {
"a": "(number; significance)",
"d": "將一數字依指定乘算基數無條件捨位",
"ad": "is the numeric value you want to round!is the multiple to which you want to round. Number and Significance must either both be positive or both be negative"
},
"FLOOR.PRECISE": {
"a": "( x; [significance] )",
"d": "回傳將數值向下取整至最接近的整數或指定倍數後的結果。",
"ad": "is the value you want to round!is the multiple to which you want to round"
},
"FLOOR.MATH": {
"a": "(number; [significance]; [mode])",
"d": "無條件捨去到最接近的整數,或到最接近的指定乘算基數之倍數",
"ad": "is the value you want to round!is the multiple to which you want to round!when given and nonzero this function will round towards zero"
},
"GCD": {
"a": "(number1; [number2]; ...)",
"d": "傳回最大公因數",
"ad": "are 1 to 255 values"
},
"INT": {
"a": "(number)",
"d": "傳回無條件捨去後的整數值",
"ad": "is the real number you want to round down to an integer"
},
"ISO.CEILING": {
"a": "( number; [significance] )",
"d": "不論數值正負,回傳將數值向上取整至最接近的整數或指定倍數的結果。如數值或指定倍數為零則回傳零。",
"ad": "is the value you want to round!is the multiple to which you want to round"
},
"LCM": {
"a": "(number1; [number2]; ...)",
"d": "傳回最小公倍數",
"ad": "are 1 to 255 values for which you want the least common multiple"
},
"LN": {
"a": "(number)",
"d": "傳回數字的自然對數",
"ad": "is the positive real number for which you want the natural logarithm"
},
"LOG": {
"a": "(number; [base])",
"d": "依所指定的基底,傳回數字的對數。",
"ad": "is the positive real number for which you want the logarithm!is the base of the logarithm; 10 if omitted"
},
"LOG10": {
"a": "(number)",
"d": "傳回以 10 為底的對數數字",
"ad": "is the positive real number for which you want the base-10 logarithm"
},
"MDETERM": {
"a": "(array)",
"d": "傳回陣列之矩陣行列式",
"ad": "is a numeric array with an equal number of rows and columns, either a cell range or an array constant"
},
"MINVERSE": {
"a": "(array)",
"d": "傳回儲存於某陣列中之矩陣的反矩陣",
"ad": "is a numeric array with an equal number of rows and columns, either a cell range or an array constant"
},
"MMULT": {
"a": "(array1; array2)",
"d": "傳回兩陣列相乘之乘積。傳回的陣列的列數將與 array1 相同,欄數將與 array2 相同",
"ad": "is the first array of numbers to multiply and must have the same number of columns as Array2 has rows"
},
"MOD": {
"a": "(number; divisor)",
"d": "傳回兩數相除後之餘數",
"ad": "is the number for which you want to find the remainder after the division is performed!is the number by which you want to divide Number"
},
"MROUND": {
"a": "(number; multiple)",
"d": "傳回四捨五入為所需倍數的數字",
"ad": "is the value to round!is the multiple to which you want to round number"
},
"MULTINOMIAL": {
"a": "(number1; [number2]; ...)",
"d": "傳回數字集的多項式",
"ad": "are 1 to 255 values for which you want the multinomial"
},
"MUNIT": {
"a": "(dimension)",
"d": "傳回指定維度的單位矩陣",
"ad": "is an integer specifying the dimension of the unit matrix that you want to return"
},
"ODD": {
"a": "(number)",
"d": "將正數 (往上進位) 與負數 (往下進位) 無條件進位為該數最接近的奇數整數",
"ad": "is the value to round"
},
"PI": {
"a": "()",
"d": "傳回圓週率 Pi 值 (3.14159265358979 精確到小數 15 位)。",
"ad": ""
},
"POWER": {
"a": "(number; power)",
"d": "傳回數字乘幕的結果",
"ad": "is the base number, any real number!is the exponent, to which the base number is raised"
},
"PRODUCT": {
"a": "(number1; [number2]; ...)",
"d": "所有引數數字相乘之乘積。",
"ad": "are 1 to 255 numbers, logical values, or text representations of numbers that you want to multiply"
},
"QUOTIENT": {
"a": "(numerator; denominator)",
"d": "傳回除法的整數部分",
"ad": "is the dividend!is the divisor"
},
"RADIANS": {
"a": "(angle)",
"d": "將角度轉為弧度",
"ad": "is an angle in degrees that you want to convert"
},
"RAND": {
"a": "()",
"d": "大於等於 0 且小於 1 的隨機亂數,每當工作表重算時,便會傳回一個新的隨機亂數。",
"ad": ""
},
"RANDARRAY": {
"a": "([rows]; [columns]; [min]; [max]; [integer])",
"d": "傳回隨機亂數陣列",
"ad": "the number of rows in the returned array!the number of columns in the returned array!the minimum number you would like returned!the maximum number you would like returned!return an integer or a decimal value. TRUE for an integer, FALSE for a decimal number"
},
"RANDBETWEEN": {
"a": "(bottom; top)",
"d": "傳回您指定的數字之間的隨機數字",
"ad": "is the smallest integer RANDBETWEEN will return!is the largest integer RANDBETWEEN will return"
},
"ROMAN": {
"a": "(number; [form])",
"d": "將阿拉伯數字轉成羅馬字並以文字型態顯示",
"ad": "is the Arabic numeral you want to convert!is the number specifying the type of Roman numeral you want."
},
"ROUND": {
"a": "(number; num_digits)",
"d": "依所指定的位數,將數字四捨五入",
"ad": "is the number you want to round!is the number of digits to which you want to round. Negative rounds to the left of the decimal point; zero to the nearest integer"
},
"ROUNDDOWN": {
"a": "(number; num_digits)",
"d": "將一數字以趨近於零方式捨位",
"ad": "is any real number that you want rounded down!is the number of digits to which you want to round. Negative rounds to the left of the decimal point; zero or omitted, to the nearest integer"
},
"ROUNDUP": {
"a": "(number; num_digits)",
"d": "將一數字以背離於零之方式進位",
"ad": "is any real number that you want rounded up!is the number of digits to which you want to round. Negative rounds to the left of the decimal point; zero or omitted, to the nearest integer"
},
"SEC": {
"a": "(number)",
"d": "傳回角度的正割值",
"ad": "is the angle in radians for which you want the secant"
},
"SECH": {
"a": "(number)",
"d": "傳回角度的雙曲正割值",
"ad": "is the angle in radians for which you want the hyperbolic secant"
},
"SERIESSUM": {
"a": "(x; n; m; coefficients)",
"d": "傳回依據公式的冪級數總和",
"ad": "is the input value to the power series!is the initial power to which you want to raise x!is the step by which to increase n for each term in the series!is a set of coefficients by which each successive power of x is multiplied"
},
"SIGN": {
"a": "(number)",
"d": "傳回代表數字正負號的代碼: 1 代表正數0 代表數字為零,-1 代表負數",
"ad": "is any real number"
},
"SIN": {
"a": "(number)",
"d": "傳回一角度之正弦值",
"ad": "is the angle in radians for which you want the sine. Degrees * PI()/180 = radians"
},
"SINH": {
"a": "(number)",
"d": "傳回一數值之雙曲線正弦值",
"ad": "is any real number"
},
"SQRT": {
"a": "(number)",
"d": "傳回數字的正平方根",
"ad": "is the number for which you want the square root"
},
"SQRTPI": {
"a": "(number)",
"d": "傳回 (number * Pi) 的平方根",
"ad": "is the number by which p is multiplied"
},
"SUBTOTAL": {
"a": "(function_num; ref1; ...)",
"d": "傳回清單或資料庫內之小計",
"ad": "is the number 1 to 11 that specifies the summary function for the subtotal.!are 1 to 254 ranges or references for which you want the subtotal"
},
"SUM": {
"a": "(number1; [number2]; ...)",
"d": "傳回儲存格範圍中所有數字的總和",
"ad": "are 1 to 255 numbers to sum. Logical values and text are ignored in cells, included if typed as arguments"
},
"SUMIF": {
"a": "(range; criteria; [sum_range])",
"d": "計算所有符合指定條件之儲存格的總和",
"ad": "is the range of cells you want evaluated!is the condition or criteria in the form of a number, expression, or text that defines which cells will be added!are the actual cells to sum. If omitted, the cells in range are used"
},
"SUMIFS": {
"a": "(sum_range; criteria_range; criteria; ...)",
"d": "新增由特定條件或準則集所指定的儲存格",
"ad": "are the actual cells to sum.!is the range of cells you want evaluated for the particular condition!is the condition or criteria in the form of a number, expression, or text that defines which cells will be added"
},
"SUMPRODUCT": {
"a": "(array1; [array2]; [array3]; ...)",
"d": "傳回多個陣列或範圍中的各相對應元素乘積之總和",
"ad": "are 2 to 255 arrays for which you want to multiply and then add components. All arrays must have the same dimensions"
},
"SUMSQ": {
"a": "(number1; [number2]; ...)",
"d": "傳回所有引數的平方和。這些引數可以是數字、陣列、名稱,或是包含數字的儲存格參照",
"ad": "are 1 to 255 numbers, arrays, names, or references to arrays for which you want the sum of the squares"
},
"SUMX2MY2": {
"a": "(array_x; array_y)",
"d": "將兩個範圍或陣列中的各對應數值相減後再全部加總",
"ad": "is the first range or array of numbers and can be a number or name, array, or reference that contains numbers!is the second range or array of numbers and can be a number or name, array, or reference that contains numbers"
},
"SUMX2PY2": {
"a": "(array_x; array_y)",
"d": "傳回兩個陣列中各元素平方和的總和",
"ad": "is the first range or array of numbers and can be a number or name, array, or reference that contains numbers!is the second range or array of numbers and can be a number or name, array, or reference that contains numbers"
},
"SUMXMY2": {
"a": "(array_x; array_y)",
"d": "將兩個對應範圍或陣列中的各數值相減後求平方值再全部加總",
"ad": "is the first range or array of values and can be a number or name, array, or reference that contains numbers!is the second range or array of values and can be a number or name, array, or reference that contains numbers"
},
"TAN": {
"a": "(number)",
"d": "傳回一角度之正切值",
"ad": "is the angle in radians for which you want the tangent. Degrees * PI()/180 = radians"
},
"TANH": {
"a": "(number)",
"d": "傳回一數值之雙曲線正切值",
"ad": "is any real number"
},
"TRUNC": {
"a": "(number; [num_digits])",
"d": "將一數字的小數、分數部分捨去",
"ad": "is the number you want to truncate!is a number specifying the precision of the truncation, 0 (zero) if omitted"
},
"ADDRESS": {
"a": "(row_num; column_num; [abs_num]; [a1]; [sheet_text])",
"d": "根據指定的欄列號碼,傳回代表儲存格位址的字串。",
"ad": "is the row number to use in the cell reference: Row_number = 1 for row 1!is the column number to use in the cell reference. For example, Column_number = 4 for column D!specifies the reference type: absolute = 1; absolute row/relative column = 2; relative row/absolute column = 3; relative = 4!is a logical value that specifies the reference style: A1 style = 1 or TRUE; R1C1 style = 0 or FALSE!is text specifying the name of the worksheet to be used as the external reference"
},
"CHOOSE": {
"a": "(index_num; value1; [value2]; ...)",
"d": "根據所指定的索引值,從值清單中選擇值或要執行的動作。",
"ad": "specifies which value argument is selected. Index_num must be between 1 and 254, or a formula or a reference to a number between 1 and 254!are 1 to 254 numbers, cell references, defined names, formulas, functions, or text arguments from which CHOOSE selects"
},
"COLUMN": {
"a": "([reference])",
"d": "傳回參照位址之欄號",
"ad": "is the cell or range of contiguous cells for which you want the column number. If omitted, the cell containing the COLUMN function is used"
},
"COLUMNS": {
"a": "(array)",
"d": "傳回陣列或參照中的欄數。",
"ad": "is an array or array formula, or a reference to a range of cells for which you want the number of columns"
},
"FORMULATEXT": {
"a": "(reference)",
"d": "傳回以字串呈現的公式",
"ad": "is a reference to a formula"
},
"HLOOKUP": {
"a": "(lookup_value; table_array; row_index_num; [range_lookup])",
"d": "在陣列或表格的第一列尋找指定值,然後傳回指定值所在那一列 (記錄) 中您所要的欄位。",
"ad": "is the value to be found in the first row of the table and can be a value, a reference, or a text string!is a table of text, numbers, or logical values in which data is looked up. Table_array can be a reference to a range or a range name!is the row number in table_array from which the matching value should be returned. The first row of values in the table is row 1!is a logical value: to find the closest match in the top row (sorted in ascending order) = TRUE or omitted; find an exact match = FALSE"
},
"HYPERLINK": {
"a": "(link_location; [friendly_name])",
"d": "建立一個捷徑,可讓您直接開啟硬碟、網路伺服器、或網際網路上的文件",
"ad": "is the text giving the path and file name to the document to be opened, a hard drive location, UNC address, or URL path!is text or a number that is displayed in the cell. If omitted, the cell displays the Link_location text"
},
"INDEX": {
"a": "(array; row_num; [column_num]!reference; row_num; [column_num]; [area_num])",
"d": "傳回值或是位於給定範圍內特定列或欄交集處的儲存格參照",
"ad": "is a range of cells or an array constant.!selects the row in Array or Reference from which to return a value. If omitted, Column_num is required!selects the column in Array or Reference from which to return a value. If omitted, Row_num is required!is a reference to one or more cell ranges!selects the row in Array or Reference from which to return a value. If omitted, Column_num is required!selects the column in Array or Reference from which to return a value. If omitted, Row_num is required!selects a range in Reference from which to return a value. The first area selected or entered is area 1, the second area is area 2, and so on"
},
"INDIRECT": {
"a": "(ref_text; [a1])",
"d": "一文字串所指定的參照位址",
"ad": "is a reference to a cell that contains an A1- or R1C1-style reference, a name defined as a reference, or a reference to a cell as a text string!is a logical value that specifies the type of reference in Ref_text: R1C1-style = FALSE; A1-style = TRUE or omitted"
},
"LOOKUP": {
"a": "(lookup_value; lookup_vector; [result_vector]!lookup_value; array)",
"d": "從單列或單欄範圍,或是陣列中找出一元素值。其目的在於回溯相容性",
"ad": "is a value that LOOKUP searches for in Lookup_vector and can be a number, text, a logical value, or a name or reference to a value!is a range that contains only one row or one column of text, numbers, or logical values, placed in ascending order!is a range that contains only one row or column, the same size as Lookup_vector!is a value that LOOKUP searches for in Array and can be a number, text, a logical value, or a name or reference to a value!is a range of cells that contain text, number, or logical values that you want to compare with Lookup_value"
},
"MATCH": {
"a": "(lookup_value; lookup_array; [match_type])",
"d": "為符合陣列中項目的相對位置,而該陣列符合指定順序的指定值",
"ad": "is the value you use to find the value you want in the array, a number, text, or logical value, or a reference to one of these!is a contiguous range of cells containing possible lookup values, an array of values, or a reference to an array!is a number 1, 0, or -1 indicating which value to return."
},
"OFFSET": {
"a": "(reference; rows; cols; [height]; [width])",
"d": "根據所指定的參照位址取得列數及欄數的範圍。",
"ad": "is the reference from which you want to base the offset, a reference to a cell or range of adjacent cells!is the number of rows, up or down, that you want the upper-left cell of the result to refer to!is the number of columns, to the left or right, that you want the upper-left cell of the result to refer to!is the height, in number of rows, that you want the result to be, the same height as Reference if omitted!is the width, in number of columns, that you want the result to be, the same width as Reference if omitted"
},
"ROW": {
"a": "([reference])",
"d": "傳回 reference 中之列號",
"ad": "is the cell or a single range of cells for which you want the row number; if omitted, returns the cell containing the ROW function"
},
"ROWS": {
"a": "(array)",
"d": "傳回陣列或參照位址所含的列數。",
"ad": "is an array, an array formula, or a reference to a range of cells for which you want the number of rows"
},
"TRANSPOSE": {
"a": "(array)",
"d": "將垂直的儲存格範圍轉為水平範圍或反向操作。",
"ad": "is a range of cells on a worksheet or an array of values that you want to transpose"
},
"UNIQUE": {
"a": "(array; [by_col]; [exactly_once])",
"d": "從範圍或陣列傳回唯一值。",
"ad": "the range or array from which to return unique rows or columns!is a logical value: compare rows against each other and return the unique rows = FALSE or omitted; compare columns against each other and return the unique columns = TRUE!is a logical value: return rows or columns that occur exactly once from the array = TRUE; return all distinct rows or columns from the array = FALSE or omitted"
},
"VLOOKUP": {
"a": "(lookup_value; table_array; col_index_num; [range_lookup])",
"d": "在一表格的最左欄中尋找含有某特定值的欄位,再傳回同一列中某一指定欄中的值。預設情況下表格必須以遞增順序排序。",
"ad": "is the value to be found in the first column of the table, and can be a value, a reference, or a text string!is a table of text, numbers, or logical values, in which data is retrieved. Table_array can be a reference to a range or a range name!is the column number in table_array from which the matching value should be returned. The first column of values in the table is column 1!is a logical value: to find the closest match in the first column (sorted in ascending order) = TRUE or omitted; find an exact match = FALSE"
},
"XLOOKUP": {
"a": "(lookup_value; lookup_array; return_array; [if_not_found]; [match_mode]; [search_mode])",
"d": "搜尋範圍或陣列中的相符項目,並傳回第二個範圍或陣列中的對應項目。預設必須使用完全相符比對",
"ad": "is the value to search for!is the array or range to search!is the array or range to return!returned if no match is found!specify how to match lookup_value against the values in lookup_array!specify the search mode to use. By default, a first to last search will be used"
},
"CELL": {
"a": "(info_type; [reference])",
"d": "回傳儲存格的格式、位置或內容資訊。",
"ad": "is a text value that specifies what type of cell information you want to return!the cell that you want information about"
},
"ERROR.TYPE": {
"a": "(error_val)",
"d": "傳回代表錯誤值的編號",
"ad": "is the error value for which you want the identifying number, and can be an actual error value or a reference to a cell containing an error value"
},
"ISBLANK": {
"a": "(value)",
"d": "檢查某參照是否參照到空白儲存格並傳回 TRUE 或 FALSE。",
"ad": "is the cell or a name that refers to the cell you want to test"
},
"ISERR": {
"a": "(value)",
"d": "檢查某值是否為 #N/A (值無法使用) 以外的錯誤並傳回 TRUE 或 FALSE",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISERROR": {
"a": "(value)",
"d": "檢查某值是否為錯誤並傳回 TRUE 或 FALSE",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISEVEN": {
"a": "(number)",
"d": "如果數字是偶數傳回 TRUE",
"ad": "is the value to test"
},
"ISFORMULA": {
"a": "(reference)",
"d": "檢查是否為含有公式之儲存格的參照,然後傳回 TRUE 或 FALSE",
"ad": "is a reference to the cell you want to test. Reference can be a cell reference, a formula, or name that refers to a cell"
},
"ISLOGICAL": {
"a": "(value)",
"d": "檢查某值是否為邏輯值 (TRUE 或 FALSE) 並傳回 TRUE 或 FALSE",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISNA": {
"a": "(value)",
"d": "檢查某值是否為 #N/A (值無法使用) 並傳回 TRUE 或 FALSE",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISNONTEXT": {
"a": "(value)",
"d": "檢查某值是否非文字 (空白儲存格並非文字) 並傳回 TRUE 或 FALSE",
"ad": "is the value you want tested: a cell; a formula; or a name referring to a cell, formula, or value"
},
"ISNUMBER": {
"a": "(value)",
"d": "檢查某值是否為數字並傳回 TRUE 或 FALSE。",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISODD": {
"a": "(number)",
"d": "如果數字是奇數傳回 TRUE",
"ad": "is the value to test"
},
"ISREF": {
"a": "(value)",
"d": "檢查某值是否為儲存格參照並傳回 TRUE 或 FALSE。",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"ISTEXT": {
"a": "(value)",
"d": "檢查某值是否為文字並傳回 TRUE 或 FALSE。",
"ad": "is the value you want to test. Value can refer to a cell, a formula, or a name that refers to a cell, formula, or value"
},
"N": {
"a": "(value)",
"d": "將非數字轉換成數字日期轉換成序列值TRUE 轉換成 1其他值轉換成 0 (零)",
"ad": "is the value you want converted"
},
"NA": {
"a": "()",
"d": "傳回錯誤值 #N/A (無此值)。",
"ad": ""
},
"SHEET": {
"a": "([value])",
"d": "傳回參照工作表的工作表號碼",
"ad": "is the name of a sheet or a reference that you want the sheet number of. If omitted the number of the sheet containing the function is returned"
},
"SHEETS": {
"a": "([reference])",
"d": "傳回參照中的工作表數目",
"ad": "is a reference for which you want to know the number of sheets it contains. If omitted the number of sheets in the workbook containing the function is returned"
},
"TYPE": {
"a": "(value)",
"d": "傳回代表值的資料類型的整數: 值 = 1 代表數字; 2 代表文字; 4 代表邏輯值; 16 代表錯誤值; 64 代表陣列; 128 代表複合值",
"ad": "can be any value"
},
"AND": {
"a": "(logical1; [logical2]; ...)",
"d": "檢查所有的引數是否皆為 TRUE 並傳回 TRUE",
"ad": "are 1 to 255 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references"
},
"FALSE": {
"a": "()",
"d": "傳回邏輯值 FALSE。",
"ad": ""
},
"IF": {
"a": "(logical_test; [value_if_true]; [value_if_false])",
"d": "檢查是否符合某一條件,且若為 TRUE 則傳回某值,若為 FALSE 則傳回另一值",
"ad": "is any value or expression that can be evaluated to TRUE or FALSE!is the value that is returned if Logical_test is TRUE. If omitted, TRUE is returned. You can nest up to seven IF functions!is the value that is returned if Logical_test is FALSE. If omitted, FALSE is returned"
},
"IFS": {
"a": "(logical_test; value_if_true; ...)",
"d": "檢查是否符合一或多個條件,並傳回對應第一個 TRUE 條件的值",
"ad": "is any value or expression that can be evaluated to TRUE or FALSE!is the value returned if Logical_test is TRUE"
},
"IFERROR": {
"a": "(value; value_if_error)",
"d": "如果運算式錯誤傳回 value_if_error否則傳回運算式本身的值",
"ad": "is any value or expression or reference!is any value or expression or reference"
},
"IFNA": {
"a": "(value; value_if_na)",
"d": "如果運算式解析為 #N/A則傳回您所指定的值否則便傳回該運算式的結果",
"ad": "is any value or expression or reference!is any value or expression or reference"
},
"NOT": {
"a": "(logical)",
"d": "將 FALSE 變更為 TRUE或是將 TRUE 變更為 FALSE",
"ad": "is a value or expression that can be evaluated to TRUE or FALSE"
},
"OR": {
"a": "(logical1; [logical2]; ...)",
"d": "檢查是否有任一引數為 TRUE 並傳回 TRUE 或 FALSE。當所有的引數皆為 FALSE 時才會傳回 FALSE",
"ad": "are 1 to 255 conditions that you want to test that can be either TRUE or FALSE"
},
"SWITCH": {
"a": "(expression; value1; result1; [default_or_value2]; [result2]; ...)",
"d": "依據值清單評估運算式,並傳回對應至第一個相符值的結果。如果沒有相符結果,會傳回選擇性預設值",
"ad": "is an expression to be evaluated!is a value to be compared with expression!is a result to be returned if the corresponding value matches expression"
},
"TRUE": {
"a": "()",
"d": "傳回邏輯值 TRUE。",
"ad": ""
},
"XOR": {
"a": "(logical1; [logical2]; ...)",
"d": "傳回所有引數的邏輯 'Exclusive Or'",
"ad": "are 1 to 254 conditions you want to test that can be either TRUE or FALSE and can be logical values, arrays, or references"
},
"TEXTBEFORE": {
"a": "(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])",
"d": "退回分隔字元之前的文字。",
"ad": "The text you want to search for the delimiter.!The character or string to use as a delimiter.!The desired occurrence of delimiter. The default is 1. A negative number searches from the end.!Searches the text for a delimiter match. By default, a case-sensitive match is done.!Whether to match the delimiter against the end of text. By default, they're not matched.!Returned if no match is found. By default, #N/A is returned."
},
"TEXTAFTER": {
"a": "(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])",
"d": "退回分隔字元之後的文字。",
"ad": "The text you want to search for the delimiter.!The character or string to use as a delimiter.!The desired occurrence of delimiter. The default is 1. A negative number searches from the end.!Searches the text for a delimiter match. By default, a case-sensitive match is done.!Whether to match the delimiter against the end of text. By default, they're not matched.!Returned if no match is found. By default, #N/A is returned."
},
"TEXTSPLIT": {
"a": "(text, col_delimiter, [row_delimiter], [ignore_empty], [match_mode], [pad_with])",
"d": "使用分隔符號將文字分割成列或欄。",
"ad": "The text to split!Character or string to split columns by.!Character or string to split rows by.!Whether to ignore empty cells. Defaults to FALSE.!Searches the text for a delimiter match. By default, a case-sensitive match is done.!The value to use for padding. By default, #N/A is used."
},
"WRAPROWS": {
"a": "(vector, wrap_count, [pad_with])",
"d": "將列或欄向量在指定的值數之後換行。",
"ad": "The vector or reference to wrap.!The maximum number of values per row.!The value with which to pad. The default is #N/A."
},
"VSTACK": {
"a": "(array1, [array2], ...)",
"d": " 垂直堆疊陣列成一個陣列。",
"ad": "An array or reference to be stacked."
},
"HSTACK": {
"a": "(array1, [array2], ...)",
"d": " 垂直堆疊陣列成一個陣列。",
"ad": "An array or reference to be stacked."
},
"CHOOSEROWS": {
"a": "(array, row_num1, [row_num2], ...)",
"d": " 傳回陣列或參照中的列",
"ad": "The array or reference containing the rows to be returned.!The number of the row to be returned."
},
"CHOOSECOLS": {
"a": "(array, col_num1, [col_num2], ...)",
"d": " 傳回陣列或參照中的欄位。",
"ad": "The array or reference containing the columns to be returned.!The number of the column to be returned."
},
"TOCOL": {
"a": "(array, [ignore], [scan_by_column])",
"d": " 以單欄位傳回陣列。",
"ad": "The array or reference to return as a column.!Whether to ignore certain types of values. By default, no values are ignored.!Scan the array by column. By default, the array is scanned by row."
},
"TOROW": {
"a": "(array, [ignore], [scan_by_column])",
"d": "以單列傳回陣列。",
"ad": "The array or reference to return as a row.!Whether to ignore certain types of values. By default, no values are ignored.!Scan the array by column. By default, the array is scanned by row."
},
"WRAPCOLS": {
"a": "(vector, wrap_count, [pad_with])",
"d": "將列或欄向量圍繞在指定的值數之後。",
"ad": "The vector or reference to wrap.!The maximum number of values per column.!The value with which to pad. The default is #N/A."
},
"TAKE": {
"a": "(array, rows, [columns])",
"d": " 從陣列開頭或結尾置放列或欄位。",
"ad": "The array from which to take rows or columns.!The number of rows to take. A negative value takes from the end of the array.!The number of columns to take. A negative value takes from the end of the array."
},
"DROP": {
"a": "(array, rows, [columns])",
"d": " 從陣列開頭或結尾置放列或欄。",
"ad": "The array from which to drop rows or columns.!The number of rows to drop. A negative value drops from the end of the array.!The number of columns to drop. A negative value drops from the end of the array."
},
"SEQUENCE": {
"a": "(rows, [columns], [start], [step])",
"d": "傳回數字的序列",
"ad": "the number of rows to return!the number of columns to return!the first number in the sequence!the amount to increment each subsequent value in the sequence"
},
"EXPAND": {
"a": "(array, rows, [columns], [pad_with])",
"d": " 將陣列展開為指定的維度。",
"ad": "The array to expand.!The number of rows in the expanded array. If missing, rows will not be expanded.!The number of columns in the expanded array. If missing, columns will not be expanded.!The value with which to pad. The default is #N/A."
},
"XMATCH": {
"a": "(lookup_value, lookup_array, [match_mode], [search_mode])",
"d": "傳回項目在陣列中的相對位置,預設必須使用完全相符比對",
"ad": "is the value to search for!is the array or range to search!specify how to match the lookup_value against the values in lookup_array!specify the search mode to use. By default, a first to last search will be used"
},
"FILTER": {
"a": "(array, include, [if_empty])",
"d": "篩選範圍或陣列",
"ad": "the range or array to filter!an array of booleans where TRUE represents a row or column to retain!returned if no items are retained"
},
"ARRAYTOTEXT": {
"a": "(array, [format])",
"d": "傳回陣列的文字表示法",
"ad": "the array to represent as text!the format of the text"
},
"SORT": {
"a": "(array, [sort_index], [sort_order], [by_col])",
"d": "排序範圍或陣列",
"ad": "the range or array to sort!a number indicating the row or column to sort by!a number indicating the desired sort order; 1 for ascending order (default), -1 for descending order!a logical value indicating the desired sort direction: FALSE to sort by row (default), TRUE to sort by column"
},
"SORTBY": {
"a": "(array, by_array, [sort_order], ...)",
"d": "根據對應之範圍或陣列中的值排序範圍或陣列",
"ad": "the range or array to sort!the range or array to sort on!a number indicating the desired sort order; 1 for ascending order (default), -1 for descending order"
},
"GETPIVOTDATA": {
"a": "(data_field; pivot_table; [field]; [item]; ...)",
"d": "從樞紐分析表中抽選資料",
"ad": "is the name of the data field to extract data from!is a reference to a cell or range of cells in the PivotTable that contains the data you want to retrieve!field to refer to!field item to refer to"
},
"IMPORTRANGE": {
"a": "(spreadsheet_url, range_string)",
"d": "從指定的試算表匯入儲存格範圍。",
"ad": "is the URL of the spreadsheet from where data will be imported!is the range to import"
}
}