Excel Chapter - 7
Excel Chapter - 7
Chapter - 7
Working with Functions:
Work with Ranges:
Active Cell:
When you click in a cell it becomes the active cell. It is also the selected cell because it is
active. The address of the active cell and its contents are shown in the address bar above
the column headings in the worksheet.
Range:
A range is made up of one or more selected cells. A range is addressed using the cell
address at the top left and the cell address at the bottom right and is written with the two
separated by a colon (:). In the example shown below, the range would be written as
A2:A7. Note also that in most circumstances the active cell will be somewhere in the range.
A contiguous range is any group of selected cells that form either a square or a rectangle. A
single cell that is selected is also considered to be a range. Ranges can be selected using the
mouse, the keyboard or a combination of the two. Once selected, you can use the range
for data input, apply formatting, or copy the cells as required.
Non-Contiguous Range:
A range can be made up of non-adjacent cells and ranges – these types of ranges are
known as non-contiguous ranges. They are addressed as normal ranges separated by
commas. For example, the range shown to the right would be written as A2:A7, B2:B7,
C2:C7.
Excel allows you to select more than one range at a time. When this is done the selected
ranges are known as non-contiguous ranges because they are not joined together. To
select non-contiguous ranges, select the first range in the usual way, then hold down Ctrl
Range Calculations:
A useful feature of working with ranges is the ability to see informal calculations based on
the contents of the cells. Providing that the appropriate calculations have been switched
on, they will appear in the status bar whenever a range in the worksheet is selected.
AND Will return the logical value true if all of the arguments you specify are true, and
will return a logical value of false otherwise.
FALSE Will return the logical value false.
PM2 - Management Reporting – IT Office Tools (MS Excel)
IF Will test if a condition that you set is true, and return a specified value if it is,
and another specified value if it isn’t.
NOT Will change logical values from true to false or false to true (not true is false, and
not false is true).
OR Will return a logical value of true if any of the arguments are true and a value of
false if both or all arguments are false.
TRUE Returns the logical value of true.
CLEAN Removes all characters that cannot be printed from the text.
CONCATENATE Joins together strings of text into one larger string.
DOLLAR Converts a number to currency formatted text.
EXACT Will test two text strings to see if they are exactly the same.
FIND Will find the starting location of a string of characters within a
larger string.
LEFT Returns a specified number of characters from the start (left) of a
string.
LEN Gives the number of characters in a text string.
LOWER Converts any uppercase letters in a string to lowercase.
REPLACE Will replace a part of a string with another string.
RIGHT Will give you the specified number of characters from the end or
right of a string.
T Tests if a cell value is text or not.
TEXT Converts a value to number formatted text.
PM2 - Management Reporting – IT Office Tools (MS Excel)
TRIM Removes all extra spaces from a text string (spaces between words
will stay).
UPPER Converts a text string to uppercase.