QUERY 및 ARRAYFORMULA와 같은 스프레드시트 전용 함수를 포함한 모든 함수의 구문, 예시 및 FAQ를 확인해 보세요. 구문을 외우고 싶지 않으신가요? AI가 수식을 생성해 드립니다.
QUERY
Sheets 전용범위에 SQL 같은 쿼리를 실행하여 하나의 수식으로 필터링, 정렬, 그룹화, 집계를 수행하세요.
ARRAYFORMULA
Sheets 전용수식을 전체 범위에 한 번에 적용하여 복사 없이 자동으로 아래로 채워지게 합니다.
IMPORTRANGE
Sheets 전용다른 Google Sheets 파일에서 실시간 셀 범위를 가져옵니다.
GOOGLEFINANCE
Sheets 전용주식이나 통화의 현재 또는 과거 시장 데이터를 가져옵니다.
SPLIT
Sheets 전용구분 기호로 텍스트를 별도의 열로 나눕니다.
REGEXEXTRACT
Sheets 전용정규식과 일치하는 첫 번째 부분 문자열을 추출합니다.
VLOOKUP
범위의 첫 번째 열에서 값을 찾아 같은 행의 다른 열에서 값을 반환합니다.
XLOOKUP
VLOOKUP과 HLOOKUP의 현대적 대체 — 어떤 열이든 검색하고 어떤 방향으로든 어떤 열이든 반환합니다.
INDEX
범위 내에서 지정한 행과 열 위치의 값을 반환합니다.
MATCH
행이나 열 내에서 값의 위치를 반환합니다.
IF
조건이 참일 때 한 값을, 거짓일 때 다른 값을 반환합니다.
IFS
여러 조건을 순서대로 확인하여 처음으로 참인 조건의 값을 반환합니다.
IFERROR
수식이 오류를 일으키면 사용자 지정 결과를 반환하고, 그렇지 않으면 수식의 결과를 반환합니다.
SUMIF
단일 조건을 만족하는 셀을 더합니다.
SUMIFS
여러 조건을 동시에 만족하는 셀을 더합니다.
COUNTIF
범위에서 단일 조건을 만족하는 셀을 셉니다.
COUNTIFS
여러 조건을 동시에 만족하는 셀을 셉니다.
TEXTJOIN
여러 셀이나 범위의 텍스트를 각 항목 사이에 구분 기호를 넣어 결합합니다.
DATEDIF
두 날짜 사이의 차이를 연, 월, 또는 일 단위로 계산합니다.
HLOOKUP
범위의 맨 위 행에서 값을 찾아 같은 열의 다른 행에서 값을 반환합니다.
SUM
숫자 범위를 더합니다.
AVERAGE
숫자 범위의 산술 평균을 계산합니다.
ROUND
숫자를 지정한 자릿수로 반올림합니다.
CONCAT
여러 셀이나 범위의 텍스트를 하나의 문자열로 결합합니다.
LEFT
텍스트 문자열의 시작 부분에서 지정한 개수의 문자를 반환합니다.
MID
시작 위치와 길이를 지정하여 텍스트 문자열의 가운데에서 문자를 반환합니다.
LEN
텍스트 문자열의 문자 수를 반환합니다.
TRIM
텍스트에서 여분의 공백을 제거하고 단어 사이에 공백 하나만 남깁니다.
TODAY
현재 날짜를 반환하며, 매일 자동으로 업데이트됩니다.
EOMONTH
어떤 날짜의 지정한 개월 수만큼 전 또는 후인 달의 마지막 날을 반환합니다.
AND
모든 조건이 참일 때만 TRUE를 반환합니다.
OR
적어도 하나의 조건이 참일 때 TRUE를 반환합니다.
SUMPRODUCT
배열에서 대응하는 항목을 곱하고 그 결과를 합산합니다 — 가중 합계와 다중 조건 합계에 적합합니다.
AVERAGEIF
단일 조건을 만족하는 셀의 평균을 냅니다.
MAX
범위에서 가장 큰 값을 반환합니다.
MIN
범위에서 가장 작은 값을 반환합니다.
PERCENTRANK.INC
데이터세트 내에서 값의 백분위수 순위를 반환합니다.
QUARTILE.INC
데이터 세트의 최소값, 사분위수 또는 최대값을 반환합니다.
FORECAST.LINEAR
선형 추세에서 미래 가치를 예측합니다.
COUNTA
비어 있지 않은 셀(숫자와 텍스트)을 셉니다.
RIGHT
텍스트 문자열의 끝에서 지정한 개수의 문자를 반환합니다.
FIND
한 텍스트 문자열이 다른 문자열 안에서 차지하는 위치를 반환합니다(대소문자 구분).
SUBSTITUTE
문자열 안에서 특정 텍스트가 나타나는 부분을 바꿉니다.
TEXT
숫자나 날짜를 특정 형식의 텍스트로 변환합니다.
NETWORKDAYS
주말(및 선택적 공휴일)을 제외하고 두 날짜 사이의 근무일을 셉니다.
WEEKDAY
날짜의 요일을 숫자로 반환합니다.
SWITCH
식을 값 목록과 비교하여 처음으로 일치하는 결과를 반환합니다.
CHOOSE
위치 번호를 기준으로 목록에서 값을 반환합니다.
PMT
이자율이 일정한 대출의 정기 상환액을 계산합니다.
NPV
일련의 미래 현금 흐름의 순현재가치를 계산합니다.
OFFSET
Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells.
INDIRECT
Returns the reference specified by a text string.
ADDRESS
Creates a cell reference as text, given specified row and column numbers.
ROW
Returns the row number of a reference.
COLUMN
Returns the column number of a reference.
ROWS
Returns the number of rows in a reference or array.
COLUMNS
Returns the number of columns in a reference or array.
LOOKUP
Returns a value from a range or array that matches a specified lookup value.
FILTER
Filters a range of data based on criteria you define.
SORT
Sorts the contents of a range or array.
UNIQUE
Returns a list of unique values from a range or array.
NOT
Reverses the logical value of its argument.
IFNA
Returns a specified value if the expression evaluates to an #N/A error, otherwise returns the result of the expression.
XOR
Returns the exclusive OR of all arguments.
TRUE
Returns the logical value TRUE.
FALSE
Returns the logical value FALSE.
ROUNDUP
Rounds a number up, away from zero.
ROUNDDOWN
Rounds a number down, toward zero.
MROUND
Returns a number rounded to the nearest specified multiple.
MOD
Returns the remainder after a number is divided by a divisor.
ABS
Returns the absolute value of a number.
INT
Rounds a number down to the nearest integer.
CEILING
Rounds a number up to the nearest integer or to the nearest multiple of significance.
FLOOR
Rounds a number down to the nearest multiple of significance.
POWER
Returns the result of a number raised to a given power.
SQRT
Returns the square root of a positive number.
SUBTOTAL
Returns a subtotal in a list or database.
PRODUCT
Multiplies all the numbers given as arguments and returns the product.
RAND
Returns a random number greater than or equal to 0 and less than 1.
RANDBETWEEN
Returns a random integer number between the numbers you specify.
UPPER
Converts all characters in a text string to uppercase.
LOWER
Converts all uppercase letters in a text string to lowercase.
PROPER
Capitalizes the first letter in each word of a text string and converts all other letters to lowercase.
REPLACE
Replaces part of a text string with a different text string based on the number of characters you specify.
SEARCH
Returns the position of a text string within another text string, case-insensitive.
VALUE
Converts a text string that represents a number into a number.
NUMBERVALUE
Converts text to a number in a locale-independent way.
REPT
Repeats a given text string a specified number of times.
CHAR
Returns the character specified by the code number.
CODE
Returns a numeric code for the first character in a text string.
EXACT
Checks whether two text strings are exactly the same.
CLEAN
Removes all non-printable characters from a text string.
CONCATENATE
Joins two or more text strings into one string.
NOW
Returns the current date and time formatted as a date and time.
YEAR
Returns the year corresponding to a date.
MONTH
Returns the month of a date represented by a serial number.
DAY
Returns the day of the month for a given date as a number from 1 to 31.
DATE
Returns the serial number of a particular date.
DATEVALUE
Converts a date stored as text into a serial number that Excel recognizes as a date.
EDATE
Returns the serial number of the date that is the indicated number of months before or after the start date.
WORKDAY
Returns a date that is the indicated number of working days before or after a start date.
WORKDAY.INTL
Returns the serial number of the date before or after a specified number of workdays with custom weekend parameters.
HOUR
Returns the hour of a time value as a number from 0 to 23.
MINUTE
Returns the minute component of a time value as an integer ranging from 0 to 59.
TIME
Returns the decimal number for a particular time.
YEARFRAC
Calculates the fraction of the year represented by the number of whole days between two dates.
MEDIAN
Returns the median of the given numbers.
MODE
Returns the most frequently occurring value in a dataset.
RANK
Returns the rank of a number in a list of numbers.
LARGE
Returns the k-th largest value in a data set.
SMALL
Returns the k-th smallest value in a data set.
COUNT
Counts the number of cells that contain numbers in a range or list of arguments.
COUNTBLANK
Counts the number of empty cells in a specified range of cells.
AVERAGEIFS
Returns the average of all cells that meet multiple criteria.
MAXIFS
Returns the maximum value among cells specified by a given set of conditions or criteria.
MINIFS
Returns the minimum value among cells specified by a given set of conditions or criteria.
STDEV
Estimates standard deviation based on a sample.
STDEV.P
Calculates the standard deviation based on the entire population.
VAR
Calculates the variance based on a sample of data.
CORREL
Returns the correlation coefficient between two data sets.
PERCENTILE
Returns the k-th percentile of values in a range.
QUARTILE
Returns the quartile of a data set based on percentile values from 0 to 1.
FORECAST
Calculates or predicts a future value by using existing values along a linear trend.
TREND
Returns values along a linear trend.
FREQUENCY
Calculates how often values occur within a range of values and returns a vertical array of numbers.
FV
Calculates the future value of an investment based on periodic, constant payments and a constant interest rate.
PV
Calculates the present value of a loan or an investment based on a constant interest rate.
IRR
Returns the internal rate of return for a series of cash flows represented by the numbers in values.
XIRR
Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic.
XNPV
Calculates the net present value for a schedule of cash flows that is not necessarily periodic.
RATE
Returns the interest rate per period of an annuity.
NPER
Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.
IPMT
Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate.
PPMT
Returns the payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate.
SLN
Calculates the straight-line depreciation of an asset for one period.
DB
Calculates the depreciation of an asset for a specified period using the fixed-declining balance method.
HYPERLINK
Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet.
TRANSPOSE
Converts a vertical range of cells into a horizontal range, or vice versa.
FORMULATEXT
Returns the formula at the given reference as a text string.
SORTBY
Sorts the contents of a range or array based on the values in a corresponding range or array.
HSTACK
Appends arrays horizontally and in sequence to return a larger array.
VSTACK
Appends arrays vertically to return a single combined array.
CHOOSECOLS
Returns the specified columns from an array.
CHOOSEROWS
Returns the specified rows from an array.
TOCOL
Returns the array in a single column.
LAMBDA
Creates custom, reusable functions and calls them by a friendly name.
BYROW
Applies a LAMBDA function to each row in an array and returns an array of results.
BYCOL
Applies a LAMBDA function to each column in an array and returns an array of the results.
MAP
Applies a LAMBDA function to each value in the provided arrays to create a new mapped array.
REDUCE
Reduces an array to an accumulated value by applying a LAMBDA to each element.
SCAN
Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate value.
ISBLANK
Checks whether a reference is to an empty cell and returns TRUE or FALSE.
ISERROR
Checks if a value is any error type and returns TRUE or FALSE.
ISNUMBER
Checks if a value is a number and returns TRUE or FALSE.
ISTEXT
Checks if a value is text and returns TRUE or FALSE.
ISNA
Checks whether a value is the #N/A error and returns TRUE or FALSE.
SUMSQ
Returns the sum of the squares of the arguments.
GCD
Returns the greatest common divisor of two or more integers.
LCM
Returns the least common multiple of integers.
FACT
Returns the factorial of a number.
COMBIN
Returns the number of combinations for a given number of items.
PERMUT
Returns the number of permutations for a given number of objects.
EXP
Returns e raised to the power of a given number.
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.
SIGN
Returns the sign of a number.
TRUNC
Truncates a number to an integer by removing the fractional part.
EVEN
Rounds a number up to the nearest even integer.
ODD
Rounds a number up to the nearest odd integer.
QUOTIENT
Returns the integer portion of a division operation.
SEQUENCE
Generates a list of sequential numbers in an array.
RANDARRAY
Returns an array of random numbers between 0 and 1 or within a specified range.
DOLLAR
Converts a number to text using the currency format, with the decimals rounded to the specified place.
FIXED
Rounds a number to a specified number of decimals and formats it as text with or without commas.
UNICHAR
Returns the Unicode character that corresponds to the numeric value provided.
UNICODE
Returns the number (code point) corresponding to the first character of the text.
T
Checks whether a value is text and returns the text if it is, or an empty string if it is not.
TIMEVALUE
Converts a time in the form of text to a serial number representing a time.
SECOND
Returns the seconds of a time value as an integer from 0 to 59.
WEEKNUM
Returns the week number of a specific date within a year.
ISOWEEKNUM
Returns the ISO 8601 week number of the year for a given date.
DAYS
두 날짜 사이의 일수를 반환합니다.
DAYS360
Calculates the number of days between two dates based on a 360-day year.
NETWORKDAYS.INTL
Returns the number of whole working days between two dates using custom weekend parameters.
VARA
Calculates the variance based on a sample, including numbers, text, and logical values.
AVERAGEA
Calculates the average of a list of arguments, including numbers, text, and logical values.
GEOMEAN
Returns the geometric mean of an array or range of positive numeric data.
HARMEAN
Returns the harmonic mean of a data set.
PERCENTRANK
Returns the rank of a value in a data set as a percentage of the data set.
SLOPE
Returns the slope of the linear regression line through the given data points.
INTERCEPT
Calculates the y-intercept of a linear regression line using existing x and y values.
RSQ
Returns the square of the Pearson product-moment correlation coefficient for data points in two arrays.
STANDARDIZE
Returns a normalized value from a distribution characterized by mean and standard_dev.
DDB
Returns the depreciation of an asset for a specified period using the double-declining balance method or some other specified rate.
SYD
Returns the sum-of-years' digits depreciation of an asset for a specified period.
MIRR
Calculates the modified internal rate of return for a series of periodic cash flows.
CUMIPMT
Returns the cumulative interest paid on a loan between two specified periods.
CUMPRINC
Returns the cumulative principal paid on a loan between two periods.
EFFECT
Calculates the effective annual interest rate for a given nominal annual interest rate and the number of compounding periods per year.
NOMINAL
Returns the annual nominal interest rate for a given effective interest rate and number of compounding periods per year.
PDURATION
Returns the number of periods required for an investment to reach a specified value.
RRI
Returns the equivalent interest rate for the growth of an investment.
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.
TOROW
Returns the array as a single row.
WRAPROWS
Wraps a provided row or column of values into a two-dimensional array by row.
WRAPCOLS
Wraps a provided row or column of values into columns by a specified count.
MAKEARRAY
Returns a calculated array of a specified row and column size by applying a LAMBDA function.
ISFORMULA
Checks whether a reference contains a formula and returns TRUE or FALSE.
ISREF
Checks if a value is a reference.
ISLOGICAL
Checks if a value is a logical value (TRUE or FALSE) and returns TRUE or FALSE.
ISEVEN
Returns TRUE if the number is even, and FALSE if it is odd.
ISODD
Checks whether a value is odd and returns TRUE or FALSE.
ISERR
Checks if a value is any error type except #N/A.
ISNONTEXT
Checks if a value is not text and returns TRUE or FALSE.
N
Returns a value converted to a number.
NA
Returns the error value #N/A.
TYPE
Returns an integer representing the data type of a value.
ERROR.TYPE
Returns a number corresponding to an error type.
CELL
Returns information about the formatting, location, or contents of a cell.
PI
Returns the value of the mathematical constant Pi, accurate to 15 digits.
SIN
Returns the sine of a given angle.
COS
Returns the cosine of a given angle.
TAN
Returns the tangent of a given angle.
ATAN2
Returns the arctangent of the specified x and y coordinates.
DEGREES
Converts an angle from radians to degrees.
RADIANS
Converts degrees to radians.
CEILING.MATH
Rounds a number up to the nearest integer or to the nearest multiple of significance.
FLOOR.MATH
Rounds a number down to the nearest integer or to the nearest multiple of significance.
MMULT
Returns the matrix product of two arrays.
MINVERSE
Returns the inverse matrix for the matrix stored in an array.
MDETERM
Returns the matrix determinant of an array.
MULTINOMIAL
Returns the ratio of the factorial of a sum of values to the product of factorials of those values.
SKEW
Returns the skewness of a distribution, which characterizes the degree of asymmetry of a distribution around its mean.
KURT
Returns the kurtosis of a data set.
DEVSQ
Returns the sum of squares of deviations of data points from their sample mean.
AVEDEV
Returns the average of the absolute deviations of data points from their mean.
TRIMMEAN
Returns the mean of the interior of a data set by excluding a specified percentage of data points from the top and bottom tails.
LINEST
Calculates the statistics for a line by using the 'least squares' method to calculate a straight line that best fits your data.
GROWTH
Calculates predicted exponential growth by using existing data.
ISPMT
Calculates the interest paid during a specific period of an investment.
DSUM
Adds the numbers in a column of a list or database that match conditions you specify.
DAVERAGE
Returns the average of entries in a database column that match specified conditions.
DCOUNT
Counts the number of cells containing numbers in a database that match specified conditions.
DCOUNTA
Counts the number of non-empty cells in a database column that match specified conditions.
DGET
Extracts a single record from a database that matches specified conditions.
DMAX
Returns the largest number in a column of a list or database that matches specified conditions.
DMIN
Returns the smallest number in a field of records in a database that match the specified conditions.
DPRODUCT
Multiplies the values in a particular field of records in a database that match the specified criteria.
DSTDEV
Estimates the standard deviation of a population based on a sample of entries in a database that match specified conditions.
DVAR
Estimates the variance of a population based on a sample from entries in a database that match specified conditions.
CONVERT
Converts a number from one measurement system to another.
DEC2BIN
Converts a decimal number to binary.
BIN2DEC
Converts a binary number to a decimal number.
DEC2HEX
Converts a decimal number to a hexadecimal number.
HEX2DEC
Converts a hexadecimal number to a decimal number.
BITAND
Returns a bitwise 'AND' of two numbers.
BITOR
Returns a bitwise OR of two numbers.
BITXOR
Returns a bitwise 'exclusive OR' of two numbers.
DELTA
Tests whether two values are equal.
GESTEP
Returns 1 if a number is greater than or equal to a threshold, and 0 otherwise.
ROMAN
Converts an Arabic numeral to Roman, as text.
ARABIC
Converts a Roman numeral to an Arabic numeral.
BASE
Converts a number into a text representation with the given radix (base).
DECIMAL
Converts a text representation of a number in a given base into a decimal number.
COMBINA
Returns the number of combinations with repetitions for a given number of items.
SERIESSUM
Returns the sum of a power series based on the formula: x^n + m*x^(n+m) + m^2*x^(n+2m) + ...
ACOS
Returns the arccosine of a number.
ASIN
Returns the arcsine of a number in radians.
ATAN
Returns the arctangent of a number in radians.
ACOSH
Returns the inverse hyperbolic cosine of a number.
ASINH
Returns the inverse hyperbolic sine of a number.
ATANH
Returns the inverse hyperbolic tangent of a number.
COSH
Returns the hyperbolic cosine of a number.
SINH
Returns the hyperbolic sine of a number.
TANH
Returns the hyperbolic tangent of a number.
COT
Returns the cotangent of an angle given in radians.
SEC
Returns the secant of an angle.
CSC
Returns the cosecant of an angle.
OCT2DEC
Converts an octal number to a decimal number.
DEC2OCT
Converts a decimal number to an octal number.
BIN2HEX
Converts a binary number to a hexadecimal number.
HEX2BIN
Converts a hexadecimal number to a binary number.
OCT2BIN
Converts an octal number to binary.
BIN2OCT
Converts a binary number to octal.
COMPLEX
Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj.
IMABS
Returns the absolute value (modulus) of a complex number.
IMREAL
Returns the real coefficient of a complex number in x + yi or x + yj text format.
ERF
Returns the error function integrated between lower and upper limits.
ERFC
Returns the complementary error function integrated between x and infinity.
BITLSHIFT
Shifts a number to the left by the specified number of bits.
BITRSHIFT
Shifts the bits of a number to the right by a specified number of places.
FISHER
Returns the Fisher transformation for a specified value.
FISHERINV
Returns the inverse of the Fisher transformation for a specified value.
STEYX
Returns the standard error of the predicted y-value for each x in the regression.
PEARSON
Returns the Pearson product-moment correlation coefficient of two data sets.
GAMMALN
Returns the natural logarithm of the gamma function, Γ(x).