How would I duplicate Territory Name and Number So that I can add the specific Coverage and Product
| TerritoryNumber | TerritoryName | coverage | product |
| 123 | Joe smith | product | Apple |
| 1454 | John | | |
| 145 | Harry | | |
| 13434 | Joyce | | |
| | | | |
| | | | |
| Desired Results | | | |
| TerritoryNumber | TerritoryName | coverage | product |
| 123 | Joe smith | product | Apple |
| 123 | Joe smith | customer | Apple |
| | | | |