You are on page 1of 8

Example Company Data Table: 25% 25%

Product Category Units Sold Retail Price Revenue COGS Partner Margin
Household 14 $ 60.00 $ 840.00 $ (210.00) $ (210.00)
Household 20 $ 50.00 $ 1,000.00 $ (250.00) $ (250.00)
Automotive 15 $ 30.00 $ 450.00 $ (112.50) $ (112.50)
Automotive 15 $ 84.00 $ 1,260.00 $ (315.00) $ (315.00)
Outdoors 12 $ 35.00 $ 420.00 $ (105.00) $ (105.00)
Outdoors 17 $ 100.00 $ 1,700.00 $ (425.00) $ (425.00)
Total 93 $ 60.97 $ 5,670.00 $ (1,417.50) $ (1,417.50)

Function Examples:

MIN 12 COUNTIF 2 -273.15


MAX 20 COUNTIFS 1 7,926.37
AVERAGE 15.50 SUMIF 969 24,901.42
MEDIAN 15 SUMIFS 550 0.07
SUM $ 3,194.00 AVERAGEIF 832 0.10
PRODUCT 5670.00 RAND 0.8029 2.75
SUMPRODUCT 5670.00 RANDBETWEEN 20,774 120
COUNT 30 ROUND 25,000.00
COUNTA 36 ROUNDDOWN 24,900.00
COUNTBLANK 0 ROUNDUP 30,000.00
ABS 273.15 PI 3.14159265
Gross Profit
$ 480.00
$ 550.00
$ 255.00
$ 714.00
$ 245.00
$ 950.00
$ 3,194.00

Function Syntax:

ABS =ABS(F14)
RAND =RAND()
RANDBETWEEN =RANDBETWEEN(F15, F16)
ROUND =ROUND(F16,-3)
ROUNDDOWN =ROUNDDOWN(F16,-2)
ROUNDUP =ROUNDUP(F16,-4)
PRODUCT =PRODUCT(B10,C10)
SUMPRODUCT =SUMPRODUCT(B4:B9,C4:C9)
COUNTA =COUNTA(A4:F9)
COUNTBLANK =COUNTBLANK(A4:F9)
PI =PI()
Category Level Function
Math & Trig 1 ABS
Math & Trig 1 PRODUCT
Math & Trig 1 RAND
Math & Trig 1 RANDBETWEEN
Math & Trig 1 ROUND
Math & Trig 1 ROUNDDOWN
Math & Trig 1 ROUNDUP
Math & Trig 1 SUBTOTAL
Math & Trig 1 SUM
Math & Trig 1 SUMIF
Math & Trig 1 SUMIFS
Math & Trig 1 SUMPRODUCT

Math & Trig 2 CEILING

Math & Trig 2 CEILING.PRECISE

Math & Trig 2 EVEN


Math & Trig 2 EXP
Math & Trig 2 FACT
Math & Trig 2 FLOOR
Math & Trig 2 FLOOR.PRECISE

Math & Trig 2 GCD


Math & Trig 2 INT
Math & Trig 2 ISO.CEILING

Math & Trig 2 LCM


Math & Trig 2 MOD
Math & Trig 2 MROUND
Math & Trig 2 ODD
Math & Trig 2 PI
Math & Trig 2 POWER
Math & Trig 2 QUOTIENT
Math & Trig 2 SERIESSUM
Math & Trig 2 SIGN
Math & Trig 2 SQRT
Math & Trig 2 SUMSQ
Math & Trig 2 TRUNC
Math & Trig 3 AGGREGATE
Math & Trig 3 COMBIN
Math & Trig 3 COS
Math & Trig 3 COSH
Math & Trig 3 FACTDOUBLE
Math & Trig 3 LN
Math & Trig 3 LOG
Math & Trig 3 LOG10
Math & Trig 3 MULTINOMIAL
Math & Trig 3 SIN
Math & Trig 3 SINH
Math & Trig 3 SUMX2MY2

Math & Trig 3 SUMX2PY2

Math & Trig 3 SUMXMY2

Math & Trig 3 TAN


Math & Trig 3 TANH
Math & Trig 4 ACOS
Math & Trig 4 ACOSH
Math & Trig 4 ASIN
Math & Trig 4 ASINH
Math & Trig 4 ATAN
Math & Trig 4 ATAN2
Math & Trig 4 ATANH
Math & Trig 4 DEGREES
Math & Trig 4 MDETERM
Math & Trig 4 MINVERSE
Math & Trig 4 MMULT
Math & Trig 4 RADIANS
Math & Trig 4 ROMAN
Math & Trig 4 SQRTPI
Description
Returns the absolute value of a number
Multiplies its arguments
Returns a random number between 0 and 1
Returns a random number between the numbers you specify
Rounds a number to a specified number of digits
Rounds a number down, toward zero
Rounds a number up, away from zero
Returns a subtotal in a list or database
Adds its arguments
Adds the cells specified by a given criteria
Adds the cells in a range that meet multiple criteria
Returns the sum of the products of corresponding array components

