Season Fixtures extracted

jbloom17

New Member
Joined
Jul 22, 2015
Messages
5
Hi All,

Someone please help, I am trying to create a spreadsheet with my clubs sports fixtures for the coming season.

The fixtures have been sent for the full league in the format below. I am trying to work a formula so that it will automatically extract the fixture for a set team and place it with the date on an additional tab.

19-Sep-15
Old Loughts 1:CoP 1
Wapping 1:Chelmsford 1
St Albans 1:Cambridge Uni 1
Ipswich 1:Cambridge City 2
Havering 1:Blueharts 1
Dereham 1:Bedford 1
26-Sep-15
CoP 1:Dereham 1
Chelmsford 1:Old Loughts 1
Cambridge Uni 1:Wapping 1
Cambridge City 2:St Albans 1
Blueharts 1:Ipswich 1
Bedford 1:Havering 1

<tbody>
</tbody>
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
on the other tab are you searching for a fixture or a team's fixtures?

i.e on the other tab if you type in "Old Loughts 1 : CoP1" do you want it to return the date "19-Sep-15", or do you want to be able to type in a team name and return all the fixtures for that team?
 
Upvote 0
Hi, thanks for trying to help..

im looking to type a team name and then it returns all fixtures for that team.
 
Upvote 0
this is a tough one.

I can get the home games in one column, and the away games in another, but am still trying to get one list.

Let me know if this will do for now.

Rick
 
Upvote 0
Hi Rick,

That could also work, thank you.

Takes away the manual filter, cut and paste.

Thank you so much for your help
 
Upvote 0
on the original sheet in D1 put =IF(ISNUMBER(A1),A1,"")

then in D2 put =IF(ISNUMBER(A2),A2,D1) and drag down.

in E2 put =TEXT(D2,"dd/mm/yyyy")&" - "&A2&" v "&C2 and drag down.

in sheet 2 in B1 put {=INDEX(Sheet1!$E$2:$E$50,SMALL(IF(Sheet2!$A$1=Sheet1!$A$2:$A$50,ROW(Sheet1!$A$2:$A$50)-ROW(Sheet1!$A$2)+1),ROW(1:1)))}

ensure you don't type copy the {}, you need to enter the formual then ctrl+shift+enter. then drag down, this should give you all your home games.

in C1 put {=INDEX(Sheet1!$E$2:$E$50,SMALL(IF(Sheet2!$A$1=Sheet1!$C$2:$C$50,ROW(Sheet1!$C$2:$C$50)-ROW(Sheet1!$C$2)+1),ROW(1:1)))}

again don't type/ copy the {}, then drag down.

you should now have a list of home games in column a and away games in column B.

Rick
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,655
Members
448,975
Latest member
sweeberry

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