Hi I need a column to enter height weight of children with automatic bmi calculation.please include that option I already entered some data don't change those data.

Reading File
Running Command

cd /home/daytona/workspace/attachments/a4f1e331-1eb1-474c-90a3-e6ef6652d14d/ && …

Running Command

python3 -c " import openpyxl wb = openpyxl.load_workbook('/home/daytona/workspac…

Running Command

python3 << 'EOF' import openpyxl from openpyxl import load_workbook from openpyx…

Running Command

python3 << 'EOF' import openpyxl from openpyxl import load_workbook from openpyx…

Running Command

python3 << 'EOF' import openpyxl from openpyxl import load_workbook from openpyx…

Running Command

mkdir -p /home/daytona/workspace/bmi-update && ls /home/daytona/workspace/bmi-up…

Running Command

python3 << 'EOF' import shutil, openpyxl from openpyxl import load_workbook from…

Running Command

cp '/home/daytona/workspace/attachments/a4f1e331-1eb1-474c-90a3-e6ef6652d14d/DOC…

Running Command

python3 << 'EOF' from openpyxl import load_workbook from openpyxl.styles import …

Running Command

python3 << 'EOF' import os, io from openpyxl import load_workbook from openpyxl.…

Running Command

python3 << 'EOF' from openpyxl import load_workbook dst = '/home/daytona/worksp…

Everything checks out. Here is your updated file:

DOC 20260710 WA0000 updated

Spreadsheet · XLSX


Here is what was added to the Data Entry sheet (all 500 existing rows of data are untouched):
ColumnLabelColourPurpose
AMHeight (cm)Green headerYou type the child's height in centimetres
ANWeight (kg)Green headerYou type the child's weight in kilograms
AOBMI (Auto)Blue headerCalculates automatically - no typing needed
BMI formula used (column AO):
=IF(OR(AM4="",AN4=""),"",ROUND(AN4/(AM4/100)^2,1))
  • If either Height or Weight is blank, the BMI cell stays blank (no error).
  • Once both are entered, BMI = Weight (kg) / Height (m)² - rounded to 1 decimal place.
  • The formula runs for all 500 participant rows (rows 4-503).
This is a shared conversation. Sign in to Orris to start your own chat.