Hello all -
I'm using this sumproduct expression to calculate a "net" score in golf. While it works great - I wish to understand "how". I get the first part that evaluates the player handicap (B9) and hole handicap (W7) to true/false, that "+" is an OR operator - what is the purpose of {0,18,36}?

SUMPRODUCT(--($B9 >= W$7 + {0,18,36}))