Hello all.. thanks for the help on this one, it has me stumped.
I'd like to do lookup where, based upon a cell, it checks a range of cells to see if they are equal to their corresponding cell, and if they are equal then it accounts for the 'multiplier effect'. Probably best shown in an example.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Fruit Answers
[/TD]
[TD][/TD]
[TD]Joe Smith
[/TD]
[TD]Joe Smith Multiplier
[/TD]
[TD]Cate Reed
[/TD]
[TD]Cate Reed Multiplier
[/TD]
[TD]Scores
[/TD]
[TD]Points
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD]Apple
[/TD]
[TD]1
[/TD]
[TD]Apple
[/TD]
[TD]5
[/TD]
[TD]Joe Smith
[/TD]
[TD]15
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Orange
[/TD]
[TD][/TD]
[TD]Orange
[/TD]
[TD]2
[/TD]
[TD]Banana
[/TD]
[TD]3
[/TD]
[TD]Cate Reed
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Banana
[/TD]
[TD][/TD]
[TD]Banana
[/TD]
[TD]4
[/TD]
[TD]Orange
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Strawberry
[/TD]
[TD][/TD]
[TD]Strawberry
[/TD]
[TD]5
[/TD]
[TD]Raspberry
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Raspberry
[/TD]
[TD][/TD]
[TD]Raspberry
[/TD]
[TD]3
[/TD]
[TD]Strawberry
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Cell H2 should reference cell G2 and find 'Joe Smith' in cell C1. Then based upon this it should look at C2-C6 to see if it matches A2-A6. If any of those cells match, then it should add up the corresponding value in cells D2-D6. So since Joe Smith's answers matched all of the correct answers, D2-D6 are summed to equal 15.
H3 references Cate Reed & sees that only the only correct answer is E2. Therefore it only returns F2.
Really appreciate any help you're able to provide on this one!
I'd like to do lookup where, based upon a cell, it checks a range of cells to see if they are equal to their corresponding cell, and if they are equal then it accounts for the 'multiplier effect'. Probably best shown in an example.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Fruit Answers
[/TD]
[TD][/TD]
[TD]Joe Smith
[/TD]
[TD]Joe Smith Multiplier
[/TD]
[TD]Cate Reed
[/TD]
[TD]Cate Reed Multiplier
[/TD]
[TD]Scores
[/TD]
[TD]Points
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD]Apple
[/TD]
[TD]1
[/TD]
[TD]Apple
[/TD]
[TD]5
[/TD]
[TD]Joe Smith
[/TD]
[TD]15
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Orange
[/TD]
[TD][/TD]
[TD]Orange
[/TD]
[TD]2
[/TD]
[TD]Banana
[/TD]
[TD]3
[/TD]
[TD]Cate Reed
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Banana
[/TD]
[TD][/TD]
[TD]Banana
[/TD]
[TD]4
[/TD]
[TD]Orange
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]Strawberry
[/TD]
[TD][/TD]
[TD]Strawberry
[/TD]
[TD]5
[/TD]
[TD]Raspberry
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]Raspberry
[/TD]
[TD][/TD]
[TD]Raspberry
[/TD]
[TD]3
[/TD]
[TD]Strawberry
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Cell H2 should reference cell G2 and find 'Joe Smith' in cell C1. Then based upon this it should look at C2-C6 to see if it matches A2-A6. If any of those cells match, then it should add up the corresponding value in cells D2-D6. So since Joe Smith's answers matched all of the correct answers, D2-D6 are summed to equal 15.
H3 references Cate Reed & sees that only the only correct answer is E2. Therefore it only returns F2.
Really appreciate any help you're able to provide on this one!