Forum Discussion

Clemens Berthold's avatar
Clemens Berthold
Copper Contributor
Aug 23, 2017
Solved

Match Value to Category

I have a table with Body-Mass-Index Percentiles for different agegroups (http://www.who.int/growthref/bmi_boys_perc_WHO2007_exp.txt)   I also have a list of children from whom i know the age in mon...
  • JKPieterse's avatar
    Aug 23, 2017

    I pasted the txt file in cell A1. That fills the range A1:S169 with the table.

     

    With Month in cell V1 and BMI in V2, this formula seems to do it:

     

    =INDEX($E$1:$S$1,MATCH(V2,OFFSET($E$2:$S$169,MATCH(V1,$A$2:$A$169,0),0,1),1))