Hello,
I am building a spreadsheet for a football pool.
I have a range of cells with the game winners and a cell with the person pick and point value.
In one cell the formula should search the range of game winners and see if it equals the pick and assign the point value if true.
The points column will display 16 if the pick is within the range of winners and 0 if not
Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="align: center"]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]WINNER[/TD]
[TD]NAME[/TD]
[TD]PICK[/TD]
[TD]POINTS[/TD]
[/TR]
[TR]
[TD]SEAHAWKS[/TD]
[TD]KEVIN[/TD]
[TD]SEAHAWKS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]FALCONS[/TD]
[TD]DAVID[/TD]
[TD]RAMS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]RAMS[/TD]
[TD]TAYLOR[/TD]
[TD]JETS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]STEELERS[/TD]
[TD]MATT[/TD]
[TD]BEARS[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]EAGLES[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JETS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am building a spreadsheet for a football pool.
I have a range of cells with the game winners and a cell with the person pick and point value.
In one cell the formula should search the range of game winners and see if it equals the pick and assign the point value if true.
The points column will display 16 if the pick is within the range of winners and 0 if not
Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="align: center"]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]WINNER[/TD]
[TD]NAME[/TD]
[TD]PICK[/TD]
[TD]POINTS[/TD]
[/TR]
[TR]
[TD]SEAHAWKS[/TD]
[TD]KEVIN[/TD]
[TD]SEAHAWKS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]FALCONS[/TD]
[TD]DAVID[/TD]
[TD]RAMS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]RAMS[/TD]
[TD]TAYLOR[/TD]
[TD]JETS[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]STEELERS[/TD]
[TD]MATT[/TD]
[TD]BEARS[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]EAGLES[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JETS[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]