vijay.vizzu
Member
Dear All,
I want to display records based on a cell value, like we do in autofiter, whenever we select records, then auto filter will display the concerned records. I can get this through VBA by using advanced filter, but i need a excel formula which do this for me. Below is my sample data
Vendor Part No Description Value
VARROC 1GC-F4213-00 FENDER 123.84
VARROC 1GC-F4211-00 COVER 500.31
SEKISUI 1GC-F4201-00 SEAT 34.13
VARROC 1GC-F4311-00 SEAT,LOCK 15.13
SEKISUI 1GC-F4300-00 LOCK 12.13
if i select Varroc in cell A1, then From A2 it should display the three records like below
Vendor Part No Description Value
VARROC 1GC-F4213-00 FENDER 123.84
VARROC 1GC-F4211-00 COVER 500.31
VARROC 1GC-F4311-00 SEAT,LOCK 15.13
If any help appreciated
Regards
Vijay
I want to display records based on a cell value, like we do in autofiter, whenever we select records, then auto filter will display the concerned records. I can get this through VBA by using advanced filter, but i need a excel formula which do this for me. Below is my sample data
Vendor Part No Description Value
VARROC 1GC-F4213-00 FENDER 123.84
VARROC 1GC-F4211-00 COVER 500.31
SEKISUI 1GC-F4201-00 SEAT 34.13
VARROC 1GC-F4311-00 SEAT,LOCK 15.13
SEKISUI 1GC-F4300-00 LOCK 12.13
if i select Varroc in cell A1, then From A2 it should display the three records like below
Vendor Part No Description Value
VARROC 1GC-F4213-00 FENDER 123.84
VARROC 1GC-F4211-00 COVER 500.31
VARROC 1GC-F4311-00 SEAT,LOCK 15.13
If any help appreciated
Regards
Vijay