Lect2
Lect2
Basic Operations
! Creating a workbook:
• The first action should always be to give your workbook a name
and save it on your computer.
Go for this to the menu bar and select by left mouse click (LC):
Ø File Ø Save As
Ø In the window which then opens enter a file name:
13
- One can change the category (type of data) and its associated
properties. 14
! Merging cells:
• One can merge a range of cells into one single cell. This is useful
for instance for large titles. To do this select the range and then
LC on the “Merge and Center“ button in the formatting toolbar
18
21
• Examples:
copy cell paste cell relative formula final
reference reference difference being formula
copied pasted cell
C5 D6 add one column =F4 =G5
add one row =$F$4 =$F$4
=$F4 =$F5
C5 D3 add one column =K7*B$7 =L5*C$7
subtract 2 rows =A3+$B7 =B1+$B5
C5 F11 add 3 columns f(A1:B5) f(D7:E11)
add 6 rows f(A$3:A7) f(D$3:D13)
C5 F1 add 3 columns =A3 =#REF!
subtract 4 rows =Z5 =AC1
- f(...) indicates some function see below
=#REF! is an error message ≡ cell reference not valid 23