ICT Spreadsheet Notes
ICT Spreadsheet Notes
and
Communication
Technology
By
Nay Myo Htaik
Chapter 20
1 20.1 Create a data model
SpreadSheets
2 20.2 Manipulate Data
❖It lets you change data in the spreadsheet to see the results.
❖It can edit (change) the data within the model, or even
change the model itself, to produce different results
20.1.1 CREATE AND EDIT A SPREADSHEET MODEL
• Relative referencing
✓ values change when they are replicated.
✓ C1= A1+B1
✓ C2= A2+B2
• Absolute referencing
✓ values not change or fix when they are replicated.
✓ C1= $A$1+B1
✓ C2= $A$1+B2
20.1.5 REPLICATE FORMULAE USING ABSOLUTE AND RELATIVE CELL REFERENCES
• Select the Home tab, then in the Alignment section select the
icon for Merge & Center
• Select, again from the Alignment section, the icon for Wrap
text.
20.1.8 USE FORMULAE
• SUM
• AutoSum
20.1.11 USE FUNCTIONS
• SUM
• AutoSum
20.1.11 USE FUNCTIONS
• AVERAGE
20.1.11 USE FUNCTIONS
• MAX
• MIN
20.1.11 USE FUNCTIONS
• INT
Formular= INT(B10)
20.1.11 USE FUNCTIONS
• ROUND
formula =ROUND(B10,0)
20.1.11 USE FUNCTIONS
• ROUND
20.1.11 USE FUNCTIONS
20.1.11 USE FUNCTIONS
• COUNT=COUNT(A2:A19)
• COUNTA = =COUNTA(A2:A19)
20.1.11 USE FUNCTIONS
20.1.11 USE FUNCTIONS
• COUNTIF = COUNTIF($C$3:$C$21,"<5")
20.1.11 USE FUNCTIONS
• COUNTIF
• Page 454
20.1.11 USE FUNCTIONS
• IF Page 456
• =IF(I6>40,"Pass","Fail")
• =IF(A1=5,A2*0.05,"No discount")
20.1.11 USE FUNCTIONS
• IF Page 456
• =IF(I6>40,"Pass","Fail")
• =IF(A1=5,A2*0.05,"No discount")
20.1.11 USE FUNCTIONS
• =SUMIF($B$3:$B$21,A35,$C$3:$C$21)