Excel functions
Excel functions
• The SUM() function, as the name suggests, gives the total of the
selected range of cell values. It performs the mathematical operation
which is addition. Here’s an example of it below:
• =SUM(C2:C4)
AVERAGE
• The function COUNT() counts the total number of cells in a range that
contains a number. It does not include the cell, which is blank, and the
ones that hold data in any other format apart from numeric.
• =COUNT(C1:C4)
MODULUS
• The LEFT() function gives the number of characters from the start of a
text string. Meanwhile
• =LEFT(A7)
MID
• the MID() function returns the characters from the middle of a text
string,
• =MID(A7)
RIGHT()
• the right() function returns the number of characters from the end of a
text string.
• =RIGHT(A7)
NOW()
• The NOW() function in Excel gives the current system date and time.
• =NOW()
DATEDIF()