0% found this document useful (0 votes)
42 views36 pages

Choose One Number From 1-63 and Keep It Into Your Mind

The document describes various conditional formatting rules in Excel that can be used to highlight important information in data. It explains how to use rules to format cells based on conditions like highlighting zero values, values above or below average, the top or bottom ranked values, and using data bars, color scales, and icon sets to visually represent values. The conditional formatting tools can make trends, outliers, and other significant data easier to identify.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views36 pages

Choose One Number From 1-63 and Keep It Into Your Mind

The document describes various conditional formatting rules in Excel that can be used to highlight important information in data. It explains how to use rules to format cells based on conditions like highlighting zero values, values above or below average, the top or bottom ranked values, and using data bars, color scales, and icon sets to visually represent values. The conditional formatting tools can make trends, outliers, and other significant data easier to identify.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 36

Choose one number from 1-63

and keep it into your mind.


A

1 3 5 7 9 11 13 15

17 19 21 23 25 27 29 31

33 35 37 39 41 43 45 47

49 51 53 55 57 59 61 63
B

2 3 6 7 10 11 14 15

18 19 22 23 26 27 30 31

34 35 38 39 42 43 46 47

50 51 54 55 58 59 62 63
C

4 5 6 7 12 13 14 15

20 21 22 23 28 29 30 31

36 37 38 39 44 45 46 47

52 53 54 55 60 61 62 63
D

8 9 10 11 12 13 14 15

24 25 26 27 28 29 30 31

40 41 42 43 44 45 46 47

56 57 58 59 60 61 62 63
E

16 17 18 19 20 21 22 23

24 25 26 27 28 29 30 31

48 49 50 51 52 53 54 55

56 57 58 59 60 61 62 63
F

32 33 34 35 36 37 38 39

40 41 42 43 44 45 46 47

48 49 50 51 52 53 54 55

56 57 58 59 60 61 62 63
Manual Formulas
All formulas must start with the
Formula Bar
= sign.
You can type the cell names or
click on the cells to include in
your formula.
After the formula is calculated,
the cell will only display the
result of the formula. The
formula itself will display in the Cells will show
Formula Bar. highlighted with
different colors as
they are added to
the formula.
Order of Operations
If a formula contains more than one
mathematical operator, Excel will
perform the operations in the
following order:
Result
1 Operations enclosed in
Parentheses
2 Exponents (^)
3 Multiplication (*) and Division
(/)
4 Addition (+) and Subtraction (-) Result
Relative and Absolute Cell
References

A relative cell reference adjusts to its new


location when copied or moved to another
cell.
Relative cell references are the default in
Excel. Example: the formula =B2+C2+D2
in E1 was copied to the cells below. The cell
reference changes to match each row
number.
Relative and Absolute Cell
References

An Absolute cell reference contains a


dollar sign ($) before the column letter,
row number or both. Coordinates
preceded by the dollar sign ($) do not
change when copied or moved to a new
cell.
In this example, $B$12 is an absolute
cell reference. When the formula was
copied from E2 to the cells below, that
reference did not change.
Mixed Cell References
Cell references where one part of the reference is
absolute and the other part is relative are called
mixed cell references.
In this example, the column is a relative reference
and changes when the formula is copied. The rows
are absolute references and will not change
regardless of where the formula is moved.
Functions in Excel
Functions are formulas that have been predefined in
Excel. They offer a quick way to do certain common
calculations.

Parts of a Function:
The equal sign indicates that the contents of the
cell will perform a calculation.
The function name identifies the preset operation
to be performed.
Arguments are value(s), parameters, or cell
ranges used to complete the calculation. The
argument(s) are enclosed in parentheses.
Functions in Excel
Excel offers a shortcut to some common
functions on the HOME tab ribbon bar.
Clicking on the triangle next to the
symbol will bring up the choices shown here.
You can click on More Functions to bring
up the Insert Function dialog box shown on
the previous slides.
Lastly, there is a FORMULAS tab on the
ribbon bar that holds many options for
inserting and calculating formulas.
SUM
The SUM function adds all the
numbers in a list or range of cells.
You can add a row, column or
individual cells.
(1)
To select the cells for SUM, you can:
1. Click and drag the mouse to select
a range.
2. Hold the Ctrl button and click on
each cell.
3. Type in the cell reference numbers.
Ranges are entered with a
beginning and ending cell reference
separated by a colon (1).
Individual cells are entered with a (2)
comma between each (2).
AutoSUM
To quickly add all the numbers in a
column or row, Excel has a shortcut
called AutoSUM on the ribbon bar.

