matthew123456789
New Member
- Joined
- Dec 11, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Sorry if this is pretty simple, but I'm struggling to find what I'm looking for.
I want to create a totals page based off of multiple other sheets.
sheet 1
find a specfic name between a2:a7
once that name is found, take the data from the corresponding row (where the name is) in both B2:B7 and c2:c7 and take it to another page.
The data in a2:a7 can be in different orders, so I need to find the specific name in that range and then move the data in that row to a totals page.
do the exact same thing for sheet 2 and so on.
in the example:
Find Ainslee, take her Game 1 and Game 2 score and show it on the totals page
Thanks in advance for the help!!!
I want to create a totals page based off of multiple other sheets.
sheet 1
find a specfic name between a2:a7
once that name is found, take the data from the corresponding row (where the name is) in both B2:B7 and c2:c7 and take it to another page.
The data in a2:a7 can be in different orders, so I need to find the specific name in that range and then move the data in that row to a totals page.
do the exact same thing for sheet 2 and so on.
in the example:
Find Ainslee, take her Game 1 and Game 2 score and show it on the totals page
WEST | GAME 1 | GAME 2 | SERIES |
Natalie | 116 | 103 | 219 |
Macy | 126 | 116 | 242 |
Ainslee | 184 | 195 | 379 |
Reese | 107 | 121 | 228 |
Addison | 171 | 126 | 297 |
Callie | 171 | 161 | 332 |
Thanks in advance for the help!!!