Hello Experts,
i have below dataset , which i need to filter with multiple ( criteria's and expected results mentioned below ) but in different worksheet.
Suppose if i type / dropdown in A2 and B2 then A7 to E7 should display below said results
Suppose if i type / dropdown only in A2 then A6 to E10 should display below said results
Suppose if i type / dropdown only in B1 then A5 to E7 should display below said results
and last criteria , if i don't add any filter all data should display as per dataset
i have below dataset , which i need to filter with multiple ( criteria's and expected results mentioned below ) but in different worksheet.
Suppler Name | Part No | Part Name | Rate/ Pc | Monthly Schedule |
ABC | ABC1 | test 1 | 10 | 339 |
XYZ | XYZ2 | test 2 | 10 | 677 |
ABC | ABC3 | test 3 | 8 | 236 |
CBZ | ABC1 | test 4 | 6 | 259 |
ABC | ABC5 | test 5 | 3 | 252 |
XYZ | XYZ6 | test 6 | 10 | 785 |
ABC | ABC7 | test 7 | 7 | 885 |
BCD | ABC1 | test 8 | 9 | 775 |
ABC | ABC9 | test 9 | 2 | 412 |
Suppose if i type / dropdown in A2 and B2 then A7 to E7 should display below said results
Criteria 1 | |||||
A | B | ||||
1 | Suppler Name | Part No | |||
2 | ABC | ABC1 | |||
3 | |||||
4 | Results for criterial 1 | ||||
5 | A | B | C | D | E |
6 | Suppler Name | Part No | Part Name | Rate/ Pc | Monthly Schedule |
7 | ABC | ABC1 | test 1 | 10 | 339 |
Suppose if i type / dropdown only in A2 then A6 to E10 should display below said results
A | B | C | D | E | |
Criteria 2 | |||||
Suppler Name | Part No | ||||
1 | ABC | ||||
2 | |||||
3 | |||||
4 | Results for criterial 2 | ||||
5 | Suppler Name | Part No | Part Name | Rate/ Pc | Monthly Schedule |
6 | ABC | ABC1 | test 1 | 10 | 339 |
7 | ABC | ABC3 | test 3 | 8 | 236 |
8 | ABC | ABC5 | test 5 | 3 | 252 |
9 | ABC | ABC7 | test 7 | 7 | 885 |
10 | ABC | ABC9 | test 9 | 2 | 412 |
Suppose if i type / dropdown only in B1 then A5 to E7 should display below said results
A | B | C | D | E | |
Criteria 3 | |||||
Suppler Name | Part No | ||||
1 | ABC1 | ||||
2 | |||||
3 | Results for criterial 3 | ||||
4 | Suppler Name | Part No | Part Name | Rate/ Pc | Monthly Schedule |
5 | ABC | ABC1 | test 1 | 10 | 339 |
6 | CBZ | ABC1 | test 4 | 6 | 259 |
7 | BCD | ABC1 | test 8 | 9 | 775 |
and last criteria , if i don't add any filter all data should display as per dataset