Inserting A Row Microsoft Excel / Getting Started
Likewise, we can also insert rows. With the row label (number) selected you must choose the Row from the Insert menu. Again this will insert a row before the row you have selected.
Inserting A Column Microsoft Excel / Getting Started
Sometimes we (all) make mistakes or things change. If you have a spreadsheet designed and you forgot to include some important information, you can insert a column into an existing spreadsheet.
Fill Right Microsoft Excel / Getting Started
We can also fill right. We must select the original cell (and the cells to the right) and select from the Edit menu -- Fill and Right.
Absolute Positioning Microsoft Excel / Getting Started
Sometimes it is necessary to keep a certain position that is not relative to the new cell location. This is possible by inserting a $ before the Column letter or a $ before the Row number (or both). This is called Absolute Positioning.
Fill Down Microsoft Excel / Getting Started
Often we have several cells that need the same formula (in relationship) to the location it is to be typed into. There is a short cut that is called Fill Down.
Formulas in Excel Microsoft Excel / Getting Started
Formulas are entries that have an equation that calculates the value to display. We DO NOT type in the numbers we are looking for; we type in the equation. This equation will be updated upon the change or entry of any data that is referenced in the equation.
PMT (loan stuff) Function Microsoft Excel / Functions and Formula
The PMT function returns the periodic (in this case monthly) payment for an annuity (in this case a loan). This is the PMT function that was used for the car purchase in the first example. There are a few things that we must know in order for this function to work.
IF Function Microsoft Excel / Functions and Formula
The next function we will discuss is IF. The IF function will check the logical condition of a statement and return one value if true and a different value if false.
CountA Function Microsoft Excel / Functions and Formula
This tutorial describes CountA function. This will return the number of entries (actually counts each cell that contains number data OR text data) in the selected range of cells.
Count Function Microsoft Excel / Functions and Formula
The function we will discuss is Count. This will return the number of entries (actually counts each cell that contains number data) in the selected range of cells.