eSteps4Occ.html
Shall we begin?
The Occasional Expenditures Table calculates the amount each Income Earner needs to contribute toward infrequent Scheduled expenses like Auto Insurance (if paid quarterly), Vehicle Registration, Income Taxes due, Dues paid annually, etc, and Non-scheduled (random) expenses, like Groceries, Gas, Entertainment, Special Occasions, Professional Fees, Bail, etc.
If Numbers is already open and the User Guide Workbook is active,
result: A Worksheet with the default name "Sheet 1" will be added to the Workbook
Skip B and C below, and proceed to "EXPENSES".
If Numbers is open, but the User Guide Workbook is not active,
result: The User Guide Workbook opens.
This is the second of two Expenses List tables; Occasional Expenditures. Because the two Expenses tables are similar in many respects, it will be quicker to modify a copy of the Monthly Payments Table, rather than build the Occasional Expenses Table from scratch.
OPEN THE WORKBOOK
Open the User Guide Workbook, and click the Expenses tab atop the Format pane.
If not already selected
INSERT A SHEET
CREATE A TABLE
Import a Table
The copy is pasted atop the original.
The circle where the white guides meet also serves as a handle for grasping the table.
Yellow-orange lines (barely visible on a light grey background) serve as guides to help align the tables.
Format the Table
With the entire Table selected,
Rename the Table
note: If Numbers won’t accept your entry, it’s because you already have a Title with that name.
In the Headers & Footer section,
Add Columns
Format Cells
Delete Cell Contents
Delete a Row
While holding down the option/alt and command keys,
Expand a Section
result: Range (E2:H17) becomes the active selection.
Click the Cell tab.
FORMULAS
Enter a Formula
A formula entry bar appears.
In the Data Format section,
From the
drop-down menu,From the
drop-down menu,Enter and Copy a Formula
A formula entry bar appears, with a blinking cursor in it.
IF(ISBLANK(C4),"",SUM(E4×52+F4×26+H4÷12+G4)×Income 1::F$8÷Summary::C$2)
Format Entire Table
Click on the circle at the top of the Worksheet, where the white Column Letter and Row Number guides intersect.
In the Data Format section of the Format pane,
Below the Data Format section is the Fill section, and below that is the Border section.
The Border section contains a group of icons (Outline, Inside borders, All borders, etc.). It also contains two drop-down menus (“Border Styles” and a thick, solid black line), a black rectangle with a colorful circle attached to it, and a selection box with an “up” caret and a “down” caret beside it.
Format a Column
CONDITIONAL HIGHLIGHTING
For Alert!
In the Conditional Highlighting section,
For Appearance
FORMATTING
Text
Select a Column
Format Entire Table
Enter a Formula
Copy a Formula
SAVE YOUR WORK [File > Save].
aphorism
comment box
If the Format pane is not visible along the right edge of the , click the Format button near the right edge of the title bar, to open it.
SELECT THE WORKSHEET
result: The Sheet properties are displayed in the Format pane.
FORMAT THE WORKSHEET
In the Sheet properties pane, there are three sections: Sheet Name, Background, and the Duplicate Sheet and Delete Sheet buttons.
result: A transparent brown background highlight indicates the value is selected.
Note: If Numbers won’t accept your entry, it’s because you already have a sheet with that name.
result: Your entry appears in the Sheet Tab, above the Workspace (Sheet).
In the Background section,
result: The Sheet Color dialog box appears.
If “RGB Sliders” is not already showing in the selection box,
When a brown background highlights the text, and a thick green border surrounds the text box.
result: The Workspace (white Table Cells and surrounding background) changes to light grey.
ENLARGE THE VIEW
Absolute and Relative Cell References
It's hard to explain the difference between Absolute and Relative references.
When you put your dog on a leash and let him take you for a walk, you go wherever he goes. His position and distance, relative to you, is always the same, no matter where you go.
When you chain your dog to a stake, and go for a walk without him, you're not only a dick, his position is absolute.
Understand?
Say my dog and I live on a spreadsheet. I'm out, walking my dog. You call, and want to know where we are. The convesation might go something like this: "Well, right now, I'm at Cell (F4), and Harvey's at Cell (F6). And now, I'm at Cell (F5), and Harvey's at Cell (F7)". In a few minutes I'll be at Cell (F11), and Harvey will be at Cell (F13), and so on. That's relative.
If I'd gone for a walk by myself, the conversation would be different. Maybe something like: "Well, right now, I'm at Cell (F4), and Harvey's at Cell (A1). And now, I'm at Cell (F5), and Harvey's still at Cell (A1)". In a few minutes I'll be at Cell (F11), and Harvey, well, he'll still be at Cell (A1), because I absolutely refuse to take him for a walk.
Now, why is this important?
Well, let's say you give me a shopping list: 4 pears, 5 apples, and 6 sticks of dynamite. Pears are $0.79 each, apples are $0.89 each, and sticks of dynamite are $0.99 each. You give me $15 and tell me I can keep the change. The first thing I want to know is, what's in it for me. I can't do the math in my head. So I pull out my spreadsheet.
In Column (A), Row (1) I write, "4", drop down a Row and write, "5", drop down a Row and write "6". In Column (B), Row (1) I write, "".79", drop down a Row and write, ".89", drop down a row and write, ".99".
In Column (C), Row (1) I write, "= Cell (A1) x Cell (B1)", and click the green check mark, then click on the yellow dot, and drag down to (and including) Cell (C3). 3.16 4.45 5.94
But what if you gave me $15 and a shopping list that just said: pears, apples, dynamite, 5 each? My spreadsheet and formula would look different. Because I wouldn't need to list three quantities. I could. But then my example falls apart. So bear with me.
In Column (A), Row (1) I write, "5". In Column (B), Row (1) I write, "".79", drop down a Row and write, ".89", drop down a row and write, ".99".
In Column (C), Row (1) I would write, "= Cell (A$1) x Cell (B1)", and click the green check mark, then click on the yellow dot, and drag down to (and including) Cell (C3). 3.95 4.45 4.95
When you copy and paste, or copy a formula down (or up, or over), Numbers automatically fills in the formulas, using relative references. If I want to refer to the same Cell in the formulas I copy, I have to make that the reference to that Cell "absolute". The way that is done is to put a dollar sign ("$") in front of it. If I want to copy down a Range, and refer to the same cell in each formula, I have to make the Row number reference absolute. If I want to copy across a range, and refer to the same Cell in each formula, I have to make the Column Letter reference absolute. And the way to make a reference absolute is with a dollar sign ("$"), like the $ in the first formula you entered, in this table (Income 1::F$8 ...) The reference to Row "8" was absolute. Had you left out the dollar sign, the formulas copied down the range whould have failed, because they would have referred to Row "9", then Row "10", Row "11", and so on, and there was no data in Row "9", and there was no Row "10" in the table.
Review:
Because the two Expenses tables are similar in many respects, it will be quicker to modify a copy of the Monthly Payments Table, rather than build the Occasional Expenses Table from scratch.
step by step
Open the User Guide Workbook, and click the Expenses tab atop the Format pane.
Copy a Table
The copy is pasted atop the original.
The circle where the white guides meet also serves as a handle for grasping the table.
Light orange lines serve as guides to help align the tables. They are not easy to see on a light grey background, but you can’t have everything.
Format the Table
With the entire Table selected,
Rename a Table
note: If Numbers won’t accept your entry, it’s because you already have a Title with that name.
In the Headers & Footer section,
Add Columns
Format Cells
Delete Cell Contents
Delete a Row
NAME THE TASK
A formula entry bar appears, with a blinking cursor in it.
or,
Because this is an eBook, simply copy and paste it to the formula bar.
In the Data Format section,
From the
drop-down menu,From the
drop-down menu,Enter Formulas
A formula entry bar appears, with a blinking cursor in it.
single:
SUM(E4×52+F4×26+H4)÷12+G4
married:
IF(ISBLANK(C4),"",SUM(E4×52+F4×26+H4÷12+G4)×Income 1::F$8÷Summary::C$2)
or,
Because this is an eBook, simply copy and paste it to the formula bar.
Format Entire Table
Click on the circle at the top of the Worksheet, where the white Column Letter and Row Number guides intersect.
In the Data Format section of the Format pane,
Below the Data Format section is the Fill section, and below that is the Border section.
The Border section contains a group of icons (Outline, Inside borders, All borders, etc.). It also contains two drop-down menus (“Border Styles” and a thick, solid black line), a black rectangle with a colorful circle attached to it, and a selection box with an “up” caret and a “down” caret beside it.
Format a Column
Conditional Highlighting
In the Conditional Highlighting section,
Format Text
Select a Column
Format Entire Table
Enter a Formula
Copy a Formula
SAVE YOUR WORK [File > Save].
¡ ™ £ ¢ ∞ § ¶ • ª º–≠
œ ∑ ´ ® † ¥ ¨ ˆ ø π “ ‘ «
å ß ∂ ƒ © ˙ ∆ ˚ ¬ … æ
Ω ≈ ç √ ∫ ˜ µ ≤ ≥ ÷
TAB, ⋬⋭⋮⋯⋰⋱⋲⋳⋴⋵ TYPE
TAB, ⋶⋷⋸⋹⋺⋻⋼⋽⋾⋿ TYPE
TAB, ⌀⌁⌂⌃⌄⌅⌆⌇⌈⌉ TYPE
TAB, ⌊⌋⌌⌍⌎⌏⌐⌑⌒⌓ TYPE
TAB, ⌔⌕⌖⌗⌘⌙⌚⌛⌜⌝ TYPE
TAB, ⌞⌟⌠⌡⌢⌣⌤⌥⌦⌧ TYPE
TAB, ⌨〈〉⌫⌬⌭⌮⌯⌰⌱ TYPE
TAB, ⌲⌳⌴⌵⌶⌷⌸⌹⌺⌻ TYPE
TAB, ⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅ TYPE
TAB, ⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏ TYPE