연구하는 인생/♣COMPUTER

EXCEL FUNTION

hanngill 2008. 11. 29. 20:07


ABS Returns the absolute value of a number
ACCRINT Returns the accrued interest for a security that pays periodic interest
ACCRINTM Returns the accrued interest for a security that pays interest at maturity
ACOS Returns the arccosine of a number
ACOSH Returns the inverse hyperbolic cosine of a number
ADDRESS Returns a reference as text to a single cell in a worksheet
AMORDEGRC Returns the depreciation for each accounting period by using a depreciation coefficient
AMORLINC Returns the depreciation for each accounting period
AND Returns TRUE if all of its arguments are TRUE
AREAS Returns the number of areas in a reference
ASC Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
ASIN Returns the arcsine of a number
ASINH Returns the inverse hyperbolic sine of a number
ATAN Returns the arctangent of a number
ATAN2 Returns the arctangent from x- and y-coordinates
ATANH Returns the inverse hyperbolic tangent of a number
AVEDEV Returns the average of the absolute deviations of data points from their mean
AVERAGE Returns the average of its arguments
AVERAGEA Returns the average of its arguments, including numbers, text, and logical values
AVERAGEIF Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria
AVERAGEIFS Returns the average (arithmetic mean) of all cells that meet multiple criteria.
BAHTTEXT Converts a number to text, using the ß (baht) currency format
BESSELI Returns the modified Bessel function In(x)
BESSELJ Returns the Bessel function Jn(x)
BESSELK Returns the modified Bessel function Kn(x)
BESSELY Returns the Bessel function Yn(x)
BETADIST Returns the beta cumulative distribution function
BETAINV Returns the inverse of the cumulative distribution function for a specified beta distribution
BIN2DEC Converts a binary number to decimal
BIN2HEX Converts a binary number to hexadecimal
BIN2OCT Converts a binary number to octal
BINOMDIST Returns the individual term binomial distribution probability
CALL Calls a procedure in a dynamic link library or code resource
CEILING Rounds a number to the nearest integer or to the nearest multiple of significance
CELL Returns information about the formatting, location, or contents of a cell
CHAR Returns the character specified by the code number
CHIDIST Returns the one-tailed probability of the chi-squared distribution
CHIINV Returns the inverse of the one-tailed probability of the chi-squared distribution
CHITEST Returns the test for independence
CHOOSE Chooses a value from a list of values
CLEAN Removes all nonprintable characters from text
CODE Returns a numeric code for the first character in a text string
COLUMN Returns the column number of a reference
COLUMNS Returns the number of columns in a reference
COMBIN Returns the number of combinations for a given number of objects
COMPLEX Converts real and imaginary coefficients into a complex number
CONCATENATE Joins several text items into one text item
CONFIDENCE Returns the confidence interval for a population mean
CONVERT Converts a number from one measurement system to another
CORREL Returns the correlation coefficient between two data sets
COS Returns the cosine of a number
COSH Returns the hyperbolic cosine of a number
COUNT Counts how many numbers are in the list of arguments
COUNTA Counts how many values are in the list of arguments
COUNTBLANK Counts the number of blank cells within a range
COUNTIF Counts the number of cells within a range that meet the given criteria
COUNTIFS Counts the number of cells within a range that meet multiple criteria
COUPDAYBS Returns the number of days from the beginning of the coupon period to the settlement date
COUPDAYS Returns the number of days in the coupon period that contains the settlement date
COUPDAYSNC Returns the number of days from the settlement date to the next coupon date
COUPNCD Returns the next coupon date after the settlement date
COUPNUM Returns the number of coupons payable between the settlement date and maturity date
COUPPCD Returns the previous coupon date before the settlement date
COVAR Returns covariance, the average of the products of paired deviations
CRITBINOM Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
CUBEKPIMEMBER Returns a key performance indicator (KPI) name, property, and measure, and displays the name and property in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance.
CUBEMEMBER Returns a member or tuple in a cube hierarchy. Use to validate that the member or tuple exists in the cube.
CUBEMEMBERPROPERTY Returns the value of a member property in the cube. Use to validate that a member name exists within the cube and to return the specified property for this member.
CUBERANKEDMEMBER Returns the nth, or ranked, member in a set. Use to return one or more elements in a set, such as the top sales performer or top 10 students.
CUBESET Defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Office Excel.
CUBESETCOUNT Returns the number of items in a set.
CUBEVALUE Returns an aggregated value from a cube.
CUMIPMT Returns the cumulative interest paid between two periods
CUMPRINC Returns the cumulative principal paid on a loan between two periods
DATE Returns the serial number of a particular date
DATEVALUE Converts a date in the form of text to a serial number
DAVERAGE Returns the average of selected database entries
DAY Converts a serial number to a day of the month
DAYS360 Calculates the number of days between two dates based on a 360-day year
DB Returns the depreciation of an asset for a specified period by using the fixed-declining balance method
DCOUNT Counts the cells that contain numbers in a database
DCOUNTA Counts nonblank cells in a database
DDB Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify
DEC2BIN Converts a decimal number to binary
DEC2HEX Converts a decimal number to hexadecimal
DEC2OCT Converts a decimal number to octal
DEGREES Converts radians to degrees
DELTA Tests whether two values are equal
DEVSQ Returns the sum of squares of deviations
DGET Extracts from a database a single record that matches the specified criteria
DISC Returns the discount rate for a security
DMAX Returns the maximum value from selected database entries
DMIN Returns the minimum value from selected database entries
DOLLAR Converts a number to text, using the $ (dollar) currency format
DOLLARDE Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number
DOLLARFR Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction
DPRODUCT Multiplies the values in a particular field of records that match the criteria in a database
DSTDEV Estimates the standard deviation based on a sample of selected database entries
DSTDEVP Calculates the standard deviation based on the entire population of selected database entries
DSUM Adds the numbers in the field column of records in the database that match the criteria
DURATION Returns the annual duration of a security with periodic interest payments
DVAR Estimates variance based on a sample from selected database entries
DVARP Calculates variance based on the entire population of selected database entries
EDATE Returns the serial number of the date that is the indicated number of months before or after the start date
EFFECT Returns the effective annual interest rate
EOMONTH Returns the serial number of the last day of the month before or after a specified number of months
ERF Returns the error function
ERFC Returns the complementary error function
ERROR.TYPE Returns a number corresponding to an error type
EUROCONVERT Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)
EVEN Rounds a number up to the nearest even integer
EXACT Checks to see if two text values are identical
EXP Returns e raised to the power of a given number
EXPONDIST Returns the exponential distribution
FACT Returns the factorial of a number
FACTDOUBLE Returns the double factorial of a number
FDIST Returns the F probability distribution
FIND, FINDB Finds one text value within another (case-sensitive)
FINV Returns the inverse of the F probability distribution
FISHER Returns the Fisher transformation
FISHERINV Returns the inverse of the Fisher transformation
FIXED Formats a number as text with a fixed number of decimals
FLOOR Rounds a number down, toward zero
FORECAST Returns a value along a linear trend
FREQUENCY Returns a frequency distribution as a vertical array
FTEST Returns the result of an F-test
FV Returns the future value of an investment
FVSCHEDULE Returns the future value of an initial principal after applying a series of compound interest rates
GAMMADIST Returns the gamma distribution
GAMMAINV Returns the inverse of the gamma cumulative distribution
GAMMALN Returns the natural logarithm of the gamma function, Γ(x)
GCD Returns the greatest common divisor
GEOMEAN Returns the geometric mean
GESTEP Tests whether a number is greater than a threshold value
GETPIVOTDATA Returns data stored in a PivotTable report
GROWTH Returns values along an exponential trend
HARMEAN Returns the harmonic mean
HEX2BIN Converts a hexadecimal number to binary
HEX2DEC Converts a hexadecimal number to decimal
HEX2OCT Converts a hexadecimal number to octal
HLOOKUP Looks in the top row of an array and returns the value of the indicated cell
HOUR Converts a serial number to an hour
HYPERLINK Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet
HYPGEOMDIST Returns the hypergeometric distribution
IF Specifies a logical test to perform
IFERROR Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula
IMABS Returns the absolute value (modulus) of a complex number
IMAGINARY Returns the imaginary coefficient of a complex number
IMARGUMENT Returns the argument theta, an angle expressed in radians
IMCONJUGATE Returns the complex conjugate of a complex number
IMCOS Returns the cosine of a complex number
IMDIV Returns the quotient of two complex numbers
IMEXP Returns the exponential of a complex number
IMLN Returns the natural logarithm of a complex number
IMLOG10 Returns the base-10 logarithm of a complex number
IMLOG2 Returns the base-2 logarithm of a complex number
IMPOWER Returns a complex number raised to an integer power
IMPRODUCT Returns the product of from 2 to 29 complex numbers
IMREAL Returns the real coefficient of a complex number
IMSIN Returns the sine of a complex number
IMSQRT Returns the square root of a complex number
IMSUB Returns the difference between two complex numbers
IMSUM Returns the sum of complex numbers
INDEX Uses an index to choose a value from a reference or array
INDIRECT Returns a reference indicated by a text value
INFO Returns information about the current operating environment
INT Rounds a number down to the nearest integer
INTERCEPT Returns the intercept of the linear regression line
INTRATE Returns the interest rate for a fully invested security
IPMT Returns the interest payment for an investment for a given period
IRR Returns the internal rate of return for a series of cash flows
ISBLANK Returns TRUE if the value is blank
ISERR Returns TRUE if the value is any error value except #N/A
ISERROR Returns TRUE if the value is any error value
ISEVEN Returns TRUE if the number is even
ISLOGICAL Returns TRUE if the value is a logical value
ISNA Returns TRUE if the value is the #N/A error value
ISNONTEXT Returns TRUE if the value is not text
ISNUMBER Returns TRUE if the value is a number
ISODD Returns TRUE if the number is odd
ISPMT Calculates the interest paid during a specific period of an investment
ISREF Returns TRUE if the value is a reference
ISTEXT Returns TRUE if the value is text
JIS Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
KURT Returns the kurtosis of a data set
LARGE Returns the k-th largest value in a data set
LCM Returns the least common multiple
LEFT, LEFTB Returns the leftmost characters from a text value
LEN, LENB Returns the number of characters in a text string
LINEST Returns the parameters of a linear trend
LN Returns the natural logarithm of a number
LOG Returns the logarithm of a number to a specified base
LOG10 Returns the base-10 logarithm of a number
LOGEST Returns the parameters of an exponential trend
LOGINV Returns the inverse of the lognormal distribution
LOGNORMDIST Returns the cumulative lognormal distribution
LOOKUP Looks up values in a vector or array
LOWER Converts text to lowercase
MATCH Looks up values in a reference or array
MAX Returns the maximum value in a list of arguments
MAXA Returns the maximum value in a list of arguments, including numbers, text, and logical values
MDETERM Returns the matrix determinant of an array
MDURATION Returns the Macauley modified duration for a security with an assumed par value of $100
MEDIAN Returns the median of the given numbers
MID, MIDB Returns a specific number of characters from a text string starting at the position you specify
MIN Returns the minimum value in a list of arguments
MINA Returns the smallest value in a list of arguments, including numbers, text, and logical values
MINUTE Converts a serial number to a minute
MINVERSE Returns the matrix inverse of an array
MIRR Returns the internal rate of return where positive and negative cash flows are financed at different rates
MMULT Returns the matrix product of two arrays
MOD Returns the remainder from division
MODE Returns the most common value in a data set
MONTH Converts a serial number to a month
MROUND Returns a number rounded to the desired multiple
MULTINOMIAL Returns the multinomial of a set of numbers
N Returns a value converted to a number
NA Returns the error value #N/A
NEGBINOMDIST Returns the negative binomial distribution
NETWORKDAYS Returns the number of whole workdays between two dates
NOMINAL Returns the annual nominal interest rate
NORMDIST Returns the normal cumulative distribution
NORMINV Returns the inverse of the normal cumulative distribution
NORMSDIST Returns the standard normal cumulative distribution
NORMSINV Returns the inverse of the standard normal cumulative distribution
NOT Reverses the logic of its argument
NOW Returns the serial number of the current date and time
NPER Returns the number of periods for an investment
NPV Returns the net present value of an investment based on a series of periodic cash flows and a discount rate
OCT2BIN Converts an octal number to binary
OCT2DEC Converts an octal number to decimal
OCT2HEX Converts an octal number to hexadecimal
ODD Rounds a number up to the nearest odd integer
ODDFPRICE Returns the price per $100 face value of a security with an odd first period
ODDFYIELD Returns the yield of a security with an odd first period
ODDLPRICE Returns the price per $100 face value of a security with an odd last period
ODDLYIELD Returns the yield of a security with an odd last period
OFFSET Returns a reference offset from a given reference
OR Returns TRUE if any argument is TRUE
PEARSON Returns the Pearson product moment correlation coefficient
PERCENTILE Returns the k-th percentile of values in a range
PERCENTRANK Returns the percentage rank of a value in a data set
PERMUT Returns the number of permutations for a given number of objects
PHONETIC Extracts the phonetic (furigana) characters from a text string
PI Returns the value of pi
PMT Returns the periodic payment for an annuity
POISSON Returns the Poisson distribution
POWER Returns the result of a number raised to a power
PPMT Returns the payment on the principal for an investment for a given period
PRICE Returns the price per $100 face value of a security that pays periodic interest
PRICEDISC Returns the price per $100 face value of a discounted security
PRICEMAT Returns the price per $100 face value of a security that pays interest at maturity
PROB Returns the probability that values in a range are between two limits
PRODUCT Multiplies its arguments
PROPER Capitalizes the first letter in each word of a text value
PV Returns the present value of an investment
QUARTILE Returns the quartile of a data set
QUOTIENT Returns the integer portion of a division
RADIANS Converts degrees to radians
RAND Returns a random number between 0 and 1
RANDBETWEEN Returns a random number between the numbers you specify
RANK Returns the rank of a number in a list of numbers
RATE Returns the interest rate per period of an annuity
RECEIVED Returns the amount received at maturity for a fully invested security
REGISTER.ID Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered
REPLACE, REPLACEB Replaces characters within text
REPT Repeats text a given number of times
RIGHT, RIGHTB Returns the rightmost characters from a text value
ROMAN Converts an arabic numeral to roman, as text
ROUND Rounds a number to a specified number of digits
ROUNDDOWN Rounds a number down, toward zero
ROUNDUP Rounds a number up, away from zero
ROW Returns the row number of a reference
ROWS Returns the number of rows in a reference
RSQ Returns the square of the Pearson product moment correlation coefficient
SEARCH, SEARCHB Finds one text value within another (not case-sensitive)
SECOND Converts a serial number to a second
SERIESSUM Returns the sum of a power series based on the formula
SIGN Returns the sign of a number
SIN Returns the sine of the given angle
SINH Returns the hyperbolic sine of a number
SKEW Returns the skewness of a distribution
SLN Returns the straight-line depreciation of an asset for one period
SLOPE Returns the slope of the linear regression line
SMALL Returns the k-th smallest value in a data set
SQL.REQUEST Connects with an external data source and runs a query from a worksheet, then returns the result as an array without the need for macro programming
SQRT Returns a positive square root
SQRTPI Returns the square root of (number * pi)
STANDARDIZE Returns a normalized value
STDEV Estimates standard deviation based on a sample
STDEVA Estimates standard deviation based on a sample, including numbers, text, and logical values
STDEVP Calculates standard deviation based on the entire population
STDEVPA Calculates standard deviation based on the entire population, including numbers, text, and logical values
STEYX Returns the standard error of the predicted y-value for each x in the regression
SUBSTITUTE Substitutes new text for old text in a text string
SUBTOTAL Returns a subtotal in a list or database
SUM Adds its arguments
SUMIF Adds the cells specified by a given criteria
SUMIFS Adds the cells in a range that meet multiple criteria
SUMPRODUCT Returns the sum of the products of corresponding array components
SUMSQ Returns the sum of the squares of the arguments
SUMX2MY2 Returns the sum of the difference of squares of corresponding values in two arrays
SUMX2PY2 Returns the sum of the sum of squares of corresponding values in two arrays
SUMXMY2 Returns the sum of squares of differences of corresponding values in two arrays
SYD Returns the sum-of-years' digits depreciation of an asset for a specified period
T Converts its arguments to text
TAN Returns the tangent of a number
TANH Returns the hyperbolic tangent of a number
TBILLEQ Returns the bond-equivalent yield for a Treasury bill
TBILLPRICE Returns the price per $100 face value for a Treasury bill
TBILLYIELD Returns the yield for a Treasury bill
TDIST Returns the Student's t-distribution
TEXT Formats a number and converts it to text
TIME Returns the serial number of a particular time
TIMEVALUE Converts a time in the form of text to a serial number
TINV Returns the inverse of the Student's t-distribution
TODAY Returns the serial number of today's date
TRANSPOSE Returns the transpose of an array
TREND Returns values along a linear trend
TRIM Removes spaces from text
TRIMMEAN Returns the mean of the interior of a data set
TRUNC Truncates a number to an integer
TTEST Returns the probability associated with a Student's t-test
TYPE Returns a number indicating the data type of a value
UPPER Converts text to uppercase
VALUE Converts a text argument to a number
VAR Estimates variance based on a sample
VARA Estimates variance based on a sample, including numbers, text, and logical values
VARP Calculates variance based on the entire population
VARPA Calculates variance based on the entire population, including numbers, text, and logical values
VDB Returns the depreciation of an asset for a specified or partial period by using a declining balance method
VLOOKUP Looks in the first column of an array and moves across the row to return the value of a cell
WEEKDAY Converts a serial number to a day of the week
WEEKNUM Converts a serial number to a number representing where the week falls numerically with a year
WEIBULL Returns the Weibull distribution
WORKDAY Returns the serial number of the date before or after a specified number of workdays
XIRR Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic
XNPV Returns the net present value for a schedule of cash flows that is not necessarily periodic
YEAR Converts a serial number to a year
YEARFRAC Returns the year fraction representing the number of whole days between start_date and end_date
YIELD Returns the yield on a security that pays periodic interest
YIELDDISC Returns the annual yield for a discounted security; for example, a Treasury bill
YIELDMAT Returns the annual yield of a security that pays interest at maturity
ZTEST Returns the one-tailed probability-value of a z-test
FALSE Returns the logical value FALSE
TRUE Returns the logical value TRUE

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 

 