Select the cell where you want the


results to show. Then click on the
symbol on the ribbon bar. Excel will
attempt to predict the range of cells to
be calculated.

If the range is correct, just hit enter.

To change the range, you can click and


drag a new range to be calculated or
update the cell references in the
parentheses.
COUNT and COUNTA
The COUNT function simply counts
the number of cells in the selected
range that contain numbers. The
COUNT function will not count text or
symbols.

The COUNTA function counts the


number of cells in the selected range
that are not empty. This function
WILL count text, numbers and
symbols.
MIN and MAX
The MIN function returns the smallest
number in a set of values.

The MAX function returns the largest


value in a set of values.

Logical values and text within the


range will be ignored with both MIN=
functions. MAX=
AVERAGE and ROUND
The AVERAGE function returns the
average (arithmetic mean) of its
arguments.
=AVERAGE(A2:A9)
AVERAGE

The ROUND function rounds a


number to a specified number of
digits.
=ROUND(A2,-3)
This example rounds the numbers to
the next thousand.
IF function
The IF function checks whether a
condition is met, and returns one value if
TRUE and another value if FALSE.
Syntax:
IF(logical_test,value_if_true,value_if_false)
Example:
IF(D2>C2,INCREASE,OK)
This formula checks to see if the value in
column D is greater than the value in
column C.
If it is, it will show INCREASE in column E.
If not, it puts OK in column E.
Conditional formatting
in Excel is a tool that
allows you to change the
appearance of a cell or
range of cells based on
the contents of the cells.

These options are


helpful for highlighting
trends, mistakes in data,
and variances that fall
outside an expected
range.
Highlight Cells Rules

Choose one of the built in rules or


choose More Rules for
customizable options

Great for finding zero values, values


outside normal ranges, negative
values, duplicates, and other
specific amounts

Also can be used for finding dates


and text values
Top/Bottom Rules

Use these options to find values


within the selection that represent
the highest and lowest amounts or
amounts that are above or below
average within the selection.

Could be used for any selected


group of cells, columns or rows.

You can use more than one on the


same selection, using different
formats to differentiate between
them.
Top/Bottom Rules

Another example using Top 5% of values in


the column. Formatted to Green Fill with
Dark Green Text.
Data Bars
Data Bars can be used to visually
interpret the amounts within the
selected range of cells.
Preset options are Gradient Filled
Bars and Solid Filled Bars in 6
different colors. The size of the bar
indicates the amount in comparison
with the other amounts in the
selection.

Gradient blue Solid orange


Color Scales

Color Scales are another way


to visually interpret values in
a selected range of cells.
You can choose 2-color scales
or 3-color scales.
12 preset options available

Scales are customizable


2-scale
Red/White
example

Color Scales
2-color scales have one color for
the highest value in the
selection and one for the lowest
value. Values in between are
represented with shaded
gradations of the two colors.

Minimum and Maximum colors


can be customized with the
these types and any value or
colors.
Icon Sets

Using an Icon set adds picture


icons to cells based on the cell
values. There are several preset
options and they are also fully
customizable.
The default settings use percent,
but you can also set them to
formula, number or percentile.
To customize a selected Icon Set,
go to Manage Rules.
Icon Sets

The default settings for the 3 icon


sets are:
1. Greater than or equal to 67%
2. Less than 67% but Greater
than or equal to 33%
3. Less than 33%
Icon Sets

The default settings for the 4 icon


sets are:
1. Greater than or equal to 75%
2. Less than 75% but Greater
than or equal to 50%
3. Less than 50% but Greater
than or equal to 25%
4. Less than 25%
Icon Sets
The default settings for the 5 icon
sets are:

1. Greater than or equal to 80%


2. Less than 80% but Greater than
or equal to 60%
3. Less than 60% but Greater than
or equal to 40%
4. Less than 40% but Greater than
or equal to 20%
5. Less than 20%
Icon Sets

Icons can be displayed in the cell next


to the cell contents, or they can be the
only thing that displays in the cell.

Check the Show Icon Only box to


hide the cell contents.
Clear Rules
To clear the conditional formatting
rules, select the Clear Rules option at
the bottom of the Conditional
Formatting drop down box.

You can clear the rules from certain


cells or the entire worksheet at once.

To update the details of any of the set


conditional formats, go to Manage
Rules.

You might also like