I've been trying to finding the solution to my problem, but figured I'd finally reach out to the professionals.
The Table.
Row 1 would be a list of games being played. B1 would be team1 vs team2, C1 would be team3 vs team 4, D1 team5 vs team6.
Row 2 would have a list of the team that won.
Row 3 would have Bill's selections & Row 4 would be his confidence points on each team winning.
Row 5 would have John's selections & Row 6 would be his confidence points for each team winning.
I'd like to sum cell B4 to D4. The condition of the sum is based on whether each person's selected teams won the game. So Bill gets 6pts for team1 winning, 3pts for team3 winning, but no pts for his team6 selection because they lost to team5. Had team6 won, his total would be 18.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]GAME 1
[/TD]
[TD]GAME 2
[/TD]
[TD]GAME 3
[/TD]
[TD]TOTAL PTS
[/TD]
[/TR]
[TR]
[TD]this row would contain a list of winners
[/TD]
[TD]TEAM1
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BILL
[/TD]
[TD]TEAM1
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM6
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]6
[/TD]
[TD]3
[/TD]
[TD]9
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]JOHN
[/TD]
[TD]TEAM2
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4
[/TD]
[TD]7
[/TD]
[TD]3
[/TD]
[TD]10
[/TD]
[/TR]
</tbody>[/TABLE]
The Table.
Row 1 would be a list of games being played. B1 would be team1 vs team2, C1 would be team3 vs team 4, D1 team5 vs team6.
Row 2 would have a list of the team that won.
Row 3 would have Bill's selections & Row 4 would be his confidence points on each team winning.
Row 5 would have John's selections & Row 6 would be his confidence points for each team winning.
I'd like to sum cell B4 to D4. The condition of the sum is based on whether each person's selected teams won the game. So Bill gets 6pts for team1 winning, 3pts for team3 winning, but no pts for his team6 selection because they lost to team5. Had team6 won, his total would be 18.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]GAME 1
[/TD]
[TD]GAME 2
[/TD]
[TD]GAME 3
[/TD]
[TD]TOTAL PTS
[/TD]
[/TR]
[TR]
[TD]this row would contain a list of winners
[/TD]
[TD]TEAM1
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BILL
[/TD]
[TD]TEAM1
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM6
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]6
[/TD]
[TD]3
[/TD]
[TD]9
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]JOHN
[/TD]
[TD]TEAM2
[/TD]
[TD]TEAM3
[/TD]
[TD]TEAM5
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4
[/TD]
[TD]7
[/TD]
[TD]3
[/TD]
[TD]10
[/TD]
[/TR]
</tbody>[/TABLE]