데이터베이스 / 목록관리 함수

 

DAVERAGE

선택한 데이터베이스 항목의 평균을 구한다.

DCOUNT

지정한 데이터베이스와 찾을 조건에 맞는 숫자를 포함하는 셀의 개수를 센다.

DCOUNTA

지정한 데이터베이스와 찾을 조건에 맞는 비어있지 않은 셀의 개수를 센다.

DGET

데이터베이스에서 지정한 찾을 조건과 일치하는 단일 레코드를 추출한다.

DMAX

선택한 데이터베이스 항목에서 최대값을 구한다.

DMIN

선택한 데이터베이스 항목에서 최소값을 구한다.

DPRODUCT

데이터베이스에서 찾을 조건과 일치하는 레코드의 특정 필드 값을 곱한다.

 

 

DSTDEV

선택한 데이터베이스 항목의 표본을 근거로 하여 표준 편차 추정

DSTDEVP

선택한 데이터베이스 항목의 전체 모집단을 근거로 하여 표준 편차 계산.

DSUM

찾을 조건과 일치하는 데이터베이스 레코드의 필드 열 수를 더한다.

DVAR

선택한 데이터베이스 항목의 표본을 근거로 하여 분산 추정

DVARP

선택한 데이터베이스 항목의 전체 모집단을 근거로 하여 분산 계산.

