Feb 16 2023 04:44 PM
Hello I'm having a problem with my project. I would like to put a condition where if the gender is female then it will only output in the column of weight and height of the female and if the the gender is male then it will output in the column of weight and height of male.
For this project I have 4 yellow columns which is the age, gender, height, and weight. If the input age match in any cell in first column then it will compare it height and weight status then output. After that I would like to put a condition base on their gender and just output their result on their respective column.
this is my columns
here's the code I'm using to compute the weight in age of girls :
Feb 16 2023 05:33 PM
Solution