I have an excel worksheet that pulls NCAA sports stats from a web page weekly onto Worksheet 1. Once the data is refreshed automatically, I then use the sort function to alphabetize said sports stats by team.
Worksheet 1 Example:
A B
1 TEAM OFF YARDS
2 AIR FORCE 576
3 AKRON 186
4 ALABAMA 498
5 ARIZONA 448
6 ARIZONA ST 407
.
.
.
22 CLEMSON 361
.
.
.
34 GA TECH 497
.
.
.
What I'm trying to do is take these alphabetized stats in column B of the master automated sheet (Worksheet 1) and somehow link them to the next weeks upcoming match ups format in Worksheet 2 so I don't have to cut and paste individual data.
Worksheet 2 example:
A B
1 MATCH UP OFF YARDS
2 CLEMSON ='worksheet 1'B22
3 GA TECH ='worksheet 1'B34
4
5 AIR FORCE ='worksheet 1'B2
6 ARIZONA ST. ='worksheet 1'B6
7
Since every team plays a different team each week, how do I work it so Worksheet 2 pulls the data automatically from Worksheet 1 so it matches the match up format so I don't have to individually cut and paste each value for each match up?
If I figured out how to do this, this would make my file totally automated instead of only partially automated.
Thanks in advance for your help.
Worksheet 1 Example:
A B
1 TEAM OFF YARDS
2 AIR FORCE 576
3 AKRON 186
4 ALABAMA 498
5 ARIZONA 448
6 ARIZONA ST 407
.
.
.
22 CLEMSON 361
.
.
.
34 GA TECH 497
.
.
.
What I'm trying to do is take these alphabetized stats in column B of the master automated sheet (Worksheet 1) and somehow link them to the next weeks upcoming match ups format in Worksheet 2 so I don't have to cut and paste individual data.
Worksheet 2 example:
A B
1 MATCH UP OFF YARDS
2 CLEMSON ='worksheet 1'B22
3 GA TECH ='worksheet 1'B34
4
5 AIR FORCE ='worksheet 1'B2
6 ARIZONA ST. ='worksheet 1'B6
7
Since every team plays a different team each week, how do I work it so Worksheet 2 pulls the data automatically from Worksheet 1 so it matches the match up format so I don't have to individually cut and paste each value for each match up?
If I figured out how to do this, this would make my file totally automated instead of only partially automated.
Thanks in advance for your help.