SQLREQUEST

외부 데이터 원본과 연결하여 쿼리를 실행한 다음 매크로 프로그램을 사용하지 않고 배열의 형태로 결과값을 표시한다.

 

 

SUBTOTAL

목록 또는 데이터베이스에서 부분합을 구한다.

 

 

 

 

날짜 / 시간 함수

 

DATE

특정 날짜에 해당하는 날짜 일련 번호를 구한다.

DATEVALUE

문자열 형식의 날짜를 날짜 일련 번호로 변환한다.

DAY

날짜 일련 번호를 해당 날짜로 변환한다.

DAYS360

1년을 360일로 계산할 때 두 날짜 사이의 날 수를 구한다.

EDATE

시작일로부터 지정한 개월 수 이전 또는 이후 날짜에 해당하는 날짜 일련 번호를 구한다.

EOMONTH

지정한 개월 이전 또는 이후 달의 마지막 날에 해당하는 날짜 일련 번호를 구한다.

HOUR

날짜 일련 번호에 해당하는 시간을 구한다.

MINUTE

날짜 일련 번호에 해당하는 분을 구한다.

MONTH

날짜 일련 번호에 해당하는 달을 구한다.

NETWORKDAYS

두 날짜 사이의 전체 작업일 수를 구한다.

NOW

