Updating a source range (e.g. bingo numbers not being "redrawn")

DaveTopete

New Member
Joined
Jul 9, 2015
Messages
6
Hello all,

Seeing if there is a way of a source range being "updated" such that once a value is selected from that source, it can not be selected again? An example being something like a bingo game where once B14 has been pulled, it is out of the pool of remaining selections?

Thanks in advance!

David
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Excel 2012
ABCDE
Accrington
Barnet
Birmingham

<tbody>
[TD="align: center"]1[/TD]
[TD="bgcolor: #4F81BD"]Teams[/TD]
[TD="bgcolor: #4F81BD"]Status[/TD]
[TD="bgcolor: #4F81BD"]Teams Still Available[/TD]
[TD="align: right"][/TD]
[TD="bgcolor: #4F81BD"]"Data Validation based on Column C"[/TD]

[TD="align: center"]2[/TD]
[TD="bgcolor: #DCE6F1"]Accrington[/TD]
[TD="bgcolor: #DCE6F1, align: right"]TRUE[/TD]
[TD="bgcolor: #DCE6F1"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]3[/TD]
[TD="bgcolor: #DCE6F1"]Aldershot[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Aldershot[/TD]
[TD="align: right"][/TD]

[TD="align: center"]4[/TD]
[TD="bgcolor: #DCE6F1"]Altrincham[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Altrincham[/TD]
[TD="align: right"][/TD]

[TD="align: center"]5[/TD]
[TD="bgcolor: #DCE6F1"]Arsenal[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Arsenal[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]6[/TD]
[TD="bgcolor: #DCE6F1"]Aston Villa[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Aston Villa[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]7[/TD]
[TD="bgcolor: #DCE6F1"]Barnet[/TD]
[TD="bgcolor: #DCE6F1, align: right"]TRUE[/TD]
[TD="bgcolor: #DCE6F1"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]8[/TD]
[TD="bgcolor: #DCE6F1"]Barnsley[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Barnsley[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]9[/TD]
[TD="bgcolor: #DCE6F1"]Barrow[/TD]
[TD="bgcolor: #DCE6F1, align: right"]FALSE[/TD]
[TD="bgcolor: #DCE6F1"]Barrow[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

[TD="align: center"]10[/TD]
[TD="bgcolor: #DCE6F1"]Birmingham[/TD]
[TD="bgcolor: #DCE6F1, align: right"]TRUE[/TD]
[TD="bgcolor: #DCE6F1"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]

</tbody>
Sheet1

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<tbody>[TR="bgcolor: #DAE7F5"]
[TH]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
[TR]
[TH="bgcolor: #DAE7F5"]B2[/TH]
[TD="align: left"]=ISNUMBER(MATCH(A2,$E$2:$E$10,0))[/TD]
[/TR]
[TR]
[TH="bgcolor: #DAE7F5"]C2[/TH]
[TD="align: left"]=IF(B2,"",$A2)[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,464
Members
453,725
Latest member
cvsdatreas

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