Hi,
I have a playoff bracket where the following formula is used (in cell F16) to select the winner
=IF(AND(E16<>"",E17<>"",E16<>E17),IF(E16>E17,C16,C17),"")
Where E16 is home score, E17 is away score, C16 is home team, C17 is away team
This works so that whichever team has the greater score pulls through to F16, However I cant amend the formula to work so that it only pulls through the winner once they have won 4 games (playoff is best of seven).
Any ideas greatly appreciated
Thanks
Pete
Bookmarks