현재 날짜와 시간에 해당하는 날짜 일련 번호를 구한다.

SECOND

날짜 일련 번호에 해당하는 초를 구한다.

TIME

특정 시간에 해당하는 날짜 일련 번호를 구한다.

TIMEVALUE

문자열 형식의 시간에 해당하는 날짜 일련 번호를 구한다.

TODAY

오늘 날짜에 해당하는 날짜 일련 번호를 구한다.

WEEKDAY

날짜 일련 번호에 해당하는 요일을 구한다.

WORKDAY

지정한 작업일 수 이전 또는 이후 날짜의 날짜 일련 번호를 구한다.

YEAR

날짜 일련 번호에 해당하는 연도를 구한다.

YEARFRAC

시작일과 종료일 사이의 전체 일 수에 해당하는 일년 길이에 대한 비율을 구한다.

 

 

 

 

DDE / 외부연결 함수

 

CALL

동적 연결 라이브러리나 코드 리소스 프로시저를 호출한다.

REGISTER.ID

이미 등록된 특정 동적 연결 라이브러리(DLL)나 코드 리소스의 등록 ID를 구한다.

SQLREQUEST

외부 데이터와 연결하여 워크시트로부터 쿼리를 실행한 다음 매크로 프로그램을 사용하지 않고 배열의 형태로 결과값을 표시한다.

 

 

 

 

