Hi there, I have a table that looks like this. I am not sure if it is possible to filter and delete rows as I want.
I have a list of thousands of account IDs (for the example I have put only the first 4 account IDs) and what I want to do is to find which account IDs contain in the column 'Sales Organization ID' the entry LE801BR and delete all the rows that match those account IDs that contain LE801BR. For example, the first 2 account IDs 8232334, 8953132 contain a LE801BR in one row Sales Organization, so I want to delete ALL rows of that account ID and keep only the account IDs that do not contain in Sales Organization the LE801BR, in this case, the last two account IDs of the table ID8953132 and 7689995.
I don't know if I have explained myself well, I hope so and thanks in advance for the help!
PD: In the example would be as easy as manually check which accounts ID contains the LE801BR and manually delete all the rows with that account ID, the problem is that I have a document with over 1000 Accounts ID and need to delete all of them that contains LE801BR in Sales Organization column.
| Account ID |
Sales Organization |
Distribution Channel |
| 8232334 |
LE008BR |
Direct sales |
| 8232334 |
LE014BR |
Direct sales |
| 8232334 |
LE018BR |
Direct sales |
| 8232334 |
LE029BR |
Direct sales |
| 8232334 |
LE034BR |
Direct sales |
| 8232334 |
LE800BR |
Direct sales |
| 8232334 |
LE801BR |
Direct sales |
| 8953132 |
LE008BR |
Direct sales |
| 8953132 |
LE014BR |
Direct sales |
| 8953132 |
LE018BR |
Direct sales |
| 8953132 |
LE034BR |
Direct sales |
| 8953132 |
LE800BR |
Direct sales |
| 8953132 |
LE801BR |
Direct sales |
| 8953150 |
LE008BR |
Direct sales |
| 8953150 |
LE014BR |
Direct sales |
| 8953150 |
LE018BR |
Direct sales |
| 8953150 |
LE030BR |
Direct sales |
| 8953150 |
LE034BR |
Direct sales |
| 8953150 |
LE800BR |
Direct sales |
| 7689995 |
LE008BR |
Direct sales |
| 7689995 |
LE014BR |
Direct sales |
| 7689995 |
LE018BR |
Direct sales |
| 7689995 |
LE029BR |
Direct sales |
| 7689995 |
LE034BR |
Direct sales |
| 7689995 |
LE800BR |
Direct sales |
| 7689995 |
LE008BR |
Direct sales |