Excel Basics SPARTA
Excel Basics SPARTA
Notation
2. Select "Formulas".
Auditing Formulas
Shows the cells related to the selected cell and formula (backward
tracing)
Trace Precedents(button)
- An arrow will identify sources (dot) of the data in the active cell
(arrowhead).
- Each click of the "Trace Precedents" button will reveal the previous
step in the data.
Shows where the current cell and formula is used (forward tracing).
Trace Dependents(button)
Trace Dependents(button)
- Each click of the "Trace Dependents" button will reveal the next step
further in the data.
Other Functions:
To remove arrows:
Removes all arrows with one click. Drop-down menu allows for removing
precedent or dependent arrows one by one
To show formula:
To check error/s:
Used to check for errors in the whole spreadsheet Also has "Trace Error"
function
To evaluate formula:
Summation Button
1. Select the cells with data for summation, plus a blank cell for the result
HINT: Excel will display a green marker on the top left corner of the result
if the computed range has data adjacent to the selection.
Range Names
Naming Rules:
Letter
Underscore (_)
Backslash (/)
Letter
Number
Period
Underscore
3. Not Allowed
Excel shortcut
Single letters "R" and "C"
3. Type in desired name adhering to the naming rules (names are not
case-sensitive).
4. Press "Enter".
5. To rename or change, click the drop down arrow on the name box.
7. To edit range within "Name Manager", select range name then click
the "edit" button.
To delete:
1. Click 'Name Manager" on the formulas tab.
NOTE: Deleting the range name does not delete the data in the cells.
1. Select cells; The first cell with header to be the name of the range
2. Follow Method 2.
Most Excel users tend to use rather small worksheets, and therefore it is
relatively easy to scroll up to the top of the document just by using the
mouse roller, pressing the UP button, or clicking and dragging the scroll bar
up to the top.
As an aspiring data professional, you will soon contend with extremely large
worksheets. By large, I mean it could be in the tens of thousands, or even
hundreds of thousands of lines.
Using the roller, UP button or clicking and dragging in this instance will take
too long. Instead of these, you can simply use the Move to the Top of Sheet
command by pressing CTRL + HOME.
If the selected cell is blank, the cursor will go to the next non-blank
cell; or if the selected cell has values, the function will go to the last
non-blank cell.
2. SHIFT + END + “ARROW UP/DOWN/LEFT/RIGHT”
If the selected cell is blank, the task will select from initially selected
cell until the next non-blank cell; or if selected cell has values the
function will select from initially selected cell until the last non-blank
cell.
Go to Option
Alternately, the dialog box can be made to appear using the keyboard
shortcut CTRL + G.
4. Type in cell reference (e.g "A1", then press "OK" to jump to the
desired reference.)
This helps find a specific function and guide users to the correct
syntax. It provides predictive entry for most functions. Hovering over
the entry displays the syntax, a short description and required input.
Syntax:
=FUNCTION(input)
2. From the insert function window, the user may choose to type or
choose a category to search a function.
3. Choose from the list-- a function guide and what it does will be
shown below.
4. Click “ok”. Then, there will be an equals sign (=) on the selected cell
and window.
8. After filling out all the data, click “ok”. If there is an error, a warning
window will appear. Otherwise, the result will appear on the selected
cell.
Sum and Average functions are the basic operations found in Excel.
Method 1: fx Button
Method 2:
4. Type “)”
5. Press "enter".
NOTE: To select multiple cells or range, add comma (,) after cell or
range, or simply press ctrl & select by left clicking or dragging the
mouse.
Syntax (Method 2)
=SUM(range)
Average
An average shows the arithmetic mean of a selected range of cells.
2. Type “=AVERAGE(”
5. Hit "enter".
NOTE: Fx button can also be used to select multiple cells or range, add
comma (,) after cell or range or simply press ctrl & select by left
clicking or dragging the mouse.
Syntax:
=AVERAGE(range)
Counting cells is a tedious process. Even counting ten cells takes time.
Thankfully, there are several functions to facilitate the counting swiftly.
=COUNT(range)
=COUNTA(range)
=COUNTBLANK(range)
* Range can be selected via mouse (Click and drag over chosen cells)
or coded in start_cell:end_cell.
4. Hit "enter".
2. Type “=” followed by the function name, then open parenthesis “(“
NOTE: To select multiple cells or ranges, add comma (,) after the cell
or range, or simple press ctrl and select by left clicking or dragging the
mouse.
4. Hit "enter".
IF Function
This is the first conditional function you will encounter in Excel. The IF
function has three parts: the logical test, a replacement value if true,
and a replacement value if false.
The value to show when True or False is optional to the user. The user
can set the number, text, special character, or a combination of the
said values.
These values, aside from the number, should be quoted like in (“RED”).
Syntax:
5. Pick a value: when criteria is not met; then, close parenthesis “)”
6. Press "enter".
= Equal to
˃ Greater than
˂ Less than
˂˃ Not equal to
Additional Information:
It is possible to use this function with other functions AND() and OR() to
define a series of nar rowing parameters. This is called a nested if
statement. It will not be covered in this course, but you are
encouraged to read up on it and practice.
HLOOKUP – looks for value in the top row of a table and returns the value in
the same column from a specified row
VLOOKUP – looks for value in the leftmost column of a table and returns a
value in the same row from a specified column
Syntax:
hlookup =HLOOKUP(lookup_value, table_array, row_index,
range_lookup)
lookup_value – the value that the function needs to look for in the
given table
3. Type the LOOKUP value or simply select the cell where it is located,
then type comma “,”
5. Type the number of columns for VLOOKUP or row for HLOOKUP. This
is the location where the function will base the result.
8. Hit "enter".
=ROUND(number,num_digits)
5. Hit "enter".
B. RAND – used to return random number greater than or equal to (0) zero
and less than (1) one.
1. Type “ =RAND() “
2. Hit "enter".
=MOD(number,divisor)
2. Type “ =MOD( “
5. Hit "enter".
=INT(number)
3. Hit "enter".
=ABS(number)
3. Hit "enter".
=SQRT(number)
3. Hit "enter".
5. Hit "enter".
H. PI – return of value of pi
=PI()
2. Hit "enter".
=COMBIN(number,number_chosen)
4. Hit "enter".
Math Operations