Excel Functions
Excel Functions
SUM Function
The SUM function adds all the numbers in the range of cells and re-
turns the result of the addition. The SUM function will return the
sum of the values which are entered as multiple arguments. A total
of 255 individual arguments can be handled by the SUM Function,
which can include cell references, constants, ranges, arrays, and
constants. It is an inbuilt function in Excel categorized as a Math/
Trig Function.
AVERAGE Function
The AVERAGE function calculates the average (arithmetic mean) of
numbers provided as arguments. To calculate the average, Excel
adds the numbers together and divides by the total number of val-
ues supplied. AVERAGE can handle up to 255 individual argu-
ments, which can include numbers, cell references, ranges, arrays,
and constants. The AVERAGE function is an inbuilt function in Ex-
cel and is categorized as a Statistical Function.
AGGREGATE Function
Returns an aggregate in a list or database. The AGGREGATE func-
tion returns an aggregate calculation like AVERAGE, COUNT,
MAX, etc., optionally ignoring hidden rows and errors. A total of 19
operations are available, specified by function number within the
first argument.
It was created by Microsoft to deal with the restrictions of condi-
tional formatting. Some conditional formatting cannot be applied if
there are errors within the range. The Excel AGGREGATE function
allows you to ignore errors or hidden rows. The AGGREGATE func-
tion is an inbuilt function in Excel and is categorized as a Math/Trig
Function.
COUNT Function
The COUNT function returns the count of numeric values within the
list of supplied arguments. Arguments can be individual items, cell
references, or ranges up to a total of 255 arguments. All numbers
including negative values, percentages, dates, fractions, and time
are counted. Empty cells and text values are ignored. The COUNT
function is an inbuilt function in Excel and is categorized as a Statis-
tical Function.
Note: The COUNTA function returns the count of cells that contain
numbers, text, logical values, error values, and empty text (“”).
COUNTA does not count empty cells.
MAX Function
MIN Function
IF Function
The IF function is one of the most popular functions in Excel which
allows you to make a logical comparison between a value and what
you expect based on a condition. The IF function performs a logical
test that returns a specified value when conditions are met (TRUE
result), and another specified value when otherwise (FALSE result).
For example, to “pass” scores above 40: =IF(A1>40,”Pass”,”Fail”).
To test more than one condition, we can use nesting IF functions.
Logical functions like AND and OR can be nested within IF function
to test multiple conditions. The IF function is an inbuilt function in
Excel and is categorized as a Logical Function.
AND Function
In Excel AND function does not have any narrow usefulness, but in
combination with other Excel functions, AND can significantly ex-
tend the capabilities of your worksheet. One of the most common
uses of the Excel AND function is found in the logical test argument
of the IF function to test several conditions instead of just one. The
AND function is an inbuilt function in Excel and is categorized as a
Logical Function.
OR Function
Use the OR function, one of the logical functions, to determine if
any conditions in a test are TRUE.
SUMIFS Function
SUMIFS function returns the sum of cells that meet multiple condi-
tions simultaneously. Criteria can be applied to dates, numbers, and
text. The SUMIF function supports logical operators (>,<,<>,=).The
SUMIFs function supports logical operators (>,<,<>,=) and wild-
cards (*,?) for partial matching.
COUNTIFS Function
The Excel COUNTIFS function returns the count of cells that meet
one or more criteria. COUNTIFS can be used with criteria based on
dates, numbers, text, and other conditions. COUNTIFS supports
logical operators (>,<,<>,=) and wildcards (*,?) for partial matching.
The COUNTIFS function is an inbuilt function in Excel and is cate-
gorized as a Statistical Function.
VLOOKUP Function
VLOOKUP is an Excel function to lookup and retrieves data from a
specific column in a table. We can use VLOOKUP when we need to
find things that are aggregated in a table or as a range by row. For
example, look up the price of a medicine by the unique code, or find
details of an employee based on their employee ID.
RIGHT Function
LEFT Function
LEFT function is a function which is used to give the number of
characters from the start from the string which is from left to right,
The LEFT function in Excel is a function which allows you to extract
a substring from a string and starts from the leftmost character.
MID Function
TRIM Function
The TRIM function removes all spaces from text except for single
spaces between words. Use TRIM on text that you have received
from another application that may have irregular spacing. It returns
a text value with the leading, trailing and unnecessary spaces be-
tween words in a string removed.
CONCATENATE Function
CONCATENATE or join text is an Excel function is used to join two
or more strings into one string.
TEXTJOIN Function
The TEXTJOIN function combines the text from multiple ranges
and/or strings, and includes a delimiter you specify between each
text value that will be combined. If the delimiter is an empty text
string, this function will effectively concatenate the ranges.
TIME FUNCTION
The Time functions are useful for assembling dates that need to
change dynamically based on other values in a worksheet. Since
most data sets in accounting make sense for financial periods, date
functions are of huge relevance in the cut-off period and current pe-
riod calculations.
EOMONTH Function
The EOMONTH function in Excel returns the last day of the month,
n months in the past or future. You can use EOMONTH to calculate
expiration dates, due dates, and other dates that need to land on
the last day of a month. A positive value for months returns a date
in the future, and a negative value to returns a date in the past.
EDATE Function
The EDATE function returns date on the same day of the month, n
months in the past or future. You can use EDATE to calculate expi-
ration dates, maturity dates, and other due dates. A positive value
for months returns a date in the future, and a negative value to re-
turns a date in the past.
ERROR HANDLING
Error handling refers to the response and recovery procedures from
errors which may arise during the course of our work using
Microsoft Excel. In other words, it is the process which comprises of
anticipation, detection and resolution of errors. It helps make the
spreadsheet look more presentable by returning a response to the
errors that may arise, proactively.
IFERROR Function
The IFERROR function traps and handles errors in a formula. IFER-
ROR returns a particular value you specify if a formula happens to
evaluate to an error; otherwise, it returns the result of the formula.
FORMATTING
Formatting refers to the appearance or presentation of your essay.
Another word for formatting is the layout. It helps in a presentation
that increases the understandability of the reports generated from
the user’s perspective.
ROUNDUP Function
ROUNDUP function in Excel returns a number rounded up to a
given number of decimal places. Unlike standard rounding, where
numbers less than 5 are rounded down, ROUNDUP rounds all
numbers up
TEXT Function
The TEXT function lets you alter the way a number appears by ap-
plying formatting to it with format codes. It’s useful in situations
where you want to display numbers in a more readable format,
combine numbers with text or symbols and to embed formatted
numbers inside text. The TEXT function returns a value converted
to text in a specified format.