Excel Formulas Book PDF

5.77 MB / 285 Pages
0 likes
share this pdf Share
DMCA / report this pdf Report
Excel Formulas Book
Preview PDF

Excel Formulas Book

Excel formulas allow you to automate calculations. Once set up, formulas automatically update their results whenever the input data changes. This saves time and reduces the risk of errors associated with manual calculations.

Excel formulas ensure accuracy in calculations, reducing the possibility of human error that comes with manual calculations. They perform calculations consistently and reliably, providing accurate results every time.

500+ Excel Shortcut Keys

FormulaDescription
SUMAdds up all the numbers in a range or array.
AVERAGECalculates the average of numbers in a range or array.
MINReturns the smallest number in a range or array.
MAXReturns the largest number in a range or array.
COUNTCounts the number of cells that contain numbers in a range.
COUNTACounts the number of non-empty cells in a range.
COUNTIFCounts the number of cells that meet a specific condition.
COUNTIFSCounts the number of cells that meet multiple conditions.
SUMIFAdds up the numbers in a range that meet a single condition.
SUMIFSAdds up the numbers in a range that meet multiple conditions.
AVERAGEIFCalculates the average of numbers in a range that meet a single condition.
AVERAGEIFSCalculates the average of numbers in a range that meet multiple conditions.
IFReturns one value if a condition is true and another if false.
ANDReturns TRUE if all arguments are TRUE, and FALSE otherwise.
ORReturns TRUE if any argument is TRUE, and FALSE if all are FALSE.
NOTReverses the logical value of its argument.
VLOOKUPLooks up a value in the first column of a table and returns a value in the same row from another column.
HLOOKUPLooks up a value in the first row of a table and returns a value in the same column from another row.
INDEXReturns the value of a cell in a specified row and column of a range.
MATCHSearches for a specified value in a range and returns its relative position.
OFFSETReturns a reference offset from a starting cell by a specified number of rows and columns.
CONCATENATEJoins two or more text strings into one string.
LEFTExtracts a specified number of characters from the beginning of a text string.
RIGHTExtracts a specified number of characters from the end of a text string.
MIDExtracts a specific number of characters from a text string, starting at a specified position.
LENReturns the number of characters in a text string.
TRIMRemoves leading and trailing spaces from text.
UPPERConverts text to uppercase.
LOWERConverts text to lowercase.
PROPERCapitalizes the first letter of each word in text.
SUBSTITUTESubstitutes new text for old text in a text string.
FINDFinds one text string within another (case-sensitive).
SEARCHFinds one text string within another (case-insensitive).
REPLACEReplaces characters within a text string.
REPTRepeats text a specified number of times.
TEXTConverts a value to text with a specified format.
DATEReturns the serial number of a particular date.
TIMEReturns the serial number of a particular time.
NOWReturns the current date and time.
WEEKDAYReturns the day of the week as a number.
MONTHReturns the month of a date as a number.
YEARReturns the year of a date.
HOURReturns the hour of a time.
MINUTEReturns the minute of a time.
SECONDReturns the second of a time.
TODAYReturns the current date.
NETWORKDAYSReturns the number of working days between two dates.
WORKDAYReturns a date that is a specified number of working days before or after a given date.
EOMONTHReturns the last day of the month before or after a specified number of months.
ROUNDRounds a number to a specified number of digits.
ROUNDUPRounds a number up, away from zero, to the nearest multiple of significance.
ROUNDDOWNRounds a number down, toward zero, to the nearest multiple of significance.
INTRounds a number down to the nearest integer.
CEILINGRounds a number up, away from zero, to the nearest multiple of significance.
FLOORRounds a number down, toward zero, to the nearest multiple of significance.
MODReturns the remainder of a division operation.
ABSReturns the absolute value of a number.
SQRTReturns the square root of a number.
EXPReturns e raised to the power of a given number.
LOGReturns the logarithm of a number to the base you specify.
LNReturns the natural logarithm of a number.
POWERReturns the result of a number raised to a power.
RANDReturns a random number between 0 and 1.
RANDBETWEENReturns a random number between the numbers you specify.
PIReturns the value of pi (3.14159265358979).
SUMPRODUCTReturns the sum of the products of corresponding numbers in one or more arrays.
TRANSPOSETransposes the rows and columns of an array or range of cells.
CONCATConcatenates a list or range of text strings.
TEXTJOINJoins multiple text strings into one text string.
FILTERFilters a range of data based on criteria you define.
SORTSorts the contents of a range or array.
UNIQUEReturns a list of unique values in a range or array.
XLOOKUPSearches a range or array and returns an item corresponding to the first match found.
SEQUENCEReturns an array of sequential numbers.
ROWReturns the row number of a reference.
COLUMNReturns the column number of a reference.
ROWSReturns the number of rows in a range or array.
COLUMNSReturns the number of columns in a range or array.
ADDRESSReturns the cell address as a text string, given the row and column numbers.
INDIRECTReturns the reference specified by a text string.
CHOOSEReturns a value from a list of values, based on a position number.
HYPGEOM.DISTReturns the hypergeometric distribution.
BINOM.DISTReturns the individual term binomial distribution probability.
GAMMA.DISTReturns the gamma distribution.
NORM.DISTReturns the normal distribution.
POISSON.DISTReturns the Poisson distribution.
BETADISTReturns the cumulative beta probability density function.
GAMMADISTReturns the gamma distribution.
T.DISTReturns the Student’s t-distribution.
CHIDISTReturns the one-tailed probability of the chi-squared distribution.
FDISTReturns the F probability distribution.
LOGNORM.DISTReturns the cumulative lognormal distribution.
WEIBULL.DISTReturns the Weibull distribution.
EXPONDISTReturns the exponential distribution.
NORMINVReturns the inverse of the normal cumulative distribution.
NORM.S.INVReturns the inverse of the standard normal cumulative distribution.
T.INVReturns the inverse of the Student’s t-distribution.
CHI.INVReturns the inverse of the one-tailed probability of the chi-squared distribution.
F.INVReturns the inverse of the F probability distribution.
T.TESTReturns the probability associated with a Student’s t-test.
F.TESTReturns the result of an F-test.
Z.TESTReturns the one-tailed probability-value of a Z-test.
CORRELReturns the correlation coefficient between two data sets.
COVARIANCE.PReturns covariance, the average of the products of paired deviations.
RSQReturns the square of the Pearson product moment correlation coefficient.
INTERCEPTReturns the y-intercept of a linear regression line.
SLOPEReturns the slope of the linear regression line.

Download Excel Formulas Book PDF

Free Download
Welcome to 1PDF!