select CASE  WHEN {SEX} = "M" THEN ((140 - {AGEBIRTH}) * {WEIGHT}) / (72 * %CH003%) 
WHEN {SEX} = "F" THEN (((140 - {AGEBIRTH}) * {WEIGHT}) / (72 * %CH003%)) * 0.85 
  ELSE   0   END

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: