Hello All,
I have some normative data (what I call Index Scores) that are split by age groups (by decade). The "normal index" score is found by looking up two numbers in a table. I have managed to accomplish this with
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}</style>=INDEX(Imm!B47:Z87,MATCH(ScoreSheet!B8,Imm!A47:A87,0),MATCH(ScoreSheet!B9,Imm!B46:Z46,0))
However, I need the table that is referenced to be based on the age of the individual. For example, if the individual is between 40-49 the index score is based on Table1, but if their age is 50-59 it should be based on Table2.
I cannot seem to combine the Index Match formulate with an IF statement. Any help would be appreciated.
Numbers Used "Index Score"
[TABLE="width: 274"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Learning[/TD]
[TD]26[/TD]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD]Memory[/TD]
[TD]17[/TD]
[/TR]
</tbody>[/TABLE]
But the Index Score would be different for a 45 year old compared to a 55 year old.
I have some normative data (what I call Index Scores) that are split by age groups (by decade). The "normal index" score is found by looking up two numbers in a table. I have managed to accomplish this with
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}</style>=INDEX(Imm!B47:Z87,MATCH(ScoreSheet!B8,Imm!A47:A87,0),MATCH(ScoreSheet!B9,Imm!B46:Z46,0))
However, I need the table that is referenced to be based on the age of the individual. For example, if the individual is between 40-49 the index score is based on Table1, but if their age is 50-59 it should be based on Table2.
I cannot seem to combine the Index Match formulate with an IF statement. Any help would be appreciated.
Numbers Used "Index Score"
[TABLE="width: 274"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Learning[/TD]
[TD]26[/TD]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD]Memory[/TD]
[TD]17[/TD]
[/TR]
</tbody>[/TABLE]
But the Index Score would be different for a 45 year old compared to a 55 year old.