Hi everyone,

I am basically trying to tell excel to use a specific formula if two conditions are met and what do to do if they aren't:

This is basically what I want to do:
If ***=male and BMI<=28, then use x(m) formula; if ***=male and BMI>28;then use xy(m) formula
If ***=female and BMI<=28, then use x(f) formula; if ***=female and BMI>28;then use xy(f) formula

Been struggling with this for a while now, so I would appreciate any help