I have two tables of data as shown below. Since combining as one pivot table is not working, i would like to add a vlookup column on the second table that pulls the revenue number. It seems like the function will have to include both the customer and the period in order to pull the correct revenue number. Please advise and thank you!
<tbody>
</tbody>
<tbody>
</tbody>
Customer | Period | Revenue |
Client A | 201301 | 100 |
Client B | 201302 | 50 |
<tbody>
</tbody>
Customer | Period | Hours | Time Cost |
Client A | 201301 | 10 | 300 |
Client A | 201302 | 5 | 150 |
Client B | 201303 | 6 | 200 |
<tbody>
</tbody>