For the below data - I'd like to use a filter or formula for the input data and have the desired output:
(Please note the the values in browser/application columns may be (alphanumeric with special characters)
Input
| Issues | browser/application | Owner |
| 1 | Chrome | Google |
| 2 | FireFox | mozilla |
| 3 | Edge | microsoft |
| 4 | IE | Microsoft |
| 5 | powerapps | microsoft |
| 6 | drive | google |
| 7 | safari | apple |
Output
| Issues | browser/application | Owner |
| 1 | Chrome | Google |
| 2 | FireFox | mozilla |
| 5 | powerapps | microsoft |
| 6 | drive | google |
| 7 | safari | apple |
Once the above is achieved I'd like to output the data into separate worksheets - an example below:
Worksheet 1
| Issues | browser/application | Owner |
| 3 | Edge | microsoft |
| 4 | IE | Microsoft |
| 5 | powerapps | microsoft |
Worksheet 2
| Issues | browser/application | Owner |
| 1 | Chrome | Google |
| 6 | drive | google |