Hướng dẫn use formula in google sheets - sử dụng công thức trong google trang tính

Date DATE DATE(year, month, day) Converts a provided year, month, and day into a date. Learn more Date DATEDIF DATEDIF(start_date, end_date, unit) Calculates the number of days, months, or years between two dates. Learn more Date DATEVALUE DATEVALUE(date_string) Converts a provided date string in a known format to a date value. Learn more Date DAY DAY(date) Returns the day of the month that a specific date falls on, in numeric format. Learn more Date DAYS DAYS(end_date, start_date) Returns the number of days between two dates. Learn more.  Date DAYS360 DAYS360(start_date, end_date, [method]) Returns the difference between two days based on the 360 day year used in some financial interest calculations. Learn more Date EDATE EDATE(start_date, months) Returns a date a specified number of months before or after another date. Learn more Date EOMONTH EOMONTH(start_date, months) Returns a date representing the last day of a month which falls a specified number of months before or after another date. Learn more Date HOUR HOUR(time) Returns the hour component of a specific time, in numeric format. Learn more Date ISOWEEKNUM ISOWEEKNUM(date) Returns the number of the ISO week of the year where the provided date falls. Learn more Date MINUTE DATEDIF(start_date, end_date, unit)0 Returns the minute component of a specific time, in numeric format. Learn more Date MONTH DATEDIF(start_date, end_date, unit)1 Returns the month of the year a specific date falls in, in numeric format. Learn more Date NETWORKDAYS DATEDIF(start_date, end_date, unit)2 Returns the number of net working days between two provided days. Learn more Date NETWORKDAYS.INTL DATEDIF(start_date, end_date, unit)3  Returns the number of net working days between two provided days excluding specified weekend days and holidays. Learn more Date NOW DATEDIF(start_date, end_date, unit)4 Returns the current date and time as a date value. Learn more Date SECOND DATEDIF(start_date, end_date, unit)5 Returns the second component of a specific time, in numeric format. Learn more Date TIME DATEDIF(start_date, end_date, unit)6 Converts a provided hour, minute, and second into a time. Learn more Date TIMEVALUE DATEDIF(start_date, end_date, unit)7 Returns the fraction of a 24-hour day the time represents. Learn more Date TODAY DATEDIF(start_date, end_date, unit)8 Returns the current date as a date value. Learn more Date WEEKDAY DATEDIF(start_date, end_date, unit)9 Returns a number representing the day of the week of the date provided. Learn more Date WEEKNUM DATEVALUE(date_string)0 Returns a number representing the week of the year where the provided date falls. Learn more Date WORKDAY DATEVALUE(date_string)1 Calculates the end date after a specified number of working days. Learn more Date WORKDAY.INTL DATEVALUE(date_string)2 Calculates the date after a specified number of workdays excluding specified weekend days and holidays. Learn more Date YEAR DATEVALUE(date_string)3 Returns the year specified by a given date. Learn more Date YEARFRAC DATEVALUE(date_string)4 Returns the number of years, including fractional years, between two dates using a specified day count convention. Learn more Engineering BIN2DEC DATEVALUE(date_string)5 Converts a signed binary number to decimal format. Learn more Engineering BIN2HEX DATEVALUE(date_string)6 Converts a signed binary number to signed hexadecimal format. Learn more Engineering BIN2OCT DATEVALUE(date_string)7 Converts a signed binary number to signed octal format. Learn more Engineering BITAND DATEVALUE(date_string)8 Bitwise boolean AND of two numbers. Learn more.  Engineering BITLSHIFT DATEVALUE(date_string)9 Shifts the bits of the input a certain number of places to the left. Learn more.  Engineering BITOR DAY(date)0 Bitwise boolean OR of 2 numbers. Learn more.  Engineering BITRSHIFT DAY(date)1 Shifts the bits of the input a certain number of places to the right. Learn more.  Engineering BITXOR DAY(date)2 Bitwise XOR (exclusive OR) of 2 numbers. Learn more.  Engineering COMPLEX DAY(date)3 Creates a complex number given real and imaginary coefficients. Learn more Engineering DEC2BIN DAY(date)4 Converts a decimal number to signed binary format. Learn more Engineering DEC2HEX DAY(date)5 Converts a decimal number to signed hexadecimal format. Learn more Engineering DEC2OCT DAY(date)6 Converts a decimal number to signed octal format. Learn more Engineering DELTA DAY(date)7 Compare two numeric values, returning 1 if they're equal. Learn more Engineering ERF DAY(date)8 The ERF function returns the integral of the Gauss error function over an interval of values. Learn more. Engineering ERF.PRECISE DAY(date)9 See ERF Engineering GESTEP DAYS(end_date, start_date)0 Returns 1 if the rate is strictly greater than or equal to the provided step value or 0 otherwise. If no step value is provided then the default value of 0 will be used. Learn more.  Engineering HEX2BIN DAYS(end_date, start_date)1 Converts a signed hexadecimal number to signed binary format. Learn more Engineering HEX2DEC DAYS(end_date, start_date)2 Converts a signed hexadecimal number to decimal format. Learn more Engineering HEX2OCT DAYS(end_date, start_date)3 Converts a signed hexadecimal number to signed octal format. Learn more Engineering IMABS DAYS(end_date, start_date)4 Returns absolute value of a complex number. Learn more Engineering IMAGINARY DAYS(end_date, start_date)5 Returns the imaginary coefficient of a complex number. Learn more Engineering IMARGUMENT DAYS(end_date, start_date)6 The IMARGUMENT function returns the angle (also known as the argument or \theta) of the given complex number in radians. Learn more. Engineering IMCONJUGATE DAYS(end_date, start_date)7 Returns the complex conjugate of a number. Learn more Engineering IMCOS DAYS(end_date, start_date)8 The IMCOS function returns the cosine of the given complex number. Learn more. Engineering IMCOSH DAYS(end_date, start_date)9 Returns the hyperbolic cosine of the given complex number. For example, a given complex number "x+yi" returns "cosh(x+yi)." Learn more. Engineering IMCOT DAYS360(start_date, end_date, [method])0 Returns the cotangent of the given complex number. For example, a given complex number "x+yi" returns "cot(x+yi)." Learn more. Engineering IMCOTH DAYS360(start_date, end_date, [method])1 Returns the hyperbolic cotangent of the given complex number. For example, a given complex number "x+yi" returns "coth(x+yi)." Learn more. Engineering IMCSC DAYS360(start_date, end_date, [method])2 Returns the cosecant of the given complex number. Learn more. Engineering IMCSCH DAYS360(start_date, end_date, [method])3 Returns the hyperbolic cosecant of the given complex number. For example, a given complex number "x+yi" returns "csch(x+yi)." Learn more. Engineering IMDIV DAYS360(start_date, end_date, [method])4 Returns one complex number divided by another. Learn more Engineering IMEXP DAYS360(start_date, end_date, [method])5 Returns Euler's number, e (~2.718) raised to a complex power. Learn more. Engineering IMLOG DAYS360(start_date, end_date, [method])6 Returns the logarithm of a complex number for a specified base. Learn more. Engineering IMLOG10 DAYS360(start_date, end_date, [method])7 Returns the logarithm of a complex number with base 10. Learn more. Engineering IMLOG2 DAYS360(start_date, end_date, [method])8 Returns the logarithm of a complex number with base 2. Learn more. Engineering IMPRODUCT DAYS360(start_date, end_date, [method])9 Returns the result of multiplying a series of complex numbers together. Learn more Engineering IMREAL EDATE(start_date, months)0 Returns the real coefficient of a complex number. Learn more Engineering IMSEC EDATE(start_date, months)1 Returns the secant of the given complex number. For example, a given complex number "x+yi" returns "sec(x+yi)." Learn more. Engineering IMSECH EDATE(start_date, months)2 Returns the hyperbolic secant of the given complex number. For example, a given complex number "x+yi" returns "sech(x+yi)." Learn more. Engineering IMSIN EDATE(start_date, months)3 Returns the sine of the given complex number. Learn more. Engineering IMSINH EDATE(start_date, months)4 Returns the hyperbolic sine of the given complex number. For example, a given complex number "x+yi" returns "sinh(x+yi)." Learn more. Engineering IMSUB EDATE(start_date, months)5 Returns the difference between two complex numbers. Learn more Engineering IMSUM EDATE(start_date, months)6 Returns the sum of a series of complex numbers. Learn more Engineering IMTAN EDATE(start_date, months)7 Returns the tangent of the given complex number. Learn more. Engineering IMTANH EDATE(start_date, months)8 Returns the hyperbolic tangent of the given complex number. For example, a given complex number "x+yi" returns "tanh(x+yi)." Learn more. Engineering OCT2BIN EDATE(start_date, months)9 Converts a signed octal number to signed binary format. Learn more Engineering OCT2DEC EOMONTH(start_date, months)0 Converts a signed octal number to decimal format. Learn more Engineering OCT2HEX EOMONTH(start_date, months)1 Converts a signed octal number to signed hexadecimal format. Learn more Filter FILTER EOMONTH(start_date, months)2 Returns a filtered version of the source range, returning only rows or columns which meet the specified conditions. Learn more Filter SORT EOMONTH(start_date, months)3 Sorts the rows of a given array or range by the values in one or more columns. Learn more Filter SORTN EOMONTH(start_date, months)4 Returns the first n items in a data set after performing a sort. Learn more Filter UNIQUE EOMONTH(start_date, months)5 Returns unique rows in the provided source range, discarding duplicates. Rows are returned in the order in which they first appear in the source range. Learn more Financial ACCRINT EOMONTH(start_date, months)6 Calculates the accrued interest of a security that has periodic payments. Learn more Financial ACCRINTM EOMONTH(start_date, months)7 Calculates the accrued interest of a security that pays interest at maturity. Learn more Financial AMORLINC EOMONTH(start_date, months)8 Returns the depreciation for an accounting period, or the prorated depreciation if the asset was purchased in the middle of a period. Learn more.  Financial COUPDAYBS EOMONTH(start_date, months)9 Calculates the number of days from the first coupon, or interest payment, until settlement. Learn more Financial COUPDAYS HOUR(time)0 Calculates the number of days in the coupon, or interest payment, period that contains the specified settlement date. Learn more Financial COUPDAYSNC HOUR(time)1  Calculates the number of days from the settlement date until the next coupon, or interest payment. Learn more Financial COUPNCD HOUR(time)2 Calculates next coupon, or interest payment, date after the settlement date. Learn more Financial COUPNUM HOUR(time)3 Calculates the number of coupons, or interest payments, between the settlement date and the maturity date of the investment. Learn more Financial COUPPCD HOUR(time)4 Calculates last coupon, or interest payment, date before the settlement date. Learn more Financial CUMIPMT HOUR(time)5 Calculates the cumulative interest over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial CUMPRINC HOUR(time)6 Calculates the cumulative principal paid over a range of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial DB HOUR(time)7 Calculates the depreciation of an asset for a specified period using the arithmetic declining balance method. Learn more Financial DDB HOUR(time)8 Calculates the depreciation of an asset for a specified period using the double-declining balance method. Learn more Financial DISC HOUR(time)9 Calculates the discount rate of a security based on price. Learn more Financial DOLLARDE ISOWEEKNUM(date)0 Converts a price quotation given as a decimal fraction into a decimal value. Learn more Financial DOLLARFR ISOWEEKNUM(date)1 Converts a price quotation given as a decimal value into a decimal fraction. Learn more Financial DURATION ISOWEEKNUM(date)2 . Calculates the number of compounding periods required for an investment of a specified present value appreciating at a given rate to reach a target value. Learn more Financial EFFECT ISOWEEKNUM(date)3 Calculates the annual effective interest rate given the nominal rate and number of compounding periods per year. Learn more Financial FV ISOWEEKNUM(date)4 Calculates the future value of an annuity investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial FVSCHEDULE ISOWEEKNUM(date)5 Calculates the future value of some principal based on a specified series of potentially varying interest rates. Learn more Financial INTRATE ISOWEEKNUM(date)6  Calculates the effective interest rate generated when an investment is purchased at one price and sold at another with no interest or dividends generated by the investment itself. Learn more Financial IPMT ISOWEEKNUM(date)7 Calculates the payment on interest for an investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial IRR ISOWEEKNUM(date)8 Calculates the internal rate of return on an investment based on a series of periodic cash flows. Learn more Financial ISPMT ISOWEEKNUM(date)9 The ISPMT function calculates the interest paid during a particular period of an investment. Learn more. Financial MDURATION DATEDIF(start_date, end_date, unit)00 Calculates the modified Macaulay duration of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. Learn more Financial MIRR DATEDIF(start_date, end_date, unit)01 Calculates the modified internal rate of return on an investment based on a series of periodic cash flows and the difference between the interest rate paid on financing versus the return received on reinvested income. Learn more Financial NOMINAL DATEDIF(start_date, end_date, unit)02 Calculates the annual nominal interest rate given the effective rate and number of compounding periods per year. Learn more Financial NPER DATEDIF(start_date, end_date, unit)03  Calculates the number of payment periods for an investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial NPV DATEDIF(start_date, end_date, unit)04 Calculates the net present value of an investment based on a series of periodic cash flows and a discount rate. Learn more Financial PDURATION DATEDIF(start_date, end_date, unit)05 Returns the number of periods for an investment to reach a specific value at a given rate. Learn more. Financial PMT DATEDIF(start_date, end_date, unit)06 Calculates the periodic payment for an annuity investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial PPMT DATEDIF(start_date, end_date, unit)07 Calculates the payment on the principal of an investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial PRICE DATEDIF(start_date, end_date, unit)08 Calculates the price of a security paying periodic interest, such as a US Treasury Bond, based on expected yield. Learn more Financial PRICEDISC DATEDIF(start_date, end_date, unit)09 Calculates the price of a discount (non-interest-bearing) security, based on expected yield. Learn more Financial PRICEMAT DATEDIF(start_date, end_date, unit)10  Calculates the price of a security paying interest at maturity, based on expected yield. Learn more Financial PV DATEDIF(start_date, end_date, unit)11 Calculates the present value of an annuity investment based on constant-amount periodic payments and a constant interest rate. Learn more Financial RATE DATEDIF(start_date, end_date, unit)12 Calculates the interest rate of an annuity investment based on constant-amount periodic payments and the assumption of a constant interest rate. Learn more Financial RECEIVED DATEDIF(start_date, end_date, unit)13  Calculates the amount received at maturity for an investment in fixed-income securities purchased on a given date. Learn more Financial RRI DATEDIF(start_date, end_date, unit)14 Returns the interest rate needed for an investment to reach a specific value within a given number of periods. Learn more. Financial SLN DATEDIF(start_date, end_date, unit)15 Calculates the depreciation of an asset for one period using the straight-line method. Learn more Financial SYD DATEDIF(start_date, end_date, unit)16 Calculates the depreciation of an asset for a specified period using the sum of years digits method. Learn more Financial TBILLEQ DATEDIF(start_date, end_date, unit)17 Calculates the equivalent annualized rate of return of a US Treasury Bill based on discount rate. Learn more Financial TBILLPRICE DATEDIF(start_date, end_date, unit)18 Calculates the price of a US Treasury Bill based on discount rate. Learn more Financial TBILLYIELD DATEDIF(start_date, end_date, unit)19 Calculates the yield of a US Treasury Bill based on price. Learn more Financial VDB DATEDIF(start_date, end_date, unit)20 Returns the depreciation of an asset for a particular period (or partial period). Learn more. Financial XIRR DATEDIF(start_date, end_date, unit)21 Calculates the internal rate of return of an investment based on a specified series of potentially irregularly spaced cash flows. Learn more Financial XNPV DATEDIF(start_date, end_date, unit)22 Calculates the net present value of an investment based on a specified series of potentially irregularly spaced cash flows and a discount rate. Learn more Financial YIELD DATEDIF(start_date, end_date, unit)23 Calculates the annual yield of a security paying periodic interest, such as a US Treasury Bond, based on price. Learn more Financial YIELDDISC DATEDIF(start_date, end_date, unit)24  Calculates the annual yield of a discount (non-interest-bearing) security, based on price. Learn more Financial YIELDMAT DATEDIF(start_date, end_date, unit)25 Calculates the annual yield of a security paying interest at maturity, based on price. Learn more Google ARRAYFORMULA DATEDIF(start_date, end_date, unit)26 Enables the display of values returned from an array formula into multiple rows and/or columns and the use of non-array functions with arrays. Learn more Google DETECTLANGUAGE DATEDIF(start_date, end_date, unit)27 Identifies the language used in text within the specified range. Learn more Google GOOGLEFINANCE DATEDIF(start_date, end_date, unit)28 Fetches current or historical securities information from Google Finance. Learn more Google GOOGLETRANSLATE DATEDIF(start_date, end_date, unit)29 Translates text from one language into another Learn more Google IMAGE DATEDIF(start_date, end_date, unit)30 Inserts an image into a cell. Learn more Google QUERY DATEDIF(start_date, end_date, unit)31 Runs a Google Visualization API Query Language query across data. Learn more Google SPARKLINE DATEDIF(start_date, end_date, unit)32 Creates a miniature chart contained within a single cell. Learn more Info ERROR.TYPE DATEDIF(start_date, end_date, unit)33 Returns a number corresponding to the error value in a different cell. Learn more Info ISBLANK DATEDIF(start_date, end_date, unit)34 Checks whether the referenced cell is empty. Learn more Info ISDATE DATEDIF(start_date, end_date, unit)35 Returns whether a value is a date. Learn more.  Info ISEMAIL DATEDIF(start_date, end_date, unit)36 Checks whether a value is a valid email address. Learn more Info ISERR DATEDIF(start_date, end_date, unit)37 Checks whether a value is an error other than `#N/A`. Learn more Info ISERROR DATEDIF(start_date, end_date, unit)38 Checks whether a value is an error. Learn more Info ISFORMULA DATEDIF(start_date, end_date, unit)39 Checks whether a formula is in the referenced cell. Learn more Info ISLOGICAL DATEDIF(start_date, end_date, unit)40 Checks whether a value is `TRUE` or `FALSE`. Learn more Info ISNA DATEDIF(start_date, end_date, unit)41 Checks whether a value is the error `#N/A`. Learn more Info ISNONTEXT DATEDIF(start_date, end_date, unit)42 Checks whether a value is non-textual. Learn more Info ISNUMBER DATEDIF(start_date, end_date, unit)43 Checks whether a value is a number. Learn more Info ISREF DATEDIF(start_date, end_date, unit)44 Checks whether a value is a valid cell reference. Learn more Info ISTEXT DATEDIF(start_date, end_date, unit)45 Checks whether a value is text. Learn more Info N DATEDIF(start_date, end_date, unit)46 Returns the argument provided as a number. Learn more Info NA DATEDIF(start_date, end_date, unit)47 Returns the "value not available" error, `#N/A`. Learn more Info TYPE DATEDIF(start_date, end_date, unit)48 Returns a number associated with the type of data passed into the function. Learn more Info CELL DATEDIF(start_date, end_date, unit)49 Returns the requested information about the specified cell. Learn more Logical AND DATEDIF(start_date, end_date, unit)50 Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false. Learn more Logical FALSE DATEDIF(start_date, end_date, unit)51 Returns the logical value `FALSE`. Learn more Logical IF DATEDIF(start_date, end_date, unit)52 Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. Learn more Logical IFERROR DATEDIF(start_date, end_date, unit)53 Returns the first argument if it is not an error value, otherwise returns the second argument if present, or a blank if the second argument is absent. Learn more Logical IFNA DATEDIF(start_date, end_date, unit)54 Evaluates a value. If the value is an #N/A error, returns the specified value. Learn more. Logical IFS DATEDIF(start_date, end_date, unit)55 Evaluates multiple conditions and returns a value that corresponds to the first true condition. Learn more. Logical LAMBDA DATEDIF(start_date, end_date, unit)56 Creates and returns a custom function with a set of names and a formula_expression that uses them. To calculate the formula_expression, you can call the returned function with as many values as the name declares. Learn more Logical NOT DATEDIF(start_date, end_date, unit)57 Returns the opposite of a logical value - `NOT(TRUE)` returns `FALSE`; `NOT(FALSE)` returns `TRUE`. Learn more Logical OR DATEDIF(start_date, end_date, unit)58 Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false. Learn more Logical SWITCH DATEDIF(start_date, end_date, unit)59 Tests an expression against a list of cases and returns the corresponding value of the first matching case, with an optional default value if nothing else is met. Learn more Logical TRUE DATEDIF(start_date, end_date, unit)60 Returns the logical value `TRUE`. Learn more Logical XOR DATEDIF(start_date, end_date, unit)61 The XOR function performs an exclusive or of 2 numbers that returns a 1 if the numbers are different, and a 0 otherwise. Learn more. Lookup ADDRESS DATEDIF(start_date, end_date, unit)62 Returns a cell reference as a string. Learn more Lookup CHOOSE DATEDIF(start_date, end_date, unit)63 Returns an element from a list of choices based on index. Learn more Lookup COLUMN DATEDIF(start_date, end_date, unit)64 Returns the column number of a specified cell, with `A=1`. Learn more Lookup COLUMNS DATEDIF(start_date, end_date, unit)65 Returns the number of columns in a specified array or range. Learn more Lookup FORMULATEXT DATEDIF(start_date, end_date, unit)66 Returns the formula as a string. Learn more. Lookup GETPIVOTDATA DATEDIF(start_date, end_date, unit)67 Extracts an aggregated value from a pivot table that corresponds to the specified row and column headings. Learn more Lookup HLOOKUP DATEDIF(start_date, end_date, unit)68 Horizontal lookup. Searches across the first row of a range for a key and returns the value of a specified cell in the column found. Learn more Lookup INDEX DATEDIF(start_date, end_date, unit)69 Returns the content of a cell, specified by row and column offset. Learn more Lookup INDIRECT DATEDIF(start_date, end_date, unit)70 Returns a cell reference specified by a string. Learn more Lookup LOOKUP DATEDIF(start_date, end_date, unit)71 Looks through a row or column for a key and returns the value of the cell in a result range located in the same position as the search row or column. Learn more Lookup MATCH DATEDIF(start_date, end_date, unit)72 Returns the relative position of an item in a range that matches a specified value. Learn more Lookup OFFSET DATEDIF(start_date, end_date, unit)73 Returns a range reference shifted a specified number of rows and columns from a starting cell reference. Learn more Lookup ROW DATEDIF(start_date, end_date, unit)74 Returns the row number of a specified cell. Learn more Lookup ROWS DATEDIF(start_date, end_date, unit)75 Returns the number of rows in a specified array or range. Learn more Lookup VLOOKUP DATEDIF(start_date, end_date, unit)76 Vertical lookup. Searches down the first column of a range for a key and returns the value of a specified cell in the row found. Learn more Lookup XLOOKUP DATEDIF(start_date, end_date, unit)77 Returns the values in the result range based on the position where a match was found in the lookup range. If no match is found, it returns the closest match. Learn more Math ABS DATEDIF(start_date, end_date, unit)78 Returns the absolute value of a number. Learn more Math ACOS DATEDIF(start_date, end_date, unit)79 Returns the inverse cosine of a value, in radians. Learn more Math ACOSH DATEDIF(start_date, end_date, unit)80 Returns the inverse hyperbolic cosine of a number. Learn more Math ACOT DATEDIF(start_date, end_date, unit)81 Returns the inverse cotangent of a value, in radians. Learn more. Math ACOTH DATEDIF(start_date, end_date, unit)82 Returns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive. Learn more. Math ASIN DATEDIF(start_date, end_date, unit)83 Returns the inverse sine of a value, in radians. Learn more Math ASINH DATEDIF(start_date, end_date, unit)84 Returns the inverse hyperbolic sine of a number. Learn more Math ATAN DATEDIF(start_date, end_date, unit)85 Returns the inverse tangent of a value, in radians. Learn more Math ATAN2 DATEDIF(start_date, end_date, unit)86 Returns the angle between the x-axis and a line segment from the origin (0,0) to specified coordinate pair (`x`,`y`), in radians. Learn more Math ATANH DATEDIF(start_date, end_date, unit)87 Returns the inverse hyperbolic tangent of a number. Learn more Math BASE DATEDIF(start_date, end_date, unit)88 Converts a number into a text representation in another base, for example, base 2 for binary. Learn more. Math CEILING DATEDIF(start_date, end_date, unit)89 Rounds a number up to the nearest integer multiple of specified significance. Learn more Math CEILING.MATH DATEDIF(start_date, end_date, unit)90 Rounds a number up to the nearest integer multiple of specified significance, with negative numbers rounding toward or away from 0 depending on the mode. Learn more.  Math CEILING.PRECISE DATEDIF(start_date, end_date, unit)91 Rounds a number up to the nearest integer multiple of specified significance. If the number is positive or negative, it is rounded up. Learn more.  Math COMBIN DATEDIF(start_date, end_date, unit)92 Returns the number of ways to choose some number of objects from a pool of a given size of objects. Learn more Math COMBINA DATEDIF(start_date, end_date, unit)93 Returns the number of ways to choose some number of objects from a pool of a given size of objects, including ways that choose the same object multiple times. Learn more. Math COS DATEDIF(start_date, end_date, unit)94 Returns the cosine of an angle provided in radians. Learn more Math COSH DATEDIF(start_date, end_date, unit)95 Returns the hyperbolic cosine of any real number. Learn more Math COT DATEDIF(start_date, end_date, unit)96 Cotangent of an angle provided in radians. Learn more. Math COTH DATEDIF(start_date, end_date, unit)97 Returns the hyperbolic cotangent of any real number. Learn more. Math COUNTBLANK DATEDIF(start_date, end_date, unit)98 Returns the number of empty cells in a given range. Learn more Math COUNTIF DATEDIF(start_date, end_date, unit)99 Returns a conditional count across a range. Learn more Math COUNTIFS DATEVALUE(date_string)00 Returns the count of a range depending on multiple criteria. Learn more Math COUNTUNIQUE DATEVALUE(date_string)01 Counts the number of unique values in a list of specified values and ranges. Learn more Math CSC DATEVALUE(date_string)02 Returns the cosecant of an angle provided in radians. Learn more. Math CSCH DATEVALUE(date_string)03 The CSCH function returns the hyperbolic cosecant of any real number. Learn more. Math DECIMAL DATEVALUE(date_string)04 The DECIMAL function converts the text representation of a number in another base, to base 10 (decimal). Learn more. Math DEGREES DATEVALUE(date_string)05 Converts an angle value in radians to degrees. Learn more Math ERFC DATEVALUE(date_string)06 Returns the complementary Gauss error function of a value. Learn more Math ERFC.PRECISE DATEVALUE(date_string)07 See ERFC Math EVEN DATEVALUE(date_string)08 Rounds a number up to the nearest even integer. Learn more Math EXP DATEVALUE(date_string)09 Returns Euler's number, e (~2.718) raised to a power. Learn more Math FACT DATEVALUE(date_string)10 Returns the factorial of a number. Learn more Math FACTDOUBLE DATEVALUE(date_string)11 Returns the "double factorial" of a number. Learn more Math FLOOR DATEVALUE(date_string)12 Rounds a number down to the nearest integer multiple of specified significance. Learn more Math FLOOR.MATH DATEVALUE(date_string)13 Rounds a number down to the nearest integer multiple of specified significance, with negative numbers rounding toward or away from 0 depending on the mode. Learn more.  Math FLOOR.PRECISE DATEVALUE(date_string)14 The FLOOR.PRECISE function rounds a number down to the nearest integer or multiple of specified significance. Learn more. Math GAMMALN DATEVALUE(date_string)15 Returns the the logarithm of a specified Gamma function, base e (Euler's number). Learn more Math GAMMALN.PRECISE DATEVALUE(date_string)16 See GAMMALN Math GCD DATEVALUE(date_string)17 Returns the greatest common divisor of one or more integers. Learn more Math IMLN DATEVALUE(date_string)18 Returns the logarithm of a complex number, base e (Euler's number). Learn more Math IMPOWER DATEVALUE(date_string)19 Returns a complex number raised to a power. Learn more Math IMSQRT DATEVALUE(date_string)20 Computes the square root of a complex number. Learn more Math INT DATEVALUE(date_string)21 Rounds a number down to the nearest integer that is less than or equal to it. Learn more Math ISEVEN DATEVALUE(date_string)22 Checks whether the provided value is even. Learn more Math ISO.CEILING DATEVALUE(date_string)23 See CEILING.PRECISE Math ISODD DATEVALUE(date_string)24 Checks whether the provided value is odd. Learn more Math LCM DATEVALUE(date_string)25 Returns the least common multiple of one or more integers. Learn more Math LN DATEVALUE(date_string)26 Returns the the logarithm of a number, base e (Euler's number). Learn more Math LOG DATEVALUE(date_string)27 Returns the the logarithm of a number given a base. Learn more Math LOG10 DATEVALUE(date_string)28 Returns the the logarithm of a number, base 10. Learn more Math MOD DATEVALUE(date_string)29 Returns the result of the modulo operator, the remainder after a division operation. Learn more Math MROUND DATEVALUE(date_string)30 Rounds one number to the nearest integer multiple of another. Learn more Math MULTINOMIAL DATEVALUE(date_string)31 Returns the factorial of the sum of values divided by the product of the values' factorials. Learn more Math MUNIT DATEVALUE(date_string)32 Returns a unit matrix of size dimension x dimension. Learn more. Math ODD DATEVALUE(date_string)33 Rounds a number up to the nearest odd integer. Learn more Math PI DATEVALUE(date_string)34 Returns the value of Pi to 14 decimal places. Learn more Math POWER DATEVALUE(date_string)35 Returns a number raised to a power. Learn more Math PRODUCT DATEVALUE(date_string)36 Returns the result of multiplying a series of numbers together. Learn more Math QUOTIENT DATEVALUE(date_string)37 Returns one number divided by another. Learn more Math RADIANS DATEVALUE(date_string)38 Converts an angle value in degrees to radians. Learn more Math RAND DATEVALUE(date_string)39 Returns a random number between 0 inclusive and 1 exclusive. Learn more Math RANDARRAY DATEVALUE(date_string)40 Generates an array of random numbers between 0 and 1. Learn more. Math RANDBETWEEN DATEVALUE(date_string)41 Returns a uniformly random integer between two values, inclusive. Learn more Math ROUND DATEVALUE(date_string)42 Rounds a number to a certain number of decimal places according to standard rules. Learn more Math ROUNDDOWN DATEVALUE(date_string)43 Rounds a number to a certain number of decimal places, always rounding down to the next valid increment. Learn more Math ROUNDUP DATEVALUE(date_string)44 Rounds a number to a certain number of decimal places, always rounding up to the next valid increment. Learn more Math SEC DATEVALUE(date_string)45 The SEC function returns the secant of an angle, measured in radians. Learn more. Math SECH DATEVALUE(date_string)46 The SECH function returns the hyperbolic secant of an angle. Learn more Math SEQUENCE DATEVALUE(date_string)47 Returns an array of sequential numbers, such as 1, 2, 3, 4. Learn more. Math SERIESSUM DATEVALUE(date_string)48 Given parameters DATEVALUE(date_string)49, DATEVALUE(date_string)50, DATEVALUE(date_string)51, and DATEVALUE(date_string)52, returns the power series sum a1xn + a2x(n+m) + ... + aix(n+(i-1)m), where i is the number of entries in range `a`. Learn more Math SIGN DATEVALUE(date_string)53 Given an input number, returns `-1` if it is negative, `1` if positive, and `0` if it is zero. Learn more Math SIN DATEVALUE(date_string)54 Returns the sine of an angle provided in radians. Learn more Math SINH DATEVALUE(date_string)55 Returns the hyperbolic sine of any real number. Learn more Math SQRT DATEVALUE(date_string)56 Returns the positive square root of a positive number. Learn more Math SQRTPI DATEVALUE(date_string)57 Returns the positive square root of the product of Pi and the given positive number. Learn more Math SUBTOTAL DATEVALUE(date_string)58 Returns a subtotal for a vertical range of cells using a specified aggregation function. Learn more Math SUM DATEVALUE(date_string)59 Returns the sum of a series of numbers and/or cells. Learn more Math SUMIF DATEVALUE(date_string)60 Returns a conditional sum across a range. Learn more Math SUMIFS DATEVALUE(date_string)61 Returns the sum of a range depending on multiple criteria. Learn more Math SUMSQ DATEVALUE(date_string)62 Returns the sum of the squares of a series of numbers and/or cells. Learn more Math TAN DATEVALUE(date_string)63 Returns the tangent of an angle provided in radians. Learn more Math TANH DATEVALUE(date_string)64 Returns the hyperbolic tangent of any real number. Learn more Math TRUNC DATEVALUE(date_string)65 Truncates a number to a certain number of significant digits by omitting less significant digits. Learn more Operator ADD DATEVALUE(date_string)66 Returns the sum of two numbers. Equivalent to the `+` operator. Learn more Operator CONCAT DATEVALUE(date_string)67 Returns the concatenation of two values. Equivalent to the `&` operator. Learn more Operator DIVIDE DATEVALUE(date_string)68 Returns one number divided by another. Equivalent to the `/` operator. Learn more Operator EQ DATEVALUE(date_string)69 Returns `TRUE` if two specified values are equal and `FALSE` otherwise. Equivalent to the `=` operator. Learn more Operator GT DATEVALUE(date_string)70 Returns `TRUE` if the first argument is strictly greater than the second, and `FALSE` otherwise. Equivalent to the `>` operator. Learn more Operator GTE DATEVALUE(date_string)71 Returns `TRUE` if the first argument is greater than or equal to the second, and `FALSE` otherwise. Equivalent to the `>=` operator. Learn more Operator ISBETWEEN DATEVALUE(date_string)72 Checks whether a provided number is between two other numbers either inclusively or exclusively. Learn more Operator LT DATEVALUE(date_string)73 Returns `TRUE` if the first argument is strictly less than the second, and `FALSE` otherwise. Equivalent to the `<` operator. Learn more Operator LTE DATEVALUE(date_string)74 Returns `TRUE` if the first argument is less than or equal to the second, and `FALSE` otherwise. Equivalent to the `<=` operator. Learn more Operator MINUS DATEVALUE(date_string)75 Returns the difference of two numbers. Equivalent to the `-` operator. Learn more Operator MULTIPLY DATEVALUE(date_string)76 Returns the product of two numbers. Equivalent to the `*` operator. Learn more Operator NE DATEVALUE(date_string)77 Returns `TRUE` if two specified values are not equal and `FALSE` otherwise. Equivalent to the `<>` operator. Learn more Operator POW DATEVALUE(date_string)78 Returns a number raised to a power. Learn more Operator UMINUS DATEVALUE(date_string)79 Returns a number with the sign reversed. Learn more Operator UNARY_PERCENT DATEVALUE(date_string)80 Returns a value interpreted as a percentage; that is, `UNARY_PERCENT(100)` equals `1`. Learn more Operator UNIQUE DATEVALUE(date_string)81 Returns unique rows in the provided source range, discarding duplicates. Rows are returned in the order in which they first appear in the source range. Learn more Operator UPLUS DATEVALUE(date_string)82 Returns a specified number, unchanged. Learn more Statistical AVEDEV DATEVALUE(date_string)83 Calculates the average of the magnitudes of deviations of data from a dataset's mean. Learn more Statistical AVERAGE DATEVALUE(date_string)84 Returns the numerical average value in a dataset, ignoring text. Learn more Statistical AVERAGE.WEIGHTED DATEVALUE(date_string)85 Finds the weighted average of a set of values, given the values and the corresponding weights. Learn more. Statistical AVERAGEA DATEVALUE(date_string)86 Returns the numerical average value in a dataset. Learn more Statistical AVERAGEIF DATEVALUE(date_string)87 Returns the average of a range depending on criteria. Learn more Statistical AVERAGEIFS DATEVALUE(date_string)88 Returns the average of a range depending on multiple criteria. Learn more Statistical BETA.DIST DATEVALUE(date_string)89 Returns the probability of a given value as defined by the beta distribution function. Learn more. Statistical BETA.INV DATEVALUE(date_string)90 Returns the value of the inverse beta distribution function for a given probability. Learn more.  Statistical BETADIST DATEVALUE(date_string)91 See BETA.DIST. Statistical BETAINV DATEVALUE(date_string)92  See BETA.INV  Statistical BINOM.DIST DATEVALUE(date_string)93 See BINOMDIST Statistical BINOM.INV DATEVALUE(date_string)94 See CRITBINOM Statistical BINOMDIST DATEVALUE(date_string)95 Calculates the probability of drawing a certain number of successes (or a maximum number of successes) in a certain number of tries given a population of a certain size containing a certain number of successes, with replacement of draws. Learn more Statistical CHIDIST DATEVALUE(date_string)96 Calculates the right-tailed chi-squared distribution, often used in hypothesis testing. Learn more Statistical CHIINV DATEVALUE(date_string)97 Calculates the inverse of the right-tailed chi-squared distribution. Learn more Statistical CHISQ.DIST DATEVALUE(date_string)98 Calculates the left-tailed chi-squared distribution, often used in hypothesis testing. Learn more Statistical CHISQ.DIST.RT DATEVALUE(date_string)99 Calculates the right-tailed chi-squared distribution, which is commonly used in hypothesis testing. Learn more Statistical CHISQ.INV DAY(date)00 Calculates the inverse of the left-tailed chi-squared distribution. Learn more Statistical CHISQ.INV.RT DAY(date)01 Calculates the inverse of the right-tailed chi-squared distribution. Learn more Statistical CHISQ.TEST DAY(date)02 See CHITEST Statistical CHITEST DAY(date)03 Returns the probability associated with a Pearson’s chi-squared test on the two ranges of data. Determines the likelihood that the observed categorical data is drawn from an expected distribution. Learn more Statistical CONFIDENCE DAY(date)04 See CONFIDENCE.NORM Statistical CONFIDENCE.NORM DAY(date)05 Calculates the width of half the confidence interval for a normal distribution. Learn more. Statistical CONFIDENCE.T DAY(date)06 Calculates the width of half the confidence interval for a Student’s t-distribution. Learn more. Statistical CORREL DAY(date)07 Calculates r, the Pearson product-moment correlation coefficient of a dataset. Learn more Statistical COUNT DAY(date)08 Returns a count of the number of numeric values in a dataset. Learn more Statistical COUNTA DAY(date)09 Returns a count of the number of values in a dataset. Learn more Statistical COVAR DAY(date)10 Calculates the covariance of a dataset. Learn more Statistical COVARIANCE.P DAY(date)11 See COVAR Statistical COVARIANCE.S DAY(date)12 Calculates the covariance of a dataset, where the dataset is a sample of the total population. Learn more. Statistical CRITBINOM DAY(date)13 Calculates the smallest value for which the cumulative binomial distribution is greater than or equal to a specified criteria. Learn more Statistical DEVSQ DAY(date)14 Calculates the sum of squares of deviations based on a sample. Learn more Statistical EXPON.DIST DAY(date)15 Returns the value of the exponential distribution function with a specified LAMBDA at a specified value. Learn more.  Statistical EXPONDIST DAY(date)16 See EXPON.DIST Statistical F.DIST DAY(date)17 Calculates the left-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. Learn more Statistical F.DIST.RT DAY(date)18 Calculates the right-tailed F probability distribution (degree of diversity) for two data sets with given input x. Alternately called Fisher-Snedecor distribution or Snedecor's F distribution. Learn more Statistical F.INV DAY(date)19 Calculates the inverse of the left-tailed F probability distribution. Also called the Fisher-Snedecor distribution or Snedecor’s F distribution. Learn more Statistical F.INV.RT DAY(date)20 Calculates the inverse of the right-tailed F probability distribution. Also called the Fisher-Snedecor distribution or Snedecor’s F distribution. Learn more Statistical F.TEST DAY(date)21 See FTEST. Statistical FDIST DAY(date)22 See F.DIST.RT. Statistical FINV DAY(date)23 See F.INV.RT Statistical FISHER DAY(date)24 Returns the Fisher transformation of a specified value. Learn more Statistical FISHERINV DAY(date)25 Returns the inverse Fisher transformation of a specified value. Learn more Statistical FORECAST DAY(date)26 Calculates the expected y-value for a specified x based on a linear regression of a dataset. Learn more Statistical FORECAST.LINEAR DAY(date)27 See FORECAST Statistical FTEST DAY(date)28 Returns the probability associated with an F-test for equality of variances. Determines whether two samples are likely to have come from populations with the same variance. Learn more Statistical GAMMA DAY(date)29 Returns the Gamma function evaluated at the specified value. Learn more. Statistical GAMMA.DIST DAY(date)30 Calculates the gamma distribution, a two-parameter continuous probability distribution. Learn more Statistical GAMMA.INV DAY(date)31 The GAMMA.INV function returns the value of the inverse gamma cumulative distribution function for the specified probability and alpha and beta parameters. Learn more. Statistical GAMMADIST DAY(date)32 See GAMMA.DIST  Statistical GAMMAINV DAY(date)33 See GAMMA.INV. Statistical GAUSS DAY(date)34 The GAUSS function returns the probability that a random variable, drawn from a normal distribution, will be between the mean and z standard deviations above (or below) the mean. Learn more. Statistical GEOMEAN DAY(date)35 Calculates the geometric mean of a dataset. Learn more Statistical HARMEAN DAY(date)36 Calculates the harmonic mean of a dataset. Learn more Statistical HYPGEOM.DIST DAY(date)37 See HYPGEOMDIST Statistical HYPGEOMDIST DAY(date)38  Calculates the probability of drawing a certain number of successes in a certain number of tries given a population of a certain size containing a certain number of successes, without replacement of draws. Learn more Statistical INTERCEPT DAY(date)39 Calculates the y-value at which the line resulting from linear regression of a dataset will intersect the y-axis (x=0). Learn more Statistical KURT DAY(date)40 Calculates the kurtosis of a dataset, which describes the shape, and in particular the "peakedness" of that dataset. Learn more Statistical LARGE DAY(date)41 Returns the nth largest element from a data set, where n is user-defined. Learn more Statistical LOGINV DAY(date)42 Returns the value of the inverse log-normal cumulative distribution with given mean and standard deviation at a specified value. Learn more Statistical LOGNORM.DIST DAY(date)43 See LOGNORMDIST Statistical LOGNORM.INV DAY(date)44 See LOGINV Statistical LOGNORMDIST DAY(date)45 Returns the value of the log-normal cumulative distribution with given mean and standard deviation at a specified value. Learn more Statistical MAX DAY(date)46 Returns the maximum value in a numeric dataset. Learn more Statistical MAXA DAY(date)47 Returns the maximum numeric value in a dataset. Learn more Statistical MAXIFS DAY(date)48 Returns the maximum value in a range of cells, filtered by a set of criteria. Learn more. Statistical MEDIAN DAY(date)49 Returns the median value in a numeric dataset. Learn more Statistical MIN DAY(date)50 Returns the minimum value in a numeric dataset. Learn more Statistical MINA DAY(date)51 Returns the minimum numeric value in a dataset. Learn more Statistical MINIFS DAY(date)52 Returns the minimum value in a range of cells, filtered by a set of criteria. Learn more. Statistical MODE DAY(date)53 Returns the most commonly occurring value in a dataset. Learn more Statistical MODE.MULT DAY(date)54 Returns the most commonly occurring values in a dataset. Learn more. Statistical MODE.SNGL DAY(date)55 See MODE  Statistical NEGBINOM.DIST DAY(date)56 See NEGBINOMDIST Statistical NEGBINOMDIST DAY(date)57 Calculates the probability of drawing a certain number of failures before a certain number of successes given a probability of success in independent trials. Learn more Statistical NORM.DIST DAY(date)58 See NORMDIST Statistical NORM.INV DAY(date)59 See NORMINV Statistical NORM.S.DIST DAY(date)60 See NORMSDIST Statistical NORM.S.INV DAY(date)61 See NORMSINV Statistical NORMDIST DAY(date)62 Returns the value of the normal distribution function (or normal cumulative distribution function) for a specified value, mean, and standard deviation. Learn more Statistical NORMINV DAY(date)63 Returns the value of the inverse normal distribution function for a specified value, mean, and standard deviation. Learn more Statistical NORMSDIST DAY(date)64 Returns the value of the standard normal cumulative distribution function for a specified value. Learn more Statistical NORMSINV DAY(date)65 Returns the value of the inverse standard normal distribution function for a specified value. Learn more Statistical PEARSON DAY(date)66 Calculates r, the Pearson product-moment correlation coefficient of a dataset. Learn more Statistical PERCENTILE DAY(date)67 Returns the value at a given percentile of a dataset. Learn more Statistical PERCENTILE.EXC DAY(date)68 Returns the value at a given percentile of a dataset, exclusive of 0 and 1. Learn more. Statistical PERCENTILE.INC DAY(date)69 See PERCENTILE Statistical PERCENTRANK DAY(date)70 Returns the percentage rank (percentile) of a specified value in a dataset. Learn more Statistical PERCENTRANK.EXC DAY(date)71 Returns the percentage rank (percentile) from 0 to 1 exclusive of a specified value in a dataset. Learn more Statistical PERCENTRANK.INC DAY(date)72 Returns the percentage rank (percentile) from 0 to 1 inclusive of a specified value in a dataset. Learn more Statistical PERMUTATIONA DAY(date)73 Returns the number of permutations for selecting a group of objects (with replacement) from a total number of objects. Learn more. Statistical PERMUT DAY(date)74 Returns the number of ways to choose some number of objects from a pool of a given size of objects, considering order. Learn more Statistical PHI DAY(date)75 The PHI function returns the value of the normal distribution with mean 0 and standard deviation 1. Learn more. Statistical POISSON DAY(date)76 See POISSON.DIST Statistical POISSON.DIST DAY(date)77 Returns the value of the Poisson distribution function (or Poisson cumulative distribution function) for a specified value and mean. Learn more.  Statistical PROB DAY(date)78 Given a set of values and corresponding probabilities, calculates the probability that a value chosen at random falls between two limits. Learn more Statistical QUARTILE DAY(date)79 Returns a value nearest to a specified quartile of a dataset. Learn more Statistical QUARTILE.EXC DAY(date)80 Returns value nearest to a given quartile of a dataset, exclusive of 0 and 4. Learn more. Statistical QUARTILE.INC DAY(date)81 See QUARTILE Statistical RANK DAY(date)82 Returns the rank of a specified value in a dataset. Learn more Statistical RANK.AVG DAY(date)83 Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the average rank of the entries will be returned. Learn more Statistical RANK.EQ DAY(date)84 Returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the top rank of the entries will be returned. Learn more Statistical RSQ DAY(date)85 Calculates the square of r, the Pearson product-moment correlation coefficient of a dataset. Learn more Statistical SKEW DAY(date)86 Calculates the skewness of a dataset, which describes the symmetry of that dataset about the mean. Learn more Statistical SKEW.P DAY(date)87 Calculates the skewness of a dataset that represents the entire population. Learn more. Statistical SLOPE DAY(date)88 Calculates the slope of the line resulting from linear regression of a dataset. Learn more Statistical SMALL DAY(date)89 Returns the nth smallest element from a data set, where n is user-defined. Learn more Statistical STANDARDIZE DAY(date)90 Calculates the normalized equivalent of a random variable given mean and standard deviation of the distribution. Learn more Statistical STDEV DAY(date)91 Calculates the standard deviation based on a sample. Learn more Statistical STDEV.P DAY(date)92 See STDEVP Statistical STDEV.S DAY(date)93 See STDEV Statistical STDEVA DAY(date)94 Calculates the standard deviation based on a sample, setting text to the value `0`. Learn more Statistical STDEVP DAY(date)95 Calculates the standard deviation based on an entire population. Learn more Statistical STDEVPA DAY(date)96 Calculates the standard deviation based on an entire population, setting text to the value `0`. Learn more Statistical STEYX DAY(date)97 Calculates the standard error of the predicted y-value for each x in the regression of a dataset. Learn more Statistical T.DIST DAY(date)98 Returns the right tailed Student distribution for a value x. Learn more. Statistical T.DIST.2T DAY(date)99 Returns the two tailed Student distribution for a value x. Learn more. Statistical T.DIST.RT DAYS(end_date, start_date)00 Returns the right tailed Student distribution for a value x. Learn more. Statistical T.INV DAYS(end_date, start_date)01 Calculates the negative inverse of the one-tailed TDIST function. Learn more Statistical T.INV.2T DAYS(end_date, start_date)02 Calculates the inverse of the two-tailed TDIST function. Learn more Statistical T.TEST DAYS(end_date, start_date)03 Returns the probability associated with Student's t-test. Determines whether two samples are likely to have come from the same two underlying populations that have the same mean. Learn more.  Statistical TDIST DAYS(end_date, start_date)04 Calculates the probability for Student's t-distribution with a given input (x). Learn more Statistical TINV DAYS(end_date, start_date)05 See T.INV.2T Statistical TRIMMEAN DAYS(end_date, start_date)06 Calculates the mean of a dataset excluding some proportion of data from the high and low ends of the dataset. Learn more Statistical TTEST DAYS(end_date, start_date)07 See T.TEST. Statistical VAR DAYS(end_date, start_date)08 Calculates the variance based on a sample. Learn more Statistical VAR.P DAYS(end_date, start_date)09 See VARP Statistical VAR.S DAYS(end_date, start_date)10 See VAR Statistical VARA DAYS(end_date, start_date)11 Calculates an estimate of variance based on a sample, setting text to the value `0`. Learn more Statistical VARP DAYS(end_date, start_date)12 Calculates the variance based on an entire population. Learn more Statistical VARPA DAYS(end_date, start_date)13 Calculates the variance based on an entire population, setting text to the value `0`. Learn more Statistical WEIBULL DAYS(end_date, start_date)14 Returns the value of the Weibull distribution function (or Weibull cumulative distribution function) for a specified shape and scale. Learn more Statistical WEIBULL.DIST DAYS(end_date, start_date)15 See WEIBULL Statistical Z.TEST DAYS(end_date, start_date)16 Returns the one-tailed P-value of a Z-test with standard distribution. Learn more.  Statistical ZTEST DAYS(end_date, start_date)17 See Z.TEST. Text ARABIC DAYS(end_date, start_date)18 Computes the value of a Roman numeral. Learn more Text ASC DAYS(end_date, start_date)19 Converts full-width ASCII and katakana characters to their half-width counterparts. All standard-width characters will remain unchanged. Learn more.  Text CHAR DAYS(end_date, start_date)20 Convert a number into a character according to the current Unicode table. Learn more Text CLEAN DAYS(end_date, start_date)21 Returns the text with the non-printable ASCII characters removed. Learn more Text CODE DAYS(end_date, start_date)22 Returns the numeric Unicode map value of the first character in the string provided. Learn more Text CONCATENATE DAYS(end_date, start_date)23 Appends strings to one another. Learn more Text DOLLAR DAYS(end_date, start_date)24 Formats a number into the locale-specific currency format. Learn more Text EXACT DAYS(end_date, start_date)25 Tests whether two strings are identical. Learn more Text FIND DAYS(end_date, start_date)26 Returns the position at which a string is first found within text. Learn more Text FINDB DAYS(end_date, start_date)27 Returns the position at which a string is first found within text counting each double-character as 2. Learn more Text FIXED DAYS(end_date, start_date)28 Formats a number with a fixed number of decimal places. Learn more Text JOIN DAYS(end_date, start_date)29 Concatenates the elements of one or more one-dimensional arrays using a specified delimiter. Learn more Text LEFT DAYS(end_date, start_date)30 Returns a substring from the beginning of a specified string. Learn more Text LEFTB DAYS(end_date, start_date)31 Returns the left portion of a string up to a certain number of bytes. Learn more. Text LEN DAYS(end_date, start_date)32 Returns the length of a string. Learn more Text LENB DAYS(end_date, start_date)33 Returns the length of a string in bytes." Learn more. Text LOWER DAYS(end_date, start_date)34 Converts a specified string to lowercase. Learn more Text MID DAYS(end_date, start_date)35 Returns a segment of a string. Learn more Text MIDB DAYS(end_date, start_date)36 Returns a section of a string starting at a given character and up to a specified number of bytes. Learn more. Text PROPER DAYS(end_date, start_date)37 Capitalizes each word in a specified string. Learn more Text REGEXEXTRACT DAYS(end_date, start_date)38 Extracts matching substrings according to a regular expression. Learn more Text REGEXMATCH DAYS(end_date, start_date)39 Whether a piece of text matches a regular expression. Learn more Text REGEXREPLACE DAYS(end_date, start_date)40 Replaces part of a text string with a different text string using regular expressions. Learn more Text REPLACE DAYS(end_date, start_date)41 Replaces part of a text string with a different text string. Learn more Text REPLACEB DAYS(end_date, start_date)42 Replaces part of a text string, based on a number of bytes, with a different text string. Learn more. Text REPT DAYS(end_date, start_date)43 Returns specified text repeated a number of times. Learn more Text RIGHT DAYS(end_date, start_date)44 Returns a substring from the end of a specified string. Learn more Text RIGHTB DAYS(end_date, start_date)45 Returns the right portion of a string up to a certain number of bytes. Learn more. Text ROMAN DAYS(end_date, start_date)46 Formats a number in Roman numerals. Learn more Text SEARCH DAYS(end_date, start_date)47 Returns the position at which a string is first found within text. Learn more Text SEARCHB DAYS(end_date, start_date)48 Returns the position at which a string is first found within text counting each double-character as 2. Learn more Text SPLIT DAYS(end_date, start_date)49 Divides text around a specified character or string, and puts each fragment into a separate cell in the row. Learn more Text SUBSTITUTE DAYS(end_date, start_date)50 Replaces existing text with new text in a string. Learn more Text T DAYS(end_date, start_date)51 Returns string arguments as text. Learn more Text TEXT DAYS(end_date, start_date)52 Converts a number into text according to a specified format. Learn more Text TEXTJOIN DAYS(end_date, start_date)53 Combines the text from multiple strings and/or arrays, with a specifiable delimiter separating the different texts. Learn more. Text TRIM DAYS(end_date, start_date)54 Removes leading and trailing spaces in a specified string. Learn more Text UNICHAR DAYS(end_date, start_date)55 Returns the Unicode character for a number. Learn more. Text UNICODE DAYS(end_date, start_date)56 Returns the decimal Unicode value of the first character of the text. Learn more. Text UPPER DAYS(end_date, start_date)57 Converts a specified string to uppercase. Learn more Text VALUE DAYS(end_date, start_date)58 Converts a string in any of the date, time or number formats that Google Sheets understands into a number. Learn more Database DAVERAGE DAYS(end_date, start_date)59 Returns the average of a set of values selected from a database table-like array or range using a SQL-like query. Learn more Database DCOUNT DAYS(end_date, start_date)60 Counts numeric values selected from a database table-like array or range using a SQL-like query. Learn more Database DCOUNTA DAYS(end_date, start_date)61 Counts values, including text, selected from a database table-like array or range using a SQL-like query. Learn more Database DGET DAYS(end_date, start_date)62 Returns a single value from a database table-like array or range using a SQL-like query. Learn more Database DMAX DAYS(end_date, start_date)63 Returns the maximum value selected from a database table-like array or range using a SQL-like query. Learn more Database DMIN DAYS(end_date, start_date)64 Returns the minimum value selected from a database table-like array or range using a SQL-like query. Learn more Database DPRODUCT DAYS(end_date, start_date)65 Returns the product of values selected from a database table-like array or range using a SQL-like query. Learn more Database DSTDEV DAYS(end_date, start_date)66 Returns the standard deviation of a population sample selected from a database table-like array or range using a SQL-like query. Learn more Database DSTDEVP DAYS(end_date, start_date)67 Returns the standard deviation of an entire population selected from a database table-like array or range using a SQL-like query. Learn more Database DSUM DAYS(end_date, start_date)68 Returns the sum of values selected from a database table-like array or range using a SQL-like query. Learn more Database DVAR DAYS(end_date, start_date)69 Returns the variance of a population sample selected from a database table-like array or range using a SQL-like query. Learn more Database DVARP DAYS(end_date, start_date)70 Returns the variance of an entire population selected from a database table-like array or range using a SQL-like query. Learn more Parser CONVERT DAYS(end_date, start_date)71 Converts a numeric value to a different unit of measure. Learn more Parser TO_DATE DAYS(end_date, start_date)72 Converts a provided number to a date. Learn more Parser TO_DOLLARS DAYS(end_date, start_date)73 Converts a provided number to a dollar value. Learn more Parser TO_PERCENT DAYS(end_date, start_date)74 Converts a provided number to a percentage. Learn more Parser TO_PURE_NUMBER DAYS(end_date, start_date)75 Converts a provided date/time, percentage, currency or other formatted numeric value to a pure number without formatting. Learn more Parser TO_TEXT DAYS(end_date, start_date)76 Converts a provided numeric value to a text value. Learn more Array ARRAY_CONSTRAIN DAYS(end_date, start_date)77 Constrains an array result to a specified size. Learn more Array BYCOL DAYS(end_date, start_date)78 Groups an array by columns by application of a LAMBDA function to each column. Learn more Array BYROW DAYS(end_date, start_date)79 Groups an array by rows by application of a LAMBDA function to each row. Learn more Array FLATTEN DAYS(end_date, start_date)80 Flattens all the values from one or more ranges into a single column. Learn more Array FREQUENCY DAYS(end_date, start_date)81 Calculates the frequency distribution of a one-column array into specified classes. Learn more Array GROWTH DAYS(end_date, start_date)82 Given partial data about an exponential growth trend, fits an ideal exponential growth trend and/or predicts further values. Learn more Array LINEST DAYS(end_date, start_date)83 Given partial data about a linear trend, calculates various parameters about the ideal linear trend using the least-squares method. Learn more Array LOGEST DAYS(end_date, start_date)84 Given partial data about an exponential growth curve, calculates various parameters about the best fit ideal exponential growth curve. Learn more Array MAKEARRAY DAYS(end_date, start_date)85 Returns an array of specified dimensions with values calculated by application of a LAMBDA function. Learn more Array MAP DAYS(end_date, start_date)86 Maps each value in the given arrays to a new value by application of a LAMBDA function to each value. Learn more Array MDETERM DAYS(end_date, start_date)87 Returns the matrix determinant of a square matrix specified as an array or range. Learn more Array MINVERSE DAYS(end_date, start_date)88 Returns the multiplicative inverse of a square matrix specified as an array or range. Learn more Array MMULT DAYS(end_date, start_date)89 Calculates the matrix product of two matrices specified as arrays or ranges. Learn more Array REDUCE DAYS(end_date, start_date)90 Reduces an array to an accumulated result by application of a LAMBDA function to each value. Learn more Array SCAN DAYS(end_date, start_date)91 Scans an array and produces intermediate values by application of a LAMBDA function to each value. Returns an array of the intermediate values obtained at each step. Learn more Array SUMPRODUCT DAYS(end_date, start_date)92 Calculates the sum of the products of corresponding entries in two equal-sized arrays or ranges. Learn more Array SUMX2MY2 DAYS(end_date, start_date)93 Calculates the sum of the differences of the squares of values in two arrays. Learn more Array SUMX2PY2 DAYS(end_date, start_date)94 Calculates the sum of the sums of the squares of values in two arrays. Learn more Array SUMXMY2 DAYS(end_date, start_date)95 Calculates the sum of the squares of differences of values in two arrays. Learn more Array TRANSPOSE DAYS(end_date, start_date)96 Transposes the rows and columns of an array or range of cells. Learn more Array TREND DAYS(end_date, start_date)97 Given partial data about a linear trend, fits an ideal linear trend using the least squares method and/or predicts further values. Learn more Web ENCODEURL DAYS(end_date, start_date)98 Encodes a string of text for the purpose of using in a URL query. Learn more. Web HYPERLINK DAYS(end_date, start_date)99 Creates a hyperlink inside a cell. Learn more Web IMPORTDATA DAYS360(start_date, end_date, [method])00 Imports data at a given url in .csv (comma-separated value) or .tsv (tab-separated value) format. Learn more Web IMPORTFEED DAYS360(start_date, end_date, [method])01 Imports a RSS or ATOM feed. Learn more Web IMPORTHTML DAYS360(start_date, end_date, [method])02 Imports data from a table or list within an HTML page. Learn more Web IMPORTRANGE DAYS360(start_date, end_date, [method])03 Imports a range of cells from a specified spreadsheet. Learn more Web IMPORTXML DAYS360(start_date, end_date, [method])04 Imports data from any of various structured data types including XML, HTML, CSV, TSV, and RSS and ATOM XML feeds. Learn more Web ISURL DAYS360(start_date, end_date, [method])05 Checks whether a value is a valid URL. Learn more

Làm cách nào để tự động tính toán trong Google Sheets?

Lưu ý: Tính năng này không hoạt động cho một số số hoặc định dạng tiền tệ ...
Trên máy tính của bạn, hãy mở một bảng tính trong Google Sheets ..
Làm nổi bật các ô bạn muốn tính toán ..
Ở phía dưới bên phải, tìm khám phá..Bên cạnh khám phá, bạn sẽ thấy "Sum: Total.".
Để xem thêm tính toán, nhấp vào tổng.Trung bình.Tối thiểu.Tối đa.Đếm..

Làm cách nào để tự động áp dụng công thức cho toàn bộ cột trong Google Sheets?

Sử dụng phím tắt để áp dụng công thức cho toàn bộ cột trong Google Sheet mà không cần kéo..
Nhấp vào tiêu đề cột cho cột bạn muốn áp dụng công thức cho ..
Nhập công thức bạn muốn sử dụng vào thanh FX và nhấn Enter ..
Nhấn Ctrl+D trên bàn phím Ctrl+Enter của bạn quá hoạt động ..