0% found this document useful (0 votes)
1K views7 pages

Practice #10. Modelling in LibreOffice Calc

This document provides instructions for creating models in LibreOffice Calc to calculate health metrics like Atherogenic Index of Plasma (AIP) and Body Mass Index (BMI) from sample patient data. Students are asked to: 1) Create a spreadsheet named "CALC-4_YOURNAME_Group19*" with two sheets - one to calculate AIP using formulas and conditional formatting, and another to calculate BMI, evaluate BMI categories, and create a pie chart of the results. 2) Populate the sheets with sample patient data and formulas to calculate AIP, BMI, and classify results. 3) Save and submit the completed file, then delete it from the computer. 4) Read

Uploaded by

Adnan Sosi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views7 pages

Practice #10. Modelling in LibreOffice Calc

This document provides instructions for creating models in LibreOffice Calc to calculate health metrics like Atherogenic Index of Plasma (AIP) and Body Mass Index (BMI) from sample patient data. Students are asked to: 1) Create a spreadsheet named "CALC-4_YOURNAME_Group19*" with two sheets - one to calculate AIP using formulas and conditional formatting, and another to calculate BMI, evaluate BMI categories, and create a pie chart of the results. 2) Populate the sheets with sample patient data and formulas to calculate AIP, BMI, and classify results. 3) Save and submit the completed file, then delete it from the computer. 4) Read

Uploaded by

Adnan Sosi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MODELLING IN LIBREOFFICE CALC

PRACTICE 10

Objective: Modelling in LibreOffice Calc

10.1. Classwork Assignments

Creating a new workbook (LibreOffice Calc) on the disk Student folder


Документы.

Name of this file: CALC-4_YOURNAME_Group19*.

10.1.1. Simple modelling in LibreOffice Calc

Rename Sheet 1 “AIP”.


Create following table and borders of the table (font – Times New Roman, size –
14).

Choose the cells of the table (A1:E12) and find in the menu tab Borders.

Calculate “Atherogenic index of plasma” in the column D:


formula AIP = log (TAG/HDL-T)
Write in the cell D2 formula =log(B2/C2) and copy it to D3–D12 with the cross in
the right corner of the D2 cell.
In column E, evaluate if a person has high atherogenic risk or not. Use conditional
functions IF - syntax is IF(condition; “if yes write this”; “if no write this”).
AIP < 0.21 low or middle risk
AIP > 0.21 high risk
Write in the cell E2 formula =IF(D2<0.21;"Low or middle risk"; "High risk")
and copy it to E3–E12 with the cross in the right corner of the E2 cell.

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”.

For cells B14:C14 use Merge and


Center Cells.

Calculate count (frequency) of categories. Use the function COUNTIF(area,criteria).

Frequency of categories: low or middle risk = 8, high risk = 3.

10.1.2. Calculations in tables LibreOffice Calc


Rename Sheet 2 “BMI”.
Create following table and borders of the table (font – Times New Roman, size –
14).

Calculate BMI (Body Mass Index) in column F:


BMI=weight(kg)/height2(m)
Round values to one decimal place.

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!

Save the workbook: press Ctrl+S.


Submit your file “CALC-4_YOURNAME_Group19*” for a check.
Delete your file from a computer.

10.2. Homework Assignments


10.2.1. Reading Chapter 9 “Information management systems” in the textbook
GUIDE TO HEALTH INFORMATICS / Enrico Coiera (pages 117-125)
https://do.asmu.ru/pluginfile.php/441477/mod_resource/content/1/1coiera_e_guide
_to_health_informatics.pdf

You might also like