Hi,
I'm trying to build a golf scoring card, in which if person A scores a lower score than person B, then player A gets +1points and player B gets -1 point. If however, player A shoots below par --> birdie = player A gets double the points +2, eagle = player A gets +4, while player B gets -2points for birdie, and -4points for eagle. If the two players tie in shots, then a "E" will appear.
so far, my formula is like this (unable to get "E" and +2/-2 for birdie, +4/-4 for eagle):
=IF(C5=C8,"E",IF(C5<C8,"+1","-1")) with C5 being what player A shoots, and C8 being what play B shoots.
Thx in advance,
Jimbo
I'm trying to build a golf scoring card, in which if person A scores a lower score than person B, then player A gets +1points and player B gets -1 point. If however, player A shoots below par --> birdie = player A gets double the points +2, eagle = player A gets +4, while player B gets -2points for birdie, and -4points for eagle. If the two players tie in shots, then a "E" will appear.
so far, my formula is like this (unable to get "E" and +2/-2 for birdie, +4/-4 for eagle):
=IF(C5=C8,"E",IF(C5<C8,"+1","-1")) with C5 being what player A shoots, and C8 being what play B shoots.
Thx in advance,
Jimbo