공학함수

 

BESSELI

수정 Bessel 함수 In(x)를 표시한다.

BESSELJ

수정 Bessel 함수 Jn(x)를 표시한다.

BESSELK

수정 Bessel 함수 Kn(x)를 표시한다.

BESSELY

수정 Bessel 함수 Yn(x)를 표시한다.

BIN2DEC

2진수를 10진수로 변환한다.

BIN2HEX

2진수를 16진수로 변환한다.

BIN2OCT

2진수를 8진수로 변환한다.

COMPLEX

실수부와 허수부 계수를 복소수로 변환한다.

CONVERT

한 측정 단위로 표시된 수를 다른 단위로 변환한다.

DEC2BIN

10진수를 2진수로 변환한다.

DEC2HEX

10진수를 16진수로 변환한다.

DEC2OCT

10진수를 8진수로 변환한다.

DELTA

두 값이 같은지 검사한다.

ERF

오류 함수를 표시한다.

ERFC

오류 함수의 여함수를 구한다.

GESTEP

숫자가 한계값보다 큰지 검사한다.

HEX2BIN

16진수를 2진수로 변환한다.

HEX2DEC

16진수를 10진수로 변환한다.

HEX2OCT

16진수를 8진수로 변환한다.

IMABS

복소수의 절대값을 구한다.

IMAGINARY

복소수의 허수부 계수를 구한다.

IMARGUMENT

인수 값(라디안 단위로 표시한 각의 크기)을 구한다.

IMCONJUGATE

복소수의 켤레 복소수를 구한다.

IMCOS

복소수의 코사인 값을 구한다.

IMDIV

복소수의 몫을 구한다.

IMEXP

복소수의 지수를 구한다.

IMLN

복소수의 자연 로그를 구한다.

IMLOG10

복소수의 밑이 10로 하는 로그를 구한다.

IMLOG2

복소수의 밑을 2로 하는 로그를 구한다.

IMPOWER

복소수의 멱을 구한다.

IMPRODUCT

두 복소수의 곱을 구한다.

IMREAL

복소수의 실수부 계수를 구한다.

IMSIN

복소수의 사인값을 구한다.

IMSQRT

복소수의 제곱근을 구한다.

IMSUB

두 복소수의 차를 구한다.

IMSUM

복소수의 합을 구한다.

OCT2BIN

8진수를 2진수로 변환한다.

OCT2DEC

8진수를 10진수로 변환한다.

OCT2HEX

8진수를 16진수로 변환한다.

SQRTPI

(number * PI)의 제곱근을 구한다.

 

 

 

 

재무함수

 

ACCRINT

정기적으로 이자를 지급하는 채권의 누계 이자를 구한다.

ACCRINTM

만기시 이자가 지급되는 채권의 누계 이자를 구한다.

AMORDEGRC

매 회계 기간 중의 감가상각액을 구한다.

AMORLINC

매 회계 기간 중의 감가상각액을 구한다.

COUPDAYBS

이수 기간의 시작일에서 결산일까지 날 수를 구한다.

COUPDAYS

결산일을 포함하는 이수 기간의 날 수를 구한다.

COUPDAYSNC

결산일에서 다음 이자 지급일까지의 날 수를 구한다.

COUPNCD

결산일 이후 다음 이자 지급일을 구한다.

COUPNUM

결산일과 만기일 사이의 이자 지급 횟수를 구한다.

COUPPCD

결산일 이전의 이자 지급일을 구한다.

CUMIPMT

두 기간 사이의 지급 이자 누계를 구한다.

CUMPRINC

두 기간 사이에 납입하는 대출 원금의 누계를 구한다.

DB

지정된 상각 기간 중 자산의 감가 상각액을 정율법으로 구한다.

DDB

지정된 상각 기간 중 자산의 감가 상각액을 이중 체감법 또는 지정한 방법으로 구한다.

DISC

채권 할인율을 구한다.

DOLLARDE

분수로 표시된 금액을 십진수 금액으로 환산한다.

DOLLARFR

십진수 금액을 분수로 환산한다.

DURATION

정기적으로 이자를 지급하는 채권의 연중 기간을 구한다.

EFFECT

명목 연 이율을 구한다.

FV

투자액의 미래 가치를 구한다.

FVSCHEDULE

일련의 복리율을 적용하여 최초 원금의 미래 가치를 구한다.

INTRATE

완전 투자 채권의 이율을 구한다.

IPMT

일정 기간 동안 투자액에 대한 이자 지급액을 구한다.

IRR

일련의 현금 흐름에 대한 내부 회수율을 구한다.

