Practice #10. Modelling in LibreOffice Calc
Practice #10. Modelling in LibreOffice Calc
PRACTICE 10
Choose the cells of the table (A1:E12) and find in the menu tab Borders.
Try to change David´s values in the last row to 3,3 and 2,8 and watch if the columns
D and E are changing too.
Create table “Frequency of categories”.
Your result!
In column G, evaluate in which category a person belongs. Use conditional function
IF(condition; action if true; action if false). It is needed to use nested function IF
since there are 4 categories defined as following:
BMI ≤ 18.5 Underweight
18.5 < BMI ≤ 25 Normal weight
25 < BMI ≤ 30 Overweight
BMI > 30 Obesity
Write the four categories and calculate corresponding frequency for each category
using function COUNTIF(area; criteria). See the table and the hint in the box below.
Create a pie chart from counts in the table “Counts in Categories”. See example
below.
Your result with percentages!