How would I merge the data from two tables based on matching the date and country columns?
Not all dates/country combinations will exist in both tables.
Sheet 1: Revenue
| A | B | C | |
|---|---|---|---|
| 1 | Date | Country | Revenue |
| 2 | 1/1/2023 | DE | 599 |
Sheet 2: Cost
| A | B | C | |
|---|---|---|---|
| 1 | Date | Country | Cost |
| 2 | 1/1/2023 | DE | 1.29 |
| 3 | 1/1/2023 | CH | 1.29 |