MDURATION

액면가 100원인 채권의 수정된 Macauley duration을 구한다.

MIRR

수입/지출의 현금 흐름이 다른 이율일 때 내부 회수율을 구한다.

NOMINAL

명목 연 이율을 구한다.

NPER

투자 기간 수를 구한다.

NPV

정기적인 현금 흐름과 할인율을 기초로 투자액의 순 현재 가치를 구한다.

ODDFPRICE

첫 이수 기간이 경상 이수 기간과 다른 채권의 액면가 100원당 가격을 구한다.

ODDFYIELD

첫 이수 기간이 경상 이수 기간과 다른 채권의 연 수익율을 구한다.

ODDLPRICE

마지막 이수 기간이 경상 이수 기간과 다른 채권의 액면가 100원당 가격을 구한다.

ODDLYIELD

마지막 이수 기간이 경상 이수 기간과 다른 채권의 연 수익율을 구한다.

PMT

연금의 기간 지급액을 구한다.

PPMT

주어진 기간동안 투자 원금의 지급액을 구한다.

PRICE

정기적으로 이자를 지급하는 채권의 액면가 100원당 가격을 구한다.

PRICEDISC

할인된 채권의 액면가 100원당 가격을 구한다.

PRICEMAT

만기시 이자를 지급하는 채권의 액면가 100원당 가격을 구한다.

PV

투자액의 현재 가치를 구한다.

RATE

연금의 기간 당 이율을 구한다.

RECEIVED

완전 투자 증권의 만기시 수령액을 구한다.

SLN

일정 기간 동안 자산의 감가 상각액을 정액법으로 구한다.

SYD

지정된 상각 기간 중의 자산의 감가 상각액을 연수 합계법으로 구한다.

TBILLEQ

정부 발행 어음을 채권으로 간주할 때의 연 수익율을 구한다.

TBILLPRICE

정부 발행 어음의 액면가 100원당 가격을 구한다.

TBILLYIELD

정부 발행 어음의 연 수익율을 구한다.

VDB

이중 체감법을 사용하여 지정된 기간에 대한 자산의 감가 상각액을 구한다.

XIRR

반드시 주기적이지는 않은 현금 흐름에 대한 내부 회수율을 구한다.

XNPV

반드시 주기적이지는 않은 현금 흐름에 대한 순 현재 가치를 구한다.

YIELD

정기적으로 이자를 지급하는 채권의 연 수익율을 구한다.

YIELDDISC

할인한 채권의 연 수익율을 구한다. 예를 들어 정부 발행 어음.

YIELDMAT

만기시 이자를 지급하는 채권의 연 수익율을 구한다.

 

 

 

 

정보함수

 

CELL

셀의 서식, 위치, 내용에 대한 정보를 표시한다.

COUNTBLANK

범위 안에 있는 빈 셀의 개수를 구한다.

ERROR.TYPE

오류 종류에 해당하는 번호를 표시한다.

INFO

현재 운영 체제 환경에 대한 정보를 표시한다.

ISBLANK

값이 없으면 TRUE를 표시한다.

ISERR

#N/A를 제외한 오류값이면 TRUE를 표시한다.

ISERROR

오류값이면 TRUE를 표시한다.

ISEVEN

짝수이면 TRUE를 표시한다.

ISLOGICAL

논리값이면 TRUE를 표시한다.

ISNA

#N/A 오류값이면 TRUE를 표시한다.

ISNONTEXT

문자열이 아니면 TRUE를 표시한다.

ISNUMBER

숫자이면 TRUE를 표시한다.

ISODD

홀수이면 TRUE를 표시한다.

ISREF

참조영역이면 TRUE를 표시한다.

ISTEXT

문자열이면 TRUE를 표시한다.

N

숫자로 변환한 값을 표시한다.

NA

#N/A 오류값을 표시한다.

TYPE

지정한 데이터 종류로 숫자를 표시한다.

 

 

 

 

논리함수

 

AND

모든 인수가 TRUE이면 TRUE를 표시한다.

FALSE

논리값 FALSE를 표시한다.

IF

수행할 논리 검사를 정의한다.

NOT

인수 논리값의 역을 구한다.

OR

인수가 하나라도 TRUE이면 TRUE를 표시한다.

TRUE

논리값 TRUE를 표시한다.

 

 

 

 

찾기 참조영역 함수

 

ADDRESS

워크시트에 있는 단일 셀의 참조를 문자열로 표시한다.

AREAS

참조 영역의 영역 수를 구한다.

CHOOSE

값의 목록에서 값을 선택한다.

COLUMN

참조 영역의 열 번호를 구한다.

COLUMNS

참조 영역에서 열의 수를 구한다.

HLOOKUP

배열의 첫 행에서 특정 값을 찾아 지정한 셀에 넣는다.

INDEX

지수를 사용하여 참조 영역이나 배열에서 값을 선택한다.

INDIRECT

문자열 값이 지정한 참조 영역을 표시한다.

LOOKUP

백터나 배열 값을 찾는다.

MATCH

참조 영역이나 배열에서 값을 찾는다.

OFFSET

주어진 참조 영역으로부터 일정거리에 있는 참조 영역을 표시한다.

ROW

참조 영역의 행 번호를 표시한다.

ROWS

참조 영역에 있는 행의 수를 표시한다.

TRANSPOSE

배열의 행과 열을 바꾼다.

VLOOKUP

