Hello everyone,
I thought i could do this, but its Monday, and its 6pm, and my brain is fried. :/
This is the scenario:
I have information in one sheet which shows locations where my company has stores.
I have another sheet with thousands of rows of information, but i only need the rows which have the same identifiers as the first sheet.
Sheet 1: (made up numbers/cities)
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Sheet 2: (has many columns, but i shortened it to 2)
<colgroup><col><col></colgroup><tbody>
</tbody>
Etc. etc.
From this example, we can see that 822 on sheet 2 matches one of the codes on sheet 1 "Bakersfield".
I need sheet 3 to only contain rows from sheet 2 with location codes that match sheet 1.
Any help with this would be amazing. I really don't want to do it by hand :|
Thanks
I thought i could do this, but its Monday, and its 6pm, and my brain is fried. :/
This is the scenario:
I have information in one sheet which shows locations where my company has stores.
I have another sheet with thousands of rows of information, but i only need the rows which have the same identifiers as the first sheet.
Sheet 1: (made up numbers/cities)
Location | Location City | Location State |
841 | Phoenix | AZ |
842 | Tucson | AZ |
641 | San Diego | CA |
809 | Sacramento | CA |
814 | Fresno | CA |
822 | Bakersfield | CA |
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Sheet 2: (has many columns, but i shortened it to 2)
Loctn | Hrly Rate |
822 | 25.090000 |
826 | 14.000000 |
826 | 20.752500 |
826 | 21.122500 |
<colgroup><col><col></colgroup><tbody>
</tbody>
Etc. etc.
From this example, we can see that 822 on sheet 2 matches one of the codes on sheet 1 "Bakersfield".
I need sheet 3 to only contain rows from sheet 2 with location codes that match sheet 1.
Any help with this would be amazing. I really don't want to do it by hand :|
Thanks