Filter Excel Data By Specific Criteria

amaterano

New Member
Hello

I think the best solution when filters become complex (multiples filters etc) is to filter based on a range of criteria.
The only condition is that the criteria range has the same titles as the data range.

In my case use the MS Excel VBO Extended, and then create a new tab with parameters

1621058522753.png

and then code
1621058264844.png



This is an example of the results, additionally the Wildcards can be used

RangeFilter: A1:D3
RangeData: A5:D26

1621058712756.png
 

Shweta Naik

New Member
Hi,

please help me to write code for excel automation using blue prism:
-In the below attached image I'm searching value with "a".
-For searched value, I'm getting similar search text results as "Arun N", "Arun P".
-how to search("a") and how to apply filter for similar search text results ("Arun N", "Arun P") in excel.

Thanks
 

Attachments

  • Fuzzy Search.png
    Fuzzy Search.png
    55.8 KB · Views: 8
Top