배열의 첫 열부터 행을 따라서 값을 찾은 다음 해당 셀 값을 표시한다.

 

 

 

 

수학 / 삼각 함수

 

ABS

절대값을 구한다.

ACOS

아크코사인값을 구한다.

ACOSH

역 하이퍼볼릭 코사인값을 구한다.

ASIN

아크사인값을 구한다.

ASINH

역 하이퍼볼릭 사인값을 구한다.

ATAN

아크탄젠트값을 구한다.

ATAN2

좌표에서 아크탄젠트값을 구한다.

ATANH

역 하이퍼블릭 탄젠트값을 구한다.

CEILING

올림을 하여 가장 가까운 정수나 배수를 구한다.

COMBIN

주어진 개체로 만들 수 있는 조합의 수를 구한다.

COS

코사인값을 구한다.

COSH

하이퍼블릭 코사인값을 구한다.

COUNTIF

주어진 찾을 조건과 일치하는 범위의 값이 들어 있는 셀 개수를 구한다.

DEGREES

라디안을 각도롤 변환한다.

EVEN

올림하여 가장 가까운 짝수를 구한다.

EXP

거듭제곱을 구한다.

FACT

계승값을 구한다.

FACTDOUBLE

이중 계승값을 구한다.

FLOOR

버림을 하여 0으로 만든다.

GCD

최대공약수를 구한다.

INT

버림을 하여 가장 가가운 정수로 만든다.

LCM

최소공배수를 구한다.

LN

자연 로그값을 구한다.

LOG

지정한 수를 밑으로 하는 로그값을 구한다.

LOG10

10을 밑으로 하는 로그값을 구한다.

MDETERM

배열로 저장된 행렬식을 표시한다.

MINVERSE

배열로 저장된 행렬의 역행렬을 표시한다.

MMULT

두 배열의 행렬 곱을 구한다.

MOD

나눗셈의 나머지를 구한다.

MROUND

원하는 배수로 반올림한다.

MULTINOMIAL

계승값을 구한다.

ODD

올림하여 가장 가까운 홀수를 구한다.

PI

Pi 값을 구한다.

POWER

거듭제곱값을 구한다.

PRODUCT

인수의 곱을 구한다.

QUOTIENT

나눗셈의 몫을 구한다.

RADIANS

각도를 라디안으로 환산한다.

RAND

0에서 1사이의 난수를 구한다.

RANDBETWEEN

지정한 두 수 사이의 난수를 구한다.

ROMAN

아라비아 숫자를 문자열인 로마 숫자로 변환한다.

ROUND

특정 자리수로 반올림한다.

ROUNDDOWN

버림을 하여 0으로 만든다.

ROUNDUP

0에서 멀어지도록 올림한다.

SERIESSUM

수식을 기초로 멱급수 합을 구한다.

SIGN

숫자의 부호를 표시한다.

SIN

주어진 각도의 사인값을 구한다.

SINH

숫자의 하이퍼블릭 사인값을 구한다.

SQRT

양의 제곱근을 구한다.

SQRTPI

(number * PI)의 제곱근을 구한다.

SUM

인수들의 합을 구한다.

SUMIF

주어진 조건으로 정의된 모든 셀들의 합을 구한다.

SUMPRODUCT

대응하는 배열 요소끼리의 곱을 모두 더한다.

SUMSQ

인수들의 제곱의 합을 구한다.

SUMX2MY2

두 배열에서 대응하는 값끼리 각각의 제곱의 차를 모두 더한다.

SUMX2PY2

두 배열에서 대응하는 값의 제곱의 합을 모두 더한다.

SUMXMY2

두 배열에서 대응하는 값의 차의 제곱을 모두 더한다.

TAN

탄젠트값을 구한다.

TANH

하이퍼블릭 탄젠트값을 구한다.

TRUNC

소수점 이하를 버리고 정수로 만든다.

 

 

 

 

통계함수

 

AVEDEV

평균으로부터 데이터의 절대 편차의 평균을 구한다.

AVERAGE

모든 인수들의 평균을 구한다.

BETADIST

누적 베타 확률 밀도 함수값을 구한다.

BETAINV

누적 베타 확률 밀도 함수의 역함수를 구한다.

BINOMDIST

각 항목의 이항 분포 확률값을 구한다.

CHIDIST

카이 제곱 분포의 단측 검정 확률값을 구한다.

CHIINV

카이 제곱 분포 단측 검정 확률의 역을 구한다.

CHITEST

독립 검정을 한다.

CONFIDENCE

모집단 평균의 신뢰 구간을 표시한다.

CORREL

두 데이터 집합 사이의 상관계수를 표시한다.

COUNT

인수 목록에서 인수 개수를 구한다.

COUNTA

인수 목록에서 값의 개수를 구한다.

COVAR

각 데이터 쌍의 공분산을 표시한다.

CRITBINOM

누적 이항 분포가 기준값 이하가 되는 최소값을 구한다.

DEVSQ

편차의 제곱 합을 구한다.

EXPONDIST

지수 분포의 확률값을 구한다.

FDIST

F 확률 분포값을 구한다.

FINV

F 확률 분포값의 역을 구한다.

FISHER

피셔 변환값을 구한다.

FISHERINV

피셔 변환의 역함수를 구한다.

FORECAST

선형 추세값을 구한다.

FREQUENCY

수직 배열 형태의 도수 분포를 구한다.

FTEST

F 검정 결과를 표시한다.

GAMMADIST

감마 분포의 확률값을 구한다.

GAMMAINV

