Microsoft Excel
Formula's in Excel are relatively simple, as long as you remember a few rules.
![]() |
ALWAYS Begin the expression with the = sign |
Make sure that you don't hold the shift key down when you hit the = key.
· ALWAYS follow the rules of Validation.
MDAS--- Multiplication, Division, Addition, Subtraction
=Today() Gives you today's date
=Now() Gives you today's date and the current time
=Sum() Finds the sum of a specific range
=Max() Finds the Maximum number of a specific range
=Min() Finds the Minimum number of a specific range
=Avg() Finds the Average of a specific range
=Count() Counts the number of cells in a range (even blank ones)
=CountA() Counts only the cells that are not empty
=IF, Than() Ok on this one you specify a true/false statement
i.e. =IF(A1>=$57.00,A1*10%,A1)
This statement says if the cell contents of A1>=$57.00 then multiply that cell contents by 10%, if not, show the amount in A1.
Calculates the payment for a loan based on constant payments and a constant interest rate.
Syntax
PMT(rate,nper,pv,fv,type)
For a more complete description of the arguments in PMT, see PV.
Rate is the interest rate for the loan.
Nper is the total number of payments for the loan.
Pv is the present value, or the total amount that a series of future payments is worth now; also known as the principal.
Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.
Type is the number 0 (zero) or 1 and indicates when payments are due.
Autofit is generally used after you have completed your spreadsheet. It looks at all your columns and automatically resizes that column to fit the largest entry. WAY COOL!
There are several ways to resize your column.
To Autofit just a column, Double click in the top Right hand corner of the column indicator. It will adjust the entire column.
To Autofit the entire Sheet, select the "Select all button" (The gray rectangle in the upper-left corner of a worksheet where the row and column headings meet.) Point to format on the menu bar, column, autofit selection.
Your fill handle is the little black box in the lower right hand corner of your cell.
Examples of Fill handles:
A macro is a short cut way of doing repetitive keystrokes.
When doing a macro, make sure before you start typing that you start RECORDING!
How do you record a macro. Simple:
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
To Run your macro:
![]() |
||
![]() |
||
![]() |
||
![]() |
Adding a macro to the menu list:
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
Point to View on the menu bar, toolbars, select the toolbar you want. OR right click on the menu bar it will show you all your toolbars. If it has a check, then it is open. Remember also that the Drawing tool bar has an icon on the Standard toolbar!
To customize a toolbar.
![]() |
||
![]() |
. | |
![]() |
||
![]() |
||
![]() |
![]() |
||
![]() |
||
![]() |
You can format text in a chart as you would any other text. Click the text or item, and then change the font, size, and color by clicking the buttons on the Formatting toolbar.
You can rotate, or "angle," text in a chart title or along an axis. You cannot rotate legend text.
![]() |
||
![]() |
||
![]() |
||
![]() |
![]() |
Tip To quickly rotate selected text 45 degrees up or down, click Angle Text Upward or Angle Text Downward on the Chart toolbar.
3. To specify a fill effect, click Fill Effects, and then select the options you want on the Gradient, Texture, or Pattern tabs.
NOTE: Notice that I only formatted one as texture..... You can do all the bars in a series OR just one BE CAREFUL! Make sure you select the entire series!
![]() |
||
![]() |
Simple!