Rounds a number to the nearest integer or to the nearest multiple of


significance
Rounds a number the nearest integer or to the nearest multiple of
significance. Regardless of the sign of the number, the number is
rounded up.

Rounds a number up to the nearest even integer


Returns e raised to the power of a given number
Returns the factorial of a number
Rounds a number down, toward zero
Rounds a number the nearest integer or to the nearest multiple of
significance. Regardless of the sign of the number, the number is
rounded up.

Returns the greatest common divisor


Rounds a number down to the nearest integer
Returns a number that is rounded up to the nearest integer or to the
nearest multiple of significance
Returns the least common multiple
Returns the remainder from division
Returns a number rounded to the desired multiple
Rounds a number up to the nearest odd integer
Returns the value of pi
Returns the result of a number raised to a power
Returns the integer portion of a division
Returns the sum of a power series based on the formula
Returns the sign of a number
Returns a positive square root
Returns the sum of the squares of the arguments
Truncates a number to an integer
Returns an aggregate in a list or database
Returns the number of combinations for a given number of objects
Returns the cosine of a number
Returns the hyperbolic cosine of a number
Returns the double factorial of a number
Returns the natural logarithm of a number
Returns the logarithm of a number to a specified base
Returns the base-10 logarithm of a number
Returns the multinomial of a set of numbers
Returns the sine of the given angle
Returns the hyperbolic sine of a number
Returns the sum of the difference of squares of corresponding values
in two arrays
Returns the sum of the sum of squares of corresponding values in two
arrays
Returns the sum of squares of differences of corresponding values in
two arrays
Returns the tangent of a number
Returns the hyperbolic tangent of a number
Returns the arccosine of a number
Returns the inverse hyperbolic cosine of a number
Returns the arcsine of a number
Returns the inverse hyperbolic sine of a number
Returns the arctangent of a number
Returns the arctangent from x- and y-coordinates
Returns the inverse hyperbolic tangent of a number
Converts radians to degrees
Returns the matrix determinant of an array
Returns the matrix inverse of an array
Returns the matrix product of two arrays
Converts degrees to radians
Converts an arabic numeral to roman, as text
Returns the square root of (number * pi)
Syntax Favorites
=ABS(number)
=PRODUCT(number1,number2,...)
=RAND()
=RANDBETWEEN(bottom,top)
=ROUND(number,num_digits)
=ROUNDDOWN(number,num_digits)
=ROUNDUP(number,num_digits)
=SUBTOTAL(function_num,ref1,...)
=SUM(number1,number2,...)
=SUMIF(range,criteria,[sum_range])
=SUMIFS(sum_range,criteria_range,criteria,...)
=SUMPRODUCT(array1,array2,[array3],...)

=CEILING(number,significance)

=CEILING.PRECISE(number,significance)

=EVEN(number)
=EXP(number)
=FACT(number)
=FLOOR(number,significance)
=FLOOR.PRECISE(number,significance)

=GCD(number1,number2,...)
=INT(number)
=ISO.CEILING(number,significance)

=LCM(number1,number2,...)
=MOD(number,divisor)
=MROUND(number,multiple)
=ODD(number)
=PI()
=POWER(number,power)
=QUOTIENT(numerator,denominator)
=SERIESSUM(x,n,m,coefficients)
=SIGN(number)
=SQRT(number)
=SUMSQ(number1,number2,...)
=TRUNC(number,num_digits)
=AGGREGATE(function_num,options,array,k)
=COMBIN(number,number_chosen)
=COS(number)
=COSH(number)
=FACTDOUBLE(number)
=LN(number)
=LOG(number,base)
=LOG10(number)
=MULTINOMIAL(number1,number2,...)
=SIN(number)
=SINH(number)
=SUMX2MY2(array_x,array_y)

=SUMX2PY2(array_x,array_y)

=SUMXMY2(array_x,array_y)

=TAN(number)
=TANH(number)
=ACOS(number)
=ACOSH(number)
=ASIN(number)
=ASINH(number)
=ATAN(number)
=ATAN2(x_num,y_num)
=ATANH(number)
=DEGREES(angle)
=MDETERM(array)
=MINVERSE(array)
=MMULT(array1,array2)
=RADIANS(angle)
=ROMAN(number,form)
=SQRTPI(number)

You might also like