Excel 2007 Intermediate
Excel 2007 Intermediate
Intermediate skills
Enhanced navigation
Cell locations are not very useful, so we can assign
friendly names to the cells to quickly go to the location.
In this example, we will define a name for a cell and
then show how we can quickly go to the cell.
Enhanced navigation
In this example, Cell B10 is a total of computer
accessories. We want to call this Cell AccTot
which will allow us to locate and reference this
number later as the Accessories total.
Enhanced navigation
In the cell location box, simply type Acctot and press
[Enter].
Now we can navigate immediately to that cell from
anywhere in the worksheet by using the drop-down in
the cell location box.
We can also still use its cell address: J23.
Comments
Comments are handy in Excel because they can
give context to a cell where there may not be room
to clearly do such.
When comments are used, the corner of the cell
will turn red.
Clicking on the cell or hovering over the comment
tick will pop out the comment.
Apply any text formatting to a comment.
Comments can be shown or hidden.
Comments
You can also add comments into formulas when a cell
comment isn’t necessary.
Simply use the +N(“Comment String”) format in your
formula:
SUM(C1+D1)+N(“Your comment here”)
Using formula comments does not flag the result cell,
but the text will appear in the formula bar when the
cell is selected.
Goal seeking
Goal seeking can help you evaluate variable conditions
in a formula. For example, when purchasing a vehicle,
you know that the result of the monthly payment
should be as close to $510, but you aren't sure what the
needed components are to get you there.
Macros
Macros are sequenced commands that can be called
to repeat tasks; these can be big time-savers.
Macros can be used to enter text repeatedly or
automate other tasks.
Macros