MS Excel Formulas
MS Excel Formulas
• There are 24 Date and Time functions listed on the drop-down menu under
Formulas > Date & Time: 11 Date formats, 10 Time formats, and as many user-
defined custom formats you can create.
• The TODAY function reveals the current month, day, and year;
• While the NOW function reveals the current month, day, year, and time of day.
This is a handy function if you’re one of those individuals who always forgets to
date your work.
SUM FUNCTIONS
• This function removes extra (or padded) spaces that infect your data
as a result of user error, downloading data from an external source
such as the Internet, or importing data from another computer
system. And you don’t have to “tell Excel” where the spaces are
located in the string of text in each cell; it recognizes the extra
spaces and removes them. Note; however, that it will not remove a
space in the middle of a word. The syntax is simple: =TRIM(cell
address).
UPPER/LOWER/PROPER
• When Lotus 1-2-3 was the only game in town, you could enter a
backslash followed by any character and Lotus would repeat that
character throughout a cell. If the cell width grew larger or smaller,
so did the character. In Excel, this feature is handled by the function
REPT. It’s not quite as efficient because you must add the character
to the formula, then specify how many times you want that character
repeated. This means if the cell width is increased, the repeated
character is not, and if the cell width is decreased, the repeated
character bleeds over into the adjacent cell.
IF STATEMENT