Well, if that's what you want ...
What does your list of clubs look like?
Assuming the clubs are listed in one column (
AA) and the districts in the following (
AB) use VLOOKUP()
H2 =VLOOKUP(G2,
$AA$2:$AB$1000,2,0)
Adjust the red part of the formula to the area were actually the clubs and districts are listed and copy the formula down the column. If you don't get it working describe were data is located, or load up a short example of the file (
with personal data deleted)