130 likes | 213 Views
Spreadsheets, cont. 22 February 2011. What if I Want the SAME Place. Absolute positioning Can lock the cell, column or row Cell: $A$1 Column: $A1 Row: A$1 To change a reference to absolute Insert $ Use F4. Exercise. Start with A1 hourly rate B2:B8 date C2:C8 hours worked
E N D
Spreadsheets, cont. 22February 2011
What if I Want the SAME Place • Absolute positioning • Can lock the cell, column or row • Cell: $A$1 • Column: $A1 • Row: A$1 • To change a reference to absolute • Insert $ • Use F4
Exercise • Start with A1 hourly rate B2:B8 date C2:C8 hours worked • You are to add D2:D8 day’s pay • Only want to type the formula ONCE
Using Multiple Worksheets • Why? • Separate input data • Presentation • Summarization • Versions • How to reference between • Sheet!Cell • To go between workbooks • ‘[workbook]worksheet’!cell
Exercise • From prior exercise Move hourly rate to another sheet
Why Multiple Sheets? • General structure • Data on one page • Computations on another • Easy to change the data
Referencing Multiple Cells • Continuous cells (RANGE) • Colon (:) • Drag cursor • Combining (UNION) • Comma (,)
Naming sections • Under Formulas tab, • Name Manager: Define Name • Some default options • If the row or column has a label, will use it • Can collect non-adjacent • Absolute addresses
What else can you Name? • Constants • Single Cells • Formulas
Why name? • Human readability • Convenience if the section size changes
Complex Computations • Area of • Area of white – area of blue (all changeable) 25 55 10 10 45
Complex Computations • Option 1 • Separate entries and hide fields • Hide columns or use separate spreadsheets • Option 2 • Build them up in pieces • Use parentheses if you can’t remember precedence • Option1, followed by option 2