london town

Excel’s mathematical functions are versatile tools that can be applied to a wide range of tasks. Here are some common use cases: 

Financial Analysis

  • Calculating loan payments: Use the PMT function to determine monthly payments for a loan.

  • Projecting future values: Employ the FV function to estimate the future value of an investment.

  • Analyzing investment returns: Utilize the IRR and NPV functions to evaluate the profitability of investments.

Data Analysis

  • Statistical analysis: Calculate mean, median, mode, standard deviation, and variance using functions like AVERAGE, MEDIAN, MODE, STDEV, and VAR.

  • Data normalization: Normalize data to a specific range using functions like MIN, MAX, and the division operator.

  • Trend analysis: Use linear regression and other statistical techniques to identify trends and patterns in data.  

Engineering and Scientific Calculations

  • Trigonometric calculations: Solve problems involving angles, distances, and forces using functions like SIN, COS, TAN, ASIN, ACOS, and ATAN.

  • Engineering formulas: Implement complex engineering formulas to calculate stress, strain, and other engineering parameters.

  • Scientific modeling: Model physical phenomena using mathematical functions to simulate real-world scenarios.
onsite online logo
Math
FunctionVersionPurposeArguments
ABSExcel 2003Find the absolute value of a numbernumber
AGGREGATEExcel 2010Return aggregate calculationfunction_num options ref1 ref2 
ARABICExcel 2013Converts a Roman numerals to an Arabic numeralsroman_text
BASEExcel 2013Convert number to another base.number radix min_length
CEILINGExcel 2003Round a number up to nearest multiplenumber significance
CEILING.MATHExcel 2013Round a number up to nearest multiplenumber significance mode
CEILING.PRECISEExcel 2010Round a number up to nearest multiplenumber significance
COMBINExcel 2003Get number of combinations without repetitionsnumber number_chosen
COMBINAExcel 2013Get number of combinations with repetitionsnumber number_chosen
DECIMALExcel 2013Convert a number in a different base to a decimal numbernumber radix
EVENExcel 2003Round a number up to the next even integernumber
EXPExcel 2003Find the value of e raised to the power of a numbernumber
FACTExcel 2003Find the factorial of a numbernumber
FACTDOUBLEExcel 2003Get double factorial of a numbernumber
FLOORExcel 2003Round a number down to the nearest specified multiplenumber significance
FLOOR.MATHExcel 2013Round number down to nearest multiplenumber significance mode
FLOOR.PRECISEExcel 2010Round number down to nearest multiplenumber significance
GCDExcel 2003Get the greatest common divisor of numbersnumber1 number2 
INTExcel 2003Get the integer part of a number by rounding downnumber
LCMExcel 2003Get the least common multiple of numbersnumber1 number2 
LNExcel 2003Get the natural logarithm of a numbernumber
LOGExcel 2003Get the logarithm of a numbernumber base
LOG10Excel 2003Get the base-10 logarithm of a numbernumber
MDETERMExcel 2003Get matrix determinant of given arrayarray
MINVERSEExcel 2003Get inverse matrix of arrayarray
MMULTExcel 2003Perform matrix multiplicationarray1 array2
MODExcel 2003Get the remainder from divisionnumber divisor
MROUNDExcel 2003Round a number to the nearest specified multiplenumber significance
MUNITExcel 2013Return unit matrix for a given dimensiondimension
ODDExcel 2003Round a number up to the next odd integernumber
PIExcel 2003Get the value of π 
POWERExcel 2003Raise a number to a powernumber power
PRODUCTExcel 2003Get the product of supplied numbersnumber1 number2 
QUOTIENTExcel 2003Returns the quotient without a remainder.numerator denominator
RANDExcel 2003Get a random number between 0 and 1 
RANDBETWEENExcel 2003Get a random integer between two valuesbottom top
ROMANExcel 2003Converts numbers to Roman numeralsnumber form
ROUNDExcel 2003Round a number to a given number of digitsnumber num_digits
ROUNDDOWNExcel 2003Round down to given number of digitsnumber num_digits
ROUNDUPExcel 2003Round a number up to a given number of digitsnumber num_digits
SIGNExcel 2003Get the sign of a numbernumber
SQRTExcel 2003Find the positive square root of a numbernumber
SUBTOTALExcel 2003Get a subtotal in a list or databasefunction_num ref1 ref2 
SUMExcel 2003Add numbers togethernumber1 number2 number3 
SUMIFExcel 2003Sum cells in a range that meet criteriarange criteria sum_range
SUMIFSExcel 2007Sum cells in a range that meet criteriasum_range range1 criteria1 range2 criteria2 
SUMPRODUCTExcel 2003Multiply, then sum arraysarray1 array2 
SUMSQExcel 2003Get sum of squares of supplied valuesnumber1 number2 
SUMX2MY2Excel 2003Sum of difference of squares in two arraysarray_x array_y
SUMX2PY2Excel 2003Get sum of squares in two arraysarray_x array_y
SUMXMY2Excel 2003Sum of squares of differences in two arraysarray_x array_y
TRUNCExcel 2003Truncate a number to a given precisionnumber num_digits