Adv Excel
Adv Excel
GRAPHS
Graphs are used to illustrate trends over time, and charts illustrate patterns or contain
information about frequency. Select the Excel chart or graph format that best fits your needs.
Line charts are used to display trends over time. Use a line chart if you have text labels,
dates or a few numeric labels on the horizontal axis. Use a scatter plot (XY chart) to show
scientific XY data.
FILTER
The FILTER function in Excel is used to filter a range of data based on the criteria that you
specify. The function belongs to the category of Dynamic Arrays functions. The result is an
array of values that automatically spills into a range of cells, starting from the cell where you
enter a formula.
Conditional Formatting in Excel
Highlight Cells Rules | Clear Rules | Top/Bottom | Conditional Formatting with Formulas
Conditional formatting in Excel enables you to highlight cells with a certain color, depending on
the cell's value.
Highlight Cells Rules
To highlight cells that are greater than a value, execute the following steps.
5. Click OK.
Result. Excel highlights the cells that are greater than 80.
Explanation: always write the formula for the upper-left cell in the selected range. Excel
automatically copies the formula to the other cells. Thus, cell A2 contains the formula
=ISODD(A2), cell A3 contains the formula =ISODD(A3), etc.