감마 누적 분포의 역을 구한다.

GAMMALN

감마 함수 G(x)의 자연 로그값을 구한다.

GEOMEAN

기하 평균을 구한다.

GROWTH

회귀 지수의 추세값을 구한다.

HARMEAN

조화 평균을 구한다.

HYPGEOMDIST

초기하 분포의 확률값을 구한다.

INTERCEPT

선형 회귀선의 절편을 구한다.

KURT

데이터의 첨도를 구한다.

LARGE

데이터 집합에서 k번째로 큰값을 구한다.

LINEST

선형 추세의 매개 변수를 표시한다.

LOGEST

지수 추세의 매개 변수를 표시한다.

LOGINV

로그 분포의 역을 구한다.

LOGNORMDIST

로그 정규 누적 분포를 구한다.

MAX

인수 목록의 최대값을 표시한다.

MEDIAN

주어진 수들의 중앙값을 표시한다.

MIN

인수 목록의 최소값을 표시한다.

MODE

데이터 집합에서 가장 많은 값을 표시한다.

NEGBINOMDIST

음 이항 분포를 구한다.

NORMDIST

누적 정규 분포의 확률값을 구한다.

NORMINV

누적 정규 분포의 역함수를 구한다.

NORMSDIST

누적 정규 분포의 확률값을 구한다.

NORMSINV

표준 누적 정규 분포의 역함수를 구한다.

PEARSON

피어슨 곱 모멘트의 상관계수를 표시한다.

PERCENTILE

범위 내에서 백분위 수가 k번째인 데이터 값을 표시한다.

PERCENTRANK

데이터 집합에서 특정 값의 백분율 순위를 표시한다.

PERMUT

주어진 개체로 만들 수 있는 순열의 개수를 구한다.

POISSON

피어슨 분포의 확률값을 구한다.

PROB

어떤 범위에서 변량이 두 한계치 사이에 들어 갈 확률을 구한다.

QUARTILE

데이터 집합의 사분위수를 구한다.

RANK

수 목록에서 특정 수의 순위를 구한다.

RSQ

피어슨 곱 모멘트 상관 계수의 제곱을 구한다.

SKEW

분포의 왜도를 구한다.

SLOPE

선형 회귀선의 기울기를 구한다.

SMALL

데이터 집합에서 k번째로 작은 값을 구한다.

STANDARDIZE

표준화된 값을 표시한다.

STDEV

표본에서 표준 편차를 추정한다.

STDEVP

전체 모집단의 표준 편차를 계산한다.

STEYX

x의 각 값에 대하여 회귀 분석에 의해 예측된 y값의 표준 오차를 구한다.

TDIST

스튜던트 t 분포의 확률값을 구한다.

TINV

스튜던트 t 분포 확률의 역을 구한다.

TREND

선형 추세값을 구한다.

TRIMMEAN

데이터 집합의 내부 평균을 구한다.

TTEST

스튜던트 t 검정에 사용되는 확률값을 구한다.

VAR

표본의 분산을 추정한다.

VARP

전체 모집단의 분산을 계산한다.

WEIBULL

와이블 분포 확률값을 구한다.

ZTEST

z 검정에서 양측 검정 P 값을 구한다.

 

 

 

 

문자열 함수

 

CHAR

코드 번호에 해당하는 문자를 표시한다.

CLEAN

문자열에서 인쇄할 수 없는 문자를 제거한다.

CODE

문자열의 첫 문자에 해당하는 숫자 코드를 표시한다.

CONCATENATE

여러 문자열 항목을 단일 문자열 항목으로 결합한다.

DOLLAR

현재 서식을 사용하여 숫자를 문자열로 변환한다.

EXACT

두 문자열의 값이 같은지 확인한다.

FIND

어떤 문자열을 다른 문자열 내에서 찾는다(대소문자 구분).

FIXED

숫자를 고정 소수점 형식의 문자열로 변환한다.

LEFT

문자열의 가장 왼쪽에 있는 문자를 표시한다.

LEN

문자열의 문자 수를 표시한다.

LOWER

문자열을 모두 소문자로 변환한다.

MID

지정한 위치에서 시작하는 문자열의 특정 문자 번호를 표시한다.

PROPER

문자열에서 각 단어의 첫 문자를 대문자로 한다.

REPLACE

문자열의 문자들을 바꾼다.

REPT

주어진 횟수만큼 문자열을 반복한다.

RIGHT

문자열에서 가장 오른쪽에 있는 문자를 표시한다.

SEARCH

어떤 문자열을 다른 문자열 내에서 찾는다(대소문자 구분하지 않음).

SUBSTITUTE

이전의 문자열을 새 문자열로 바꾼다.

T

인수를 문자열로 바꾼다.

TEXT

숫자의 서식을 지정한 다음 문자열로 변환한다.

TRIM

문자열에서 공백을 제거한다.

UPPER

문자열을 모두 대문자로 변환한다.

VALUE

문자열 인수를 수자 인수로 변환한다.

NUMBERSTRING

'연구하는 인생 > ♣COMPUTER' 카테고리의 다른 글

SUMIF, COUNTIF  (0) 2009.01.19
SUMIF, COUNTIF  (0) 2009.01.19
ADOBE FLASH PLAYER 9 ACTIVE X 를 설치 하려면  (0) 2008.11.28
[프리웨어]Adobe Flash Player for Windows (Firefox, Mozilla, Netscape   (0) 2008.11.26
NTLDR  (0) 2008.11.25