excelNewbie22
Well-known Member
- Joined
- Aug 4, 2021
- Messages
- 531
- Office Version
- 365
- Platform
- Windows
hi!
how can i delete rows with multiple cells with specific values ?
example: i want to delete the rows (entirely) which contain only the numbers 1 and 4 and 9 ?
how can i delete rows with multiple cells with specific values ?
example: i want to delete the rows (entirely) which contain only the numbers 1 and 4 and 9 ?
22.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | 5 | 1 | 1 | 4 | 9 | ||
2 | 1 | 1 | 1 | 5 | 9 | ||
3 | 4 | 2 | 4 | 1 | 9 | ||
4 | 1 | 2 | 1 | 2 | 9 | ||
5 | 1 | 2 | 4 | 8 | 9 | ||
6 | 1 | 3 | 5 | 1 | 9 | ||
7 | 1 | 2 | 4 | 5 | 9 | ||
8 | 8 | 2 | 4 | 6 | 9 | ||
9 | 2 | 2 | 4 | 7 | 9 | ||
22 |