Good Afternoon,
Looking to make an excel formula for the card game wizard
A1 B1 C1
Bid Got Score
the rules are as follows:
if you bid correctly you get 20 points for each point you bet plus 10 for guessing right. if you bid wrong its -10 for every trick you off. example if you bid 4 and go 2 you would go down 20.
something like
= if (a1= b1, b1 x (20+10), if not a1 - b1 * (-10)
Then i need another line for the score below that is the same formula + the cell C1
Thanks in advance!!!
Looking to make an excel formula for the card game wizard
A1 B1 C1
Bid Got Score
the rules are as follows:
if you bid correctly you get 20 points for each point you bet plus 10 for guessing right. if you bid wrong its -10 for every trick you off. example if you bid 4 and go 2 you would go down 20.
something like
= if (a1= b1, b1 x (20+10), if not a1 - b1 * (-10)
Then i need another line for the score below that is the same formula + the cell C1
Thanks in advance!!!