Cricket scorecard

SteveWebb

Board Regular
Joined
Feb 20, 2002
Messages
73
Hi,
For my own use and to replicate a childhood game I am trying to construct a cricket match.
So far I have:
A21=INDEX(A:A,RANDBETWEEN(1,COUNTA(A:A))) to return scores between 0 - 6 including OwZhat

Then =IF(A21="OwZhat",A19,"") which in turn triggers

A19 =CHOOSE(RANDBETWEEN(1,2),"OUT","NOT OUT")

If OUT then

B19 =(CHOOSE(RANDBETWEEN(1,6),"LBW","RUN OUT","CAUGHT BEHIND","STUMPED","BOWLED","BOWLED")) to decide how the player(batsman) is out.

All this works, my problem is the scoring from A21 , how to assign a running total to one of two players(Batsman)? I would like to increment a count until the player is out. Then assign the scores from A21 to the new player(batsman).

I really do appreciate your time in reading this and hope it makes sense. Any help is much appreciated as I have lost the plot with this.

Many thanks
Steve
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,216,361
Messages
6,130,180
Members
449,563
Latest member
Suz0718

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top