Chapter 20 Overview PDF
Chapter 20 Overview PDF
Chapter 20 Overview PDF
Spreadsheets
Cell References
Columns
Yellow Cell Reference
Chapter 20: Data Analysis
– B2
Named ranges >> Right Click on the Cell >> Select Define Name >> Enter New Name for Range
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Formatting
Merging Cells
Borders and
Shading
Currency
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Number Formatting
You need to
ensure the
formatting of the
cell is set to
Currency and not
Accounting.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Hide and Show Columns/Rows:
want to merge
2. Click on the Merge &
Center Icon
Header &
Footer
Click on Insert for
Chapter 20: Data Analysis
Footer
You can switch from
header and footer.
You can also add file
names, paths etc.
Back to Normal
View
You can go back to the
normal view if you
select any cell and then
click on Normal.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Creating Graphs
etc.)
• You add labels to your axis by using the
select data option.
cell.
=Count(Range) =CountA(Range)
=Countif(Range,”Prada”) or =Countif(Range,”I19”)
Not: =Countif(Range,“<>criteria”)
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Count Functions with Criteria's
=countif(range,”>=2012”)
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Count Functions
=Count(Range) - This will count a range of cells which only includes numbers.
=CountA(Range,Criteria) - This will count all the cells which are not empty.
Chapter 20: Data Analysis
Not =Countif(Range,”<>Criteria”) – This will count everything apart from the specific
criteria.
=CountA =CountIF(Range,Criteria)
includes “Virgin”.
=SUMIF(B4:B10,"virgin",F4:F10)
Range Sum_Range
H5 is relative cell
referencing. It
will move down
when the formula
is replicated.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
SumIF Function Exam Examples
Chapter 20: Data Analysis
ICT IGCSE Practical – Revision Presentation
Spreadsheets
IF Statement
1. Logical Test
Is units sold more than or equal to
the target sales. =IF(C5>=D5,"on target","off target")
2. If the statement is true then the
“true statement” will be printed in 1. Logical 2. True 3. False
the cell. Test
3. If the statement is false then the
“false statement” will be printed in
the cell.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
IF Statement with a Calculation
If student discount has been given (“Yes”) then for the 1. Logical Test
true statement you have to calculate 10% of Price. This Does the Cell in D4 equal “Yes”
will be the value for the student discount. If the student
Chapter 20: Data Analysis
discount does not contain “Yes” than the false value (0) 2. If the Logical Test is true then
will be shown. the calculation (10% of the price)
will be shown.
=IF(D4="Yes",C4*10%,0)
1. Logical 2. 3.
Test True False
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Nested IF
The Nested if will check the first logical Test. If the first then 3.50 will be printed.
test is false then it will check the next logical test. If 3. Logical Test 2
both tests are false then the false value will be shown. Does the Cell in C4 equal “B”
2. If the Logical Test 2 is true
If value is still false then 4.50 will be printed.
If value is false run the then print the false
next if statement statement
If both logical tests are false the
false value (0) will be printed.
True
True
False
True
True
False
Lowest Highest
If(B12<5, 5 If(B12<20,
20
B12:
Logical Test Discount A Discount B Discount C * F26
(Number of Units) B15, B16, B17))
F26:
Sub Total
ICT IGCSE Practical – Revision Presentation
Spreadsheets
If Statement Exam Example
Chapter 20: Data Analysis
Using VLOOKUP is similar to looking up a person’s name in a telephone book to get a telephone
number. VLOOKUP looks at a value in one column, and finds its corresponding value on the
same row in another column.
Chapter 20: Data Analysis
Table_Array or
lookup table
We need to use a lookup function to find the corresponding data from the
lookup table for each book title .
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Vlookup
1. Lookup_Value
Chapter 20: Data Analysis
3. col_Index_num
3) Select the column in the
table for the output value.
Chapter 20: Data Analysis
Tip: When you are looking at the table array you must start from the cell you are looking up.
In this Example:
Chapter 20: Data Analysis
Lookup Value
Lookup Output
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Approximate Lookup
Lookup Lookup
Value Value
Chapter 20: Data Analysis
Table
Array Table
Array
When the lookup value does not have an exact match in the table
array then you have to use an approximate match. With the
grades example if the percentage (%) is 90 or more than the grade
will be A*.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
HLOOKUP works horizontally. You will
be required to select the row rather
than a column for a VLOOKUP.
Chapter 20: Data Analysis
1. Lookup Value
3. [Result_Vector]
1. Lookup Value
Extract Functions:
Left: Returns the specified number of characters from the start
Table of a text string.
Array Right: Returns the specified number of characters from the end
of a text string.
Mid: Returns the character from the middle of a text string,
given a starting position and length.
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Lookup Exam Examples
Chapter 20: Data Analysis
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Lookup Exam Examples
Chapter 20: Data Analysis
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Test the Data Model (Test Table)
Input Output
Cell Data chosen Test Data Type Cell reference Expected Actual
reference
B11 1 Extreme C11 Bonus A Bonus A
1) Highlight the cell range in which you wish to apply Conditional Formatting.
Chapter 20: Data Analysis
Criteria Colour
A*C – Green
D – Amber
Less than D - Red
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Validation
• Data Validation prevents invalid data from being entered into a cell.
• For example, you could reject invalid dates or numbers greater than a given value.
• You can also force input to be chosen from a dropdown list of values you specify.
Chapter 20: Data Analysis
Tip: Filtering is used to interrogate the data very similar to how a query works in Access.
Highlight the cells you want to filter and then select the filter icon from the tool bar.
Data
Chapter 20: Data Analysis
can be
sorted
Equals ---- =
Tip: Greater Than --- >
You can tick the Greater Than 0r Equal To --- >=
data you would Less Than ---- <
like to show. Between ---- Data And Data
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Filtering
Chapter 20: Data Analysis
ICT IGCSE Practical – Revision Presentation
Spreadsheets
Show Formulas
Chapter 20: Data Analysis
Tip: Make you can see the full formula – you may have to adjust the column
widths before you print.
To show formulas click on the formula tab and click on show formulas.
To Return to normal view you have to click the Show Formulas Icon.
Tip:
If you are asked to
show row or Tip: Make sure all the columns
column headings fit to one page if requested.
then select this
option.
1) Click on Custom
scaling